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: 

DUMP

Former Member
0 Kudos

The Transaction ZR_VL03N and ZR_VA03 are ending with Dump, because the structure of the COMMON PART in the programs are different from the corresponding area in the calling programs.

I CheckED the common part structure and fields in the programs ARE THE SAME..

AND ALSO THE TWO TRASACTIONS ARE EXCUTING CORRECTLY

1 set, common part "LIPSCOM"

"/TCIS/MV50A"

"ZRL_CI_MV50A".

2nd set, common part "MV45ACOM"

"/TCIS/MV45A"

"ZRL_CI_MV45A"

2 REPLIES 2

Former Member
0 Kudos

Hi,

I see diffrence below fields

set, common part "LIPSCOM"

<b>"/TCIS/MV50A"</b>"ZRL_CI_MV50A".

2nd set, common part "MV45ACOM"

<b>"/TCIS/MV45A"</b>"ZRL_CI_MV45A"

thismay be problem. check it out

Regards

amole

0 Kudos

thanks for your reply

and see below message and reply

i checked in the program here also same

DATA: BEGIN OF COMMON PART LIPSCOM.(ZRL_CI_MV50A)

DATA: BEGIN OF COMMON PART LIPSCOM.(/TCIS/MV50A)

DATA: BEGIN OF COMMON PART MV45ACOM.(ZRL_CI_MV45A)

DATA: BEGIN OF COMMON PART MV45ACOM.(/TCIS/MV45A)