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

error in copying mb5b

Former Member
0 Likes
1,786

i have to add two fields to MB5B.

I copied t-code MB5B (prog Rm07mlbd to z_Rm07mlbd )

i copied source, text, documentation , variants, user interface , screens , include.

after that i copied 5 programes

RM07GRID z_RM07GRID

RM07MLBD_CUST_FIELDS z_RM07MLBD_CUST_FIELDS

RM07MLBD_FORM_01 z_RM07MLBD_FORM_01

RM07MLBD_FORM_02 z_RM07MLBD_FORM_02

RM07MLDD z_RM07MLDD

but when i tried to execute copied z_Rm07mlbd , it is showing ABAP RUNTIME ERROR

i have to add two fields to MB5B.

I copied t-code MB5B (prog Rm07mlbd to z_Rm07mlbd )

i copied source, text, documentation , variants, user interface , screens , include.

after that i copied 5 programes

RM07GRID z_RM07GRID

RM07MLBD_CUST_FIELDS z_RM07MLBD_CUST_FIELDS

RM07MLBD_FORM_01 z_RM07MLBD_FORM_01

RM07MLBD_FORM_02 z_RM07MLBD_FORM_02

RM07MLDD z_RM07MLDD

but when i tried to execute copied z_Rm07mlbd , it is showing ABAP RUNTIME ERROR

12 REPLIES 12
Read only

Former Member
0 Likes
1,653

Hi ERP_SAP_USER,

Please go through the Dump error the dump error contains the cause of error and line number and the Program .

Regards,

Prakash

Read only

Former Member
0 Likes
1,653

U must have missed an include or must have not activated all the includes in your program.

Even i created ZMB5B and copied all the includes into Z include as i wanted to change the code and it worked properly for me.

Btw what is the dump error that u r getting.

Read only

Former Member
0 Likes
1,653

Hi,

Use t code ST22 to analyze the Dump error.

Regards,

Prakash

Read only

0 Likes
1,653

Runtime error is

The termination occurred in the ABAP program "SAPLALDB" in "SUBMIT_REPO

The main program was "RSABAPPROGRAM ".

The termination occurred in line 49 of the source code of the (Include)

program "LALDBU03"

of the source code of program "LALDBU03" (when calling the editor 490).

Read only

0 Likes
1,653

Tried to copying Mb5b standard program , it is showing run time error.

i copies all the programes , but still getting error??

error is in (Include) program "LALDBU03"

Read only

0 Likes
1,653

Hie

Open

 RM07MLBD 

in Objct Navigator SE80 and confirm that all includes are active. I have just copied mb5b to zmb5b and its working fien for me.

regards

Isaac Prince

Read only

0 Likes
1,653

Sorry i meant Z_ZRM07MLBD

regards

Isaac Prince

Read only

0 Likes
1,653

i tried in se38.

IN SE80 UNDER PROGRAME , i gave RM07MLBD

copy icon in inactive.

Read only

0 Likes
1,653

HI

how to copy standard RM07MLBDM IN SE80.

Read only

0 Likes
1,653

I tried soying RMO7LMBD IN SE80 . copying option is inactive.

if i copy in that case all the enhancements are also copied ? & if do modificationo in Z-program, in that case update in support packages or release upgrades will be effected to modified programe ?.

Hoe to check the all enhancepoints have been copied .

Or other way to add two field to RM07MLBD ?

Read only

0 Likes
1,653

Delete the Z program whatever u have created first.

Now go in SE 38 , give the program name RMO7LMBD and click on copy icon and give the new program name starting with Z , copy all the includes and documentation.

Now open this Z program, try to activate it. Open each include by double clicking on the include name in Z program and see whether they all r activated or not. Activate all of them and then activate ur main prog.

Read only

Former Member
0 Likes
1,653

Answered