In any case I've reported it.
--Audrey
In any case I've reported it.
--Audrey
At the bottom, you can find a button called Req.Maintenance. If you click on that, it will take you to maintenance screen, where in you can double click to see the details.
Regards,
Hi Kaushik,
Thank you for your enthusiasm in digging in and trying to help provide feedback on how things might be improved.
You are right that at this point it may be better for these suggestions to wait until after we have launched.
Read Moshe's blog on where to report things after Monday: Reporting Bugs and Providing Feedback After Go Live
Regards,
Audrey
Hi Friends ,
I need help , This is my scenario
Scenario : I need to process SHPORD , 500 IDOCs into a SIngle EDI_940 file. that means one ISA segment with 500 ST segments .
Design : I have set the IDOCS as Collecting and PI is getting 500 I docs into a single XML message , and creating one ISA _ with 500_ST segments .
Issue is : If one Idoc get fails the entire 500 IDOCS are getting failed in PI . and it's very difficult to reprocess all the 500 IDOCs. back once we resolve the issue .
Could some one suggest on this.
Thanks
Babu
Hi Aravind,
Its always the best way to actually go and update the org values in the roles manually rather than manipulating the tables directly.
In my earlier projects, I have tried to use LSMW scripts in the foreground using recordings with marginal success. Its needs to be done with utmost care, else your rework might end up taking up more time and effort than what was required originally to do the work manually one by one.
Since its a one time activity, I would still recommend the traditional approach, rather than the time and effort saving automated approach. In the end, patience always pays.
Thanks,
Rajesh
Let's also not forget the Strategic Advisory Council (of which you are a part) and the Reputation Advisory Group, both of which are regularly asked for feedback and input on criticality levels. Their voices have helped us increase priorities of certain changes needed.
Hi Christopher,
we are working on a technical porting from AFS to FMS, and the Customer in old SAP AFS had this inheritance of IT01013 from Job to the related positions working correctly.
My question is: is it a standard configuration to be done?
If this is the case, could you please point me what it is, since I cannot find it?
Thanks
Giuseppe
Hi AL
We are Installing and configuring of business objects releases, patches and upgrades
SAP BO 4.0 SP 6 UPGRADE TO SAP BO 4.1 SP 5
When upgrading or installing patches for bo 4.0 to 4.1 what servers need to be left running and stop or disable
What other measure need to be taken before proceeding
Any other information will be very help full
Thanks
JS
When I want to Update or Add functionality in Sales order window I get the following error message in SAP.
(-1) Stored procedure SBO_SP_TransactionNotification must return a value
My code in SBO_SP_TransactionNotification stored procedure is.
.-- ADD YOUR CODE HERE
IF @object_type = '17' AND @transaction_type IN('A','U')
BEGIN
IF Exists (SELECT T0.DocEntry FROM ORDR T0 INNER JOIN RDR1 T1 ON T1.DocEntry=T0.DocENtry WHERE T0.DocEntry=@list_of_cols_val_tab_del AND ISNULL(T1.Project,'')='')
BEGIN
-- This executable will create a table
EXEC master..xp_CMDShell '\\myserver\Data\maketable.exe'
select @error, @error_message
END
END
Note 1 : The executable takes about 7 seconds to finish in order to create the table.
Note 2: The table will be used in Crystal Report. Currently the code creates a table when there is a transaction in Sales order and the error still showing in SAP.
Please help me how to resolve this issue.
Thanks for your time.
Hi Harald,
Thanks for your quick response, for me it is working fine!
Best regards,
Javi.