‎2006 Mar 10 7:41 AM
Hi ABAP GURU's,
Can we update GR info coming from an Non-SAP sys through RFC by using MB01 TCODE. I have tried doing that. Non-SAP sys is triggering an RFC which creates a 'Session' in SAP.
Then i am processing that session. But when i try to process, my rfc is creating 1 GR for each line item. where as it should create only 1 GR for all the line items.
Any inputs would be valuable.
Thanks in advance. Helpful solutions will be awarded points.
‎2006 Mar 10 7:45 AM
Create an RFC in SM59 for the destination system and maintain all the required parameters etc.
‎2006 Mar 10 8:08 AM
Hi Vinayak,
try to find out any BAPI for creating the GR.
BAPIs can be called from Non-SAP systems.
Reagrds
Saurabh.
‎2006 Mar 10 8:15 AM
Hi vinayak,
1. which rfc/bapi/fm u are using ?
2. If suppose 10 items are there in 1 grn,
then call this FM ONLY ONCE.
regards,
amit m.
‎2006 Mar 13 5:11 AM
Hi vinayak,
You can create RFC. One other option is BAPI_GOODSMVT_CREATE.
Regards.