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: 

How to copy the code of a standart transaction, of mmbe trans

Former Member
0 Kudos

Hi all,

I want to use the mmbe transation as a part of code,at a report I am writing, but do not know how to use it.

Thanks.

2 REPLIES 2

Former Member
0 Kudos

Hi,

For transaction MMBE the program name is RMMMBEST

Open this in se80 and copy everthing displayed over there.

Its not a good practice to copy a standard program you tell me you requirement and there could be a standard solution avialable for this.

Regards,

Pankaj

Former Member
0 Kudos

Hi Deniz,

Go to SE93->write mmbe ->display-> in that you will find program name , if you want any background program use this methode.

Or

if you want call the transaction through your programm see this code.

AT SELECTION-SCREEN

if sy-ucomm eq 'CALL'.

CALL TRANSACTION 'MMBE'.

ENDIF.

Plz Reward if useful,

Mahi.