Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC help required

Former Member
0 Likes
505

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.

4 REPLIES 4
Read only

Former Member
0 Likes
487

Create an RFC in SM59 for the destination system and maintain all the required parameters etc.

Read only

Former Member
0 Likes
487

Hi Vinayak,

try to find out any BAPI for creating the GR.

BAPIs can be called from Non-SAP systems.

Reagrds

Saurabh.

Read only

Former Member
0 Likes
487

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.

Read only

Former Member
0 Likes
487

Hi vinayak,

You can create RFC. One other option is BAPI_GOODSMVT_CREATE.

Regards.