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: 

SAPLSLVC_FULLSCREEN and LPD_CUST

former_member185558
Active Participant
0 Kudos

Hello,

We have one Z Transaciton for ALV report

ZABAP which has a submit button, after clicking of which it display ALV report

now I have created a Launchpad link in LPD_CUST which calls this transaction,

after launching this from my NWBC application,

(OK Code ENTR) , the program for ALV is SAPLSLVC shown

however if i directly go for this transaciton ZABAP program show SAPLSLVC_FULLSCREEN

i dont know whats wrong, because of this launching this transaction from Launchpad is missing one top section of ALV report.

Please suggest.

2 REPLIES 2

Katja_Ohliger
Advisor
Advisor
0 Kudos

Hello,

launchpad starts the transaction in batch input mode. Probably the transaction behaves differently in this mode. You could try to set flag 'No Batch Input for CALL Trans' in parameter mapping.

Best regards, Katja

former_member400468
Active Participant
0 Kudos

Hi!

Do you use your own screen to show ALV or it's shown by REUSE* FM or SALV? In the second case you will see the current program to which the screen belongs (SAPLSLVC_FULLSCREEN).

Evgeny