cancel
Showing results for 
Search instead for 
Did you mean: 

QA02 looks different when called by ABAP command 'CALL TRANSACTION'

sebastian_hockmann2
Participant
0 Kudos

Hello.

when i'm calling transaction QA02 by using ABAP Command 'CALL TRANSACTION' it looks different than calling it directly. Some menu entries are grayed out.

Is there any workaround for that? Just thinking about calling via SUBMIT or another Hattrick?

Thanks for your ideas and experience.

Sebastian

Accepted Solutions (0)

Answers (1)

Answers (1)

ThomasZloch
Active Contributor
0 Kudos

Are you using the USING bdc_tab addition with CALL TRANSACTION? If yes, then SY-BINPT is "X" which might lead to different look than if called directly. Try the OPTIONS addition as well and set NOBINPT = "X", see if this makes a difference.

Consult ABAP Online Help for further information on CALL TRANSACTION options.

Thomas