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

Converting the Report Programme in to BAPI

Former Member
0 Likes
462

Hi

Is this Possible to convert the Repor Programme to BAPI

SV

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
414

Selection parameters, select options will be changed to IMPORTING PARAMETERS.(all these parameters should be pass by value).

And If your report contains some Output. then You have to use export or Table parameters For Output table parameters.

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
414

Sure, but it is of couse a manual process. Where you would take the PARAMETERS of the report and make them part of the interface of the BAPI, and then paste the logical code as the source code of the BAPI. Of course other considerations would need to be considered, such as getting rid of the report events and such.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
415

Selection parameters, select options will be changed to IMPORTING PARAMETERS.(all these parameters should be pass by value).

And If your report contains some Output. then You have to use export or Table parameters For Output table parameters.