Application Development 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: 

ABAP PRG: sales order

vallamuthu_madheswaran2
Active Contributor
0 Kudos

hai friends

i create two rfc(SE37) program one is salesorder(va01) creation & another one is delivery(vl02n).

In VL23, posting date is problem so i use vl02n.

now i want to combine 2 rfc's i.e if i run sales order rfc after that the delvery rfc automatically executed

Both are session methed please help me

thanks & regards

vallamuthu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

in the first FM,

after The sales order creation is successufl,(either thru BAPI or call transaction )

if SY-SUBRC = O.

call the 2nd FM here.

endif.

regards

srikanth

1 REPLY 1

Former Member
0 Kudos

in the first FM,

after The sales order creation is successufl,(either thru BAPI or call transaction )

if SY-SUBRC = O.

call the 2nd FM here.

endif.

regards

srikanth