cancel
Showing results for 
Search instead for 
Did you mean: 

Dump in /SCMTMS/SAPLSCEM_TOR

Former Member
0 Kudos

hello all,

I am facing a Dump in the control parameter extractor /SCMTMS/EXTR_CPARAMS_TOR40 .

I already have the carrier and the description present in our TM system.

Can any one please help me on this.

regards

Mainak Sen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mainak,

Looks like there is no record found in the itab "lt_bupa_descr" and since it's a referenced field, there is a dump as no data is found. Put a break point on your "READ TABLE lt_bupa_descr" statement and see if it's avialble or not. If ID is not available, then backtrack it via debugging and see why it's not available in the table "lt_bupa_descr".

Ideally, there should be "IF SY-SUBRC eq 0" after read statement to avoid the dump but since your's is a standard setup, maintaining whatever is missing is the quick fix.

Let me know if you find anything and we can look at it too.

Thanks,

Vishnu

Former Member
0 Kudos

Hello Vishnu,

I will follow the same and will update you on my findings.

regards

Mainak Sen

former_member186607
Active Contributor
0 Kudos

Hi Mainak,

business partner description is retrieved via method /scmtms/cl_bupa_helper=>get_bp_descr - you should debug this method. Let us know, why no BP details are returned by this method.

Best regards, Daniel

Former Member
0 Kudos

Hello Daniel,

will debugg the same and update u on this.

regards

Mainak Sen

former_member186607
Active Contributor
0 Kudos

Hi Mainak,

a new note is now available that should solve the issue with the short dump: 2262944. Nevertheless you should check why the business partner description is not available in your case. Please let us know the outcome.

Best regards, Daniel

Former Member
0 Kudos

Hello Daniel,

This OSS note have solved our issue.

Regards

Mainak Sen

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mainak,

Check and implement this SAP OSS note - 2071228 - Short dump during extraction of control parameters for ODT40_TO

Check whether you are up to date in SAP EM and TM SAP OSS notes, there are many SAP OSS notes created for different short dumps.

2091829   SAP TM 9.2-Collection of notes recommended to be implemented

regards

GGOPII

Former Member
0 Kudos

Hello Gopi,

- 2071228   This note is in status - Cannot be implemented.

The other notes i am checking and will update you on it.


regards

Mainak sen

Former Member
0 Kudos

Hi Mainak,

I think your system in up to date version, so it is showing cannot be implemented.

Are you using custom control parameter extractor to fetch Carrier and Description?  You have to open system for SAP to look into the issue ASAP.

The debugging is the best option to find out the root cause.

Regards

GGOPII

Former Member
0 Kudos

Gopi,

FYI, dump is in the standard extractor based on Mainak's shot.

Thanks,

Vishnu