Quantcast
Channel: SCN : All Content - All Communities
Viewing all 3327 articles
Browse latest View live

Workaround to call procedure within trigger.

$
0
0

Hi everyone,

 

I need to copy data from first table to the second one after new records are inserted in the first one. The code also checks if the records already exists and terminate process if they do. I developed and test the appropriate procedure - everything worked ok, untill I tryed to call this procedure from trigger. As you know it is forbidden in HANA. Therefore I inserted the procedure body in the trigger, however Hana started "crying" for almost each line of code which were compiled fine in the procedure.

 

So, is it any workaround for such situation?

Regards, Evgeny.


Is there any link between delivery block at item level and the item sales value passing on to FD33?

$
0
0

Is there any link between delivery block at item level and the item sales value passing on to FD33? In my system few line items sales values are not passed to customer FD33, which are having a delivery block. With the same delivery block, other items values are passed to FD33. Can you please let me know your insights. Any help appreciated.

HCM Processes & Forms: Can we use FPM Forms with GAF component

$
0
0

Hi Experts,

 

We are trying to use FPM form with GAF component(FPM_GAF_COMPONENT). so that we can use the road map. Form is working only with Application :ASR_PROCESS_EXECUTE_OVP & configuration: ASR_PROCESS_EXECUTE_OVP_CFG Either in backend or Portal.

 

Not Sure how this is being used and how to change it. On SAP Net Weaver Portal; have setup a link to GAF component and at select process step process name is not appearing. Also if I click on Next then getting the error at Step Fill Out Form "No Internal Service Request scenario was specified". Kindly help on same. Please refer the attached screenshot.





Thank You

Sajal


Personnel development

$
0
0

Friends,

As per business requirement

 

1) Need to change the text of the Element Name.

Ex) Personal Objectives as Business Goals.

PD.png

2) need to add the sub-elements under each element name.

Ex) 1.4.3.1 Behavioural Competencies/BC1

 

Appreciate your quick response.

Cancel a customer invoice

$
0
0

Hi Experts,

I want to cancel a customer invoice because of a mistake  in tax code. I went into the invoice> view all> cancel. It generated a cancellation invoice which I then released. Now I want repost the invoice with a correct tax. how do I do it ? 

Please help

Kind regards

Bilal

Print Indicator for Tax condition

$
0
0

Hi,

 

We do have two tax condition types NAVS and NAVM we use.NAVS has access sequence and NAVM doesn’t have access sequence and but it is
not manual condition. We have sabrix for Tax calculation and tax is passed to NAVS  if the condition is determined thru access then the tax code is populated on invoice tab. And if NAVS is not satisfied the tax amount Sabrix calculates is shown against NAVM .

 

Earlier there was no print indicator set  for conditions but now the business wants the tax to be printed on output.  We have set the print indicator as ‘X’ for these two to print. And there is no Exclusion indicator set on NAVS. When Tax code is determined thru access sequence then we see both NAVS and NAVM in PO conditions tab and NAVM will have ‘0’ and NAVS will have the tax amount. If the tax code is not determined thru access sequence then only NAVM exists in conditions tab. When both conditions exist on the conditions tab then we see two lines on output.

 

But we want only the tax to be printed if there is tax value and if the tax amount calculated is ‘0’ then it shouldn’t print.  But it prints in both cases. Is there anything we can set in configuration not to print if it is ‘0’. The print indicator that is set up is ‘X’. This is the indicator that is set up for all condition types. 

 

Thanks

Padma

Brazil Customer Warranty Process?

$
0
0

Hello everyone. At the moment our organization is going through a Brazil implementation. We are mapping out our blueprint documentation. We are trying to understand the SAP recommended best practice for customer warranties. We are being told by our consultants that we must implement custom movement types and Z reporting for a return in respect to processing a customer warranty. Does anyone have any experience with this procedure?

Plant dash board using MII with PCo link down

$
0
0

Hi Steve

 

I am working on a project "Plant dash board using MII" and also various other things integrated with SAP MII such as:

1. At the time of good entry vehicle weigh bridge & security cameras integrated with SAP.

2. Biometric attendance system integrated with SAP.

3. Shop floor machine PLC are integrated with SAP though OPC kepware to view real time status of shop floor.

 

My major concern is SAP PCo agent link goes down automatically down and both OPC and MII stops communicating with each other. I have checked the license it is perfectly fine and both m/c are pinging with each other. Please tell me what could be the possible reason.

 

Regads

 

Vivek

 

[Discussion was branched from old Discussion in 2012]

 

Message was edited by: Michael Appleby


Want alternating row color (odd always shaded) when data row in group

$
0
0

Hello I understand how to apply alternate row color (odd always shaded) when my data row is in the Detail section (normal layout). However we have a number of reports where the data row end up being in a group footer. That is, all the row of fields that make up the output of the report are in the group footer section, not the detail section.

 

So in this situation the formulas I have don't work.

I have two formulas that I use when data is in the Detail section:

 

numbervar lastgroup;numbervar rowcount;rowcount := Iif (lastgroup = GroupNumber, rowcount+1, 0);lastgroup := GroupNumber;if rowcount Mod 2 = 0 then Color(241,241,241) else crNoColor;

 

or:

 

Global numbervar x;

Global numbervar group;

if group <> GroupNumber then x := 0 else x := x + 1;

group := GroupNumber;

if Remainder(x,2) = 0 then Color(241,241,241) else crNoColor;

 

 

These don't work when data is in the group footer. Could someone provide a solution so that I can get the same result: alternate row shading (odd always shaded), in other words a 'reset' when the parent group changes.

 

I greatly appreciate a comprehensive answer as I'm a complete beginner with formulas in Crystal.

 

Thank you kindly.

Exception condition "JAVABEANNOTSUPPORTED" raised

$
0
0

Hello - I am getting the JAVA BEAN NOT SUPPORTED error when I am trying to launch the report program(Tcode created) through the transaction launcher in WEBUI, can anybody help this is quiet urgent.

 

Basically I am reading the xl file from the desktop and uploading the records to SAP CRM.

 

Regards

Vani

 

 

 

 

error abap.png

WebIDE - Insecure XMLHttpRequest due to protocol

$
0
0

Hello Experts,

 

I'm using WebIDE and I want to test a JSON service (written as a java servlet).


WebIDE uses https protocol.
My service uses http protocol.

 

I'm getting Cross Origin Policy error:

Mixed Content: The page at 'https://<webide>.dispatcher.hanatrial.ondemand.co….html&sap-ui-appCacheBuster=..%2F&sap-ui-language=en&sap-ui-xx-fakeOS=ipad' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://<server:<port>/<context root>/CompanySpecsServlet'. This request has been blocked; the content must be served over HTTPS.
[index.html] The following problem occurred: error - undefined,0,NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'http://<server:<port>/<context root>/CompanySpecsServlet'.
Uncaught TypeError: Cannot read property 'length' of undefined

Chrome was loaded with -disable-web-security option.
If I copy the code to Eclipse and run it from Eclipse's internal browser (which uses same protocol but different server name and port number) it works (chrome was also executed with -disable-web-security option is this case).

 

Can I test http services from WebIDE (which uses https)?

 

p.s
This is only for test purposes. In production both UI5/Java code will be on the same J2EE project.

 

Regards,
Omri

com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: [339]: invalid number: [6930] attribute value is not a number

$
0
0

At this I'm looking for a general idea about what kinds of things can cause this error - com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: [339]: invalid number:  [6930] attribute value is not a number?

 

I've got a query in my application that currently causes this problem.  If I run the same query in HANA Studio or write a simple JDBC program that executes this same query again the HANA data source I get no error.

 

Thanks

Affordable Care Act (ACA)

$
0
0

Hello community,

 

If you have questions about ACA, you can post this on this thread. We will update this thread with tips and notes related to Affordable Care Act.

 

The main note has been released today:

 

2167502 - BEN: Main Note - Affordable Care Act (ACA)

 

Thank you,

 

Kind regards,

 

Graziela Dondoni

SAP WEB IDE not loading

$
0
0

Hello Everyone,

 

i have a very strange problem with SAP WEB IDE. I was developing during my research on a trial account with WEB IDE. After creating some XML Views (SAPUI5), i wanted to start the Layout Editor. However, i got some problem to load them. I refresh my Chrome Browser but now the WEB IDE is not loading. The console of chrome give me this error message:

 

/resources/~fc948ff3d161885026289d97dc69b0fe3fc70d3c~/sap-ui-core.js:80 2015-09-22 18:41:28 failed to load 'sap/ui/thirdparty/jqueryui/jquery-ui-widget.js' from /orion/s2s/file/p1941566117trial$P1941566117-OrionContent/trackingclaimapp/./sap/ui/thirdparty/jqueryui/jquery-ui-widget.js: 404 - Not Found -

 

/resources/~fc948ff3d161885026289d97dc69b0fe3fc70d3c~/sap-ui-core.js:80 2015-09-22 18:41:29 found in negative cache: 'sap/ui/thirdparty/jqueryui/jquery-ui-widget.js' from /orion/s2s/file/p1941566117trial$P1941566117-OrionContent/trackingclaimapp/./sap/ui/thirdparty/jqueryui/jquery-ui-widget.js: 404 - Not Found - 

 

I deleted the cache, started in private mode and use other browser. WEB IDE is not loading.

 

Is the WEB IDE server configuration somehow broken. If yes how i can solve it. Or i have to wait 1 day, because this is a caching problem.

 

Best,

Manjider Singh

How to cancel or reverse 309 or 321 posting change documents

$
0
0

i have 309 and 321 posting change documents created with open transfer orders. LT15 cancelling does not work.

Can you please guide on how to reverse and cancel thes posting change documents.

 

 

 


appreciate your help.

 


Regards.


EL29 Meter readings reverse order?

$
0
0

Hi all!

 

Is it possible to change sort order of lines in "Premises with meter reading orders" window in transaction EL29 to show the latest date on top?

No event handler created for FOs

$
0
0

hi experts,

 

today, we are facing again the issue of no Event handlers created. Only FOs. We have a process where we create FOs automatically via an FU Event Z-CREATE-FO. It creates a freight order and assigns this FU to it. When this Background process is Happening, the Event handler is not created.

The EM Queues are empty. It cannot be the reason why the Event handlers are not created. To be on the safe side, we could create the Event handler for the Background FO in development (like it is possible manually in TC SAPTRX/EH_CREATE). I prefer finding the root cause of the Event handler creation problem, but if thats not possible, I will do that. Which Standard Report could be used to create an Event handler? What other reasons apart the EM Queue could be there that lead to non created Event handlers? If Event hanlders are not created, can we run reports regularly that do the creation of Event handlers every 5 minutes. Since the FO is created in Background, could it be a locking issue? I have one FO type only that does not create the Event handler and it does not create it from the Cockpit manually and not from the Background Event. It must be something in the FO type.

Points for helpful and correct answers will be awarded quickly.

Regards

Petra

What Inspires You? An #SAPtd Photo Challenge

$
0
0

unplug.png

Inspiration drives us! Whether we’re doing something huge, like competing in SAP InnoJam, or simply tweaking a line of code, something pushes each of us to strive toward perfection.


Hanging out with other experts at SAP TechEd Las Vegas or Barcelona will be a great source of inspiration. But what inspires you in the meantime?


Whether you’re joining us in-person or online for the best SAP TechEd yet, we’d like to tap into your video or photography skills to learn what inspiration looks like to you (or maybe what inspires you) using #SAPtd, the official conference hashtag.


Do have your own special place where you enjoy some uninterrupted time? Do you go somewhere scenic to refresh and recharge? Meditate? Share what helps you snap back into being a pro! You may just inspire a few others along the way.

 

Our top two favorites each week will receive some love on our newly launched SAP TechEd social page, as well as a shout out on our official SAP TechEd social channels.


What’s more, winners also will receive this wireless Bluetooth 3.0 selfie remote keychain (to go with that selfie pole you still have yet to use). 

selfie remote.jpg

 

Connect with your peers by participating in this challenge starting today through Friday, November 6, 2015.

 

Didn’t register yet? It’s not too late! Join us in Las Vegas and Barcelona and find out what inspires us!

VizFrame TimeBubble chart - how to check if data is received from backend and how to display No Data message on chart

$
0
0

Hello everyone,

 

I'm currently working on a Fiori app using VizFrame. It's a simple application generating a bubble chart based on data from the backend.

I basically want to implement some handling for a No data scenario such as when user sets a filter and the backend query did not find any corresponding data for this filter.

 

I know some of the controls have the NoData property which can be readily used to handle such a scenario but so far, I haven't seen anything similar for VizFrame. I'm hoping that I'm just missing something and that someone could provide some lead on this.

 

Thanks and I'd really appreciate any help.

SMQ1 messages stuck in MCEX02 queue

$
0
0

Hi All,

 

I am trying to trigger a standard proxy from ECC to PI system... But the transactions are getting stuck in queue name MCEX02 with Destination NONE in SMQ1....

 

Can you please tell me what is MCEX02 queue? I guess messages should have come in XB* queue...

 

Please help in understanding the flow here.

 

BR,

Rashmi

Viewing all 3327 articles
Browse latest View live