Quantcast
Channel: SCN: Message List
Viewing all 8676 articles
Browse latest View live

Notification is getting trigerred from the workflow. Mail is in SAP Inbox (SBWP) but no workitem in SOST.

$
0
0

Hello all,

 

There is an issue in MDG development. Notifications are getting trigerred from workflow. I can see it in SBWP tcode. but I didn't find it in SOST and thus the mails are not reaching in outlook. Can you please help on this as Basis has checked everything and they are telling its all configured correctly.

The strange part is its working correctly in dev cliet. The issue is with quality client. We have checked all transports and also checked the SWNCONFIG SCOT and SWU3 settings and all found correct.

 

Need your help guys.. may be somewhere we have missed some config.

 

Regards,

Pranab


Re: Please share all BADI's & Exits of Tcode /sapapo/mc90

$
0
0

Hello Amol,

 

 

I understood your valuable suggestion and your suggestion is helpful answer.

 

 

 

But here decision has made by DP business team and asking us to do this enhancement through /sapapo/mc90.

 

please suggest me how will make it using /sapapo/mc90.

 

I will go with option 3 if there is any difficulty using /sapapo/mc90.

 

Thanks

Jamal.

Re: Standard Cost Estimate Transfer to COPA - Issue

$
0
0

Hello Sir,

 

For point 1 is CE Released.

 

MM03.jpg

Not sure about the steps which you asking me ? Can you please tell me any specific step you want to see ?


Because I have already attached screenshot as above. If you can tell me any particular step I am happy to provide you screen shot.


Just recently I created new material and run the CE marked, released too. Can you please confirm if I need to RUN SD Cycle to bring this value ? 

 

I haven't done that yet ! And running variance and settling too also not done yet.

 

KE4U I have selected Value 3 in Period Indicator -

 

KE4U.jpg

 

Regards

Sharu...

"A row already exists with this key." when inserting an IRfcTable with multiple records

$
0
0

Hello,

 

I'm using VB.NET and the NCo3 connector to send an IRfcTable with two records to a SAP environment. When I do this I get the error: A row already exists with this key". Here's (the main part of) my code

Dim ScheduleTable As IRfcTable = ScheduleAPI.GetTable("SCHEDULE")

ScheduleTable.Clear()

For Each _Schedule As SAPScheduleData In _ListOfSchedules    

  ScheduleTable.Insert()    

  ScheduleTable.CurrentIndex = ScheduleTable.Count - 1    

  ScheduleTable.SetValue("START_TIME", ConvertTimeSpanToString(_Schedule.StartTime))   

  ScheduleTable.SetValue("END_TIME",  ConvertTimeSpanToString(_Schedule.EndTime))    

  ScheduleTable.SetValue("PLANNING_TYPE", _Schedule.PlanningType.Planning_Type)

Next _Schedule

 

ScheduleAPI.Invoke(_SAPGsdObject.RfcDest)

 

When I try the same code with only one record in the table it's working fine. Also an older version of the code, which connects with the same kind of SAP environment, is working fine also when the table SCHEDULE contains more than one record. The code of that older version is as follows: 
oFunction.Tables("SCHEDULE").Rows.RemoveAll()        
For Each _Schedule As SAPScheduleData In _ListOfSchedules            
  oRow = oFunction.Tables("SCHEDULE").Rows.Add            
  oRow("START_TIME") = ConvertTimeSpanToString(_Schedule.StartTime)            
  oRow("END_TIME") = ConvertTimeSpanToString(_Schedule.EndTime)            
oRow("PLANNING_TYPE") = _Schedule.PlanningType.Planning_Type        
Next _Schedule :

 

In the new code I also tried replacing
ScheduleTable.CurrentIndex = ScheduleTable.Count - 1 
with
ScheduleTable.CurrentIndex = ScheduleTable.RowCount - 1
but this didn't help. Can anyone see what's wrong with the new code?

Re: Custom theme is not rendered when system restart is provided

$
0
0

Hi Mahmoud, of course I checked this, on Portal we have for UR 10.30.1.236562 on SAP back-end we have UR version 10.30.0.231760.

What is the difference between integrated configuration and the integration scenario?

$
0
0

just wanted to ask what is the difference between integrated configuration and the integration scenario? Also, which one of them can be manually triggered and which of them is scheduled based??

Re: How to bind values from table view to form view or overview page?

$
0
0

Hi Narendra,

 

Have you created form within the same search page component? do you want to navigate to form upon row selection or just displaying form view data below the result table view. Try to elaborate your requirement and this search page and form view details everything based on custom genil objects or standard objects data involved?

 

Regards,

Dharmakasi.

Re: CLIENT IMPORT EXPORT

$
0
0

Hi Venkat,

 

I don't have right document now, I am sure you will get many in SCN

 

Thanks,

Venkat


Re: Object value selector

$
0
0

Hello Bruno,

 

You can create a simple List Box (drop down) which has the company values in it using KUT if there is no logic to be involved in it. Else if it involves additional logic you can create it using SDK.

 

Regards,

Chandan

Re: Missing pictograms in ESS menu

$
0
0

sorry, but the note 1617634 includes a z-report for deleting "duplicates", that has nothing to do with my problem.

 

i am not allowed to use http trace, as i only have restricted rights in citrix session. so i can not install any tool there !

 

what i see in pushing F12 in IE is the following: the "WeightScalesMoney.gif" is taken from this path:

 

 

 

<li class='sm end' style='background-image:url(/sap/public/bc/ur/nw5/themes/sap_corbu/common/libs/Pictogram/WeightScalesMoney.gif);'>

 

This path is the same in both systems, the one were it works okay, and the one where it does not work.

 

So how can i check any further there ? Where can i find out if this gif is existing ?

 

br Martin

Re: How can two cost centers be assigned to one valuation area in OKB9

$
0
0

Hello Pavan,

Thanks for your prompt reply, basically there are two materials under the valuation area and hence two cost centers are needed.

 

Regards,

Suresh.

Re: Asset GL balance is not matching with Asset register

Re: Stopping the unwanted STRs flowings to ECC

$
0
0

Hi,

 

One option would be to Define Transfer of SNP Orders to OLTP System in APO SPRO and check "No SNP Stock Transfers" under SNP. You can then use /SAPAPO/C5 to publish the stock transfers by selection criteria of the materials that you need Stock Transfers for in ECC. You can probably use different SNP Planner codes to differentiate new materials from others.

 

Regards

AK

ABAP 7.40 question SELECT

$
0
0

Hi,

 

in our system, the command

 

SELECT SINGLE 'X'

INTO DATA(exists) FROM dbtab

WHERE ....

 

does not work. Is this SP8 specific? We do have SP5.

 

I want to use this, because this existence indicator won't ne used in further coding.

Re: Management Console Crashes with Java Runtim Error

$
0
0

That error occurs when your session is invalid. Restarting browser should resolve it.

You must find the cause for Tomcat crash in first place.


Re: V_V2 Rescheduling puts the credit block

$
0
0

It is likely that the setting would not help in all cases. Number of days setting in OVA8 works only if the following two prerequisites are met:

 

  •     the new value of the sales order is not greater than the approved value;
  •     the current date is before the order release date plus the number of added dates.

 

The second condition will be most probably fulfilled, but the first one - maybe not. Assuming that V_V2 is used for not fully confirmed orders, in case the increase of confirmed quantity happens for items that are relevant for credit exposure update, this would trigger order blocking again for credit limit reasons. It would help if the not confirmed item is TANN or similar.

 

The setting for number of days is mostly useful in case of oldest open items/dunning level problems.

It would not be very wise to skip the credit block in case the credit value becomes higher than the approved value.

 

If I remember correctly, we have already discussed in a previous thread that your customer does not wish to approve orders based on ordered quantity, but based on confirmed quantity, so the other obvious solution (activating the user exit) is not applicable.

 

What I fail to understand is: why V_V2 is run so often? In the companies I have worked before (regular business):

 

Day 1:

  •     Order taking: CIC, mobile;

Day 2:

 

  • Credit department releases/rejects the blocked orders, that should be planned on this date until the end of the agreed cut-off time.
  • After credit department finishes with credit release, sales/logistics department run VL10A and create deliveries. We had additional coding in the OVA8 routine to bypass ALL credit checks except critical fields in case a delivery is created. Additional coding was implemented to restrict adding of items/increase of order quantity in case a delivery is already created for an order.
  • Transportation planning, warehouse processing, delivery execution.
  • Route settlement, billing.
  • After finishing billing: A/R summary to have the most recent data for the mobile devices.

 

V_V2 was needed only in very rare cases (effective production planning plus good organization).

I would suggest as a start to try to resolve the problems with production planning/production order confirmation/GR from external vendors or whatever it is that causes partial confirmations and establish clear rules for cut-off times.

Since you run V_V2 during the night, you are supposed to get in the list orders that are not yet processed by the credit department - so you are actually helping them to get the accurate credit value for release and reduce the credit risk for the company.

Re: Loading file fails

$
0
0

Hi,

 

Splitting a dimension, as you may know by now, is not a trivial task.  Let's check if all master data are correctly configured before loading any data.

 

Before opening a report and refreshing please execute all the programs that clear the cached information.  These are programs that start with UJXO_CLEAN.  After you log into EPM Add-in execute Tools->More->Clean Metadata Cache

 

Then open a report and refresh.  If you get an error please attach the screen print.  I didn't find it in your previous update.

 

Regards,

Leila

Re: Manage SAP ABAP programs

$
0
0

What do you mean with "manage"? What exactply you want to do?

Re: Fiori app 'CRM_OPPRTNTY' extension error.

$
0
0

Please see the getting started section of the link I provided, it should answer your questions.

 

Regards,

Jamie

SAP - Technology RIG

Re: How to extract the Equipment data along with class

$
0
0

Hi Thirupathi,

 

Did you tried in IH08, after executing the list of equipments, select all Setting - Show/Hide Classification

 

This document will clear information after Equipment Vs Class report

 

Equipment vs Class Report

 

Regards

Terence

Viewing all 8676 articles
Browse latest View live




Latest Images