2007 Apr 19 8:10 AM
I need the BAPI for Vf31 transaction code along with input and output parameters.
It would be a great favour for me to get reply as soon as possible.
2007 Apr 19 8:14 AM
As found in forum -
Because the VF31 is a report (sd70av3a) you can
SUBMIT it and fill all parameter by using the "WITH" command.
Example
SUBMIT sd70av3a
with RG_KSCHL EQ 'RD00'
Regards,
Amit
Reward all helpful replies.
I need the BAPI for Vf31 transaction code along with input and output parameters.
It would be a great favour for me to get reply as soon as possible.
2007 Apr 19 8:14 AM
As found in forum -
Because the VF31 is a report (sd70av3a) you can
SUBMIT it and fill all parameter by using the "WITH" command.
Example
SUBMIT sd70av3a
with RG_KSCHL EQ 'RD00'
Regards,
Amit
Reward all helpful replies.
2007 Apr 19 8:20 AM
I require BAPI for that report to be called from outer Application. Yes, it can be executed as you mentioned but which BAPI to be called to execute report in some other platform like java.?
2007 Apr 19 8:27 AM
Check this BAPI then BAPI_BILLINGDOC_CREATE, for documentation and details check SE37.
Regards,
Amit
Reward all helpful replies.
2007 Apr 19 8:31 AM
Thanks Amit.
I'm glad that you gave your precious time.
Regards,
2007 Apr 19 8:16 AM