2006 Oct 12 12:30 PM
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"
2006 Oct 12 12:49 PM
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
2006 Oct 12 12:51 PM
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)