Skip to Content
0
Former Member
May 09, 2011 at 08:37 AM

Call transaction - Standard menu greyed out

194 Views

Hi,

we use call transaction statement in our ABAP program like this:

set parameter id 'MPL' field wa_liste-warpl.
      call transaction 'IP03' and skip first screen.

The transaction IP03 is called correctly and the initial screen is skipped fine.

But some entries in the menu (like "change") are greyed out.

If we open IP03 manual this menu entries are not greyed out.

Is something wrong with our call transaction coding or how could we solve this?

Thank you

Kind regards

Manfred