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

How to call ALV report using BAPI

Former Member
0 Likes
931

Hi All There,

Can anyone tell me how to call ALV report using BAPI

Answer will definatly rewarded

Regards

Shashikant

Hi All There,

Can anyone tell me how to call ALV report using BAPI

Answer will definatly rewarded

Regards

Shashikant

3 REPLIES 3
Read only

former_member195383
Active Contributor
0 Likes
644

if u are using selection texts previously for the alv then, use the select options as IMPORT parameters...and fill the required table inside the BAPIs..

Call this bapi inside a report program and then display as usual..using ALV

Read only

Former Member
0 Likes
644

Hi,

If you have any select-options on the selection-screen, then pass this fields as import parameters for the BAPI and in the source code use SUBMIT stmt for calling the report along with the select options.

syntax: SUBMIT PROGNAME

USER SY_UNAME

with

fieldname = value

.......

thanks and regards.

Read only

Former Member
0 Likes
644

hi chech this..

using submit statement you can call report or function module...