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: 

ABAP/4 processor: MESSAGE_TYPE_X while creating bulk shipment cost

Former Member
0 Kudos

Hi All,

while bulk shipment cost creation using SAP program 'ROIGTRSL' in background , some jobs are failing very raarly in prodcution, if i check in job log it's showing message 'ABAP/4 processor: MESSAGE_TYPE_X'

how to avoid this error, is there any OSS note?

regards,

DSK

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi kumar,

see this link

http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapdocu.txt

chk below....

Try this program RS_TRANSTRU_ACTIVATE_ALL to activate

Check if any transports imported in the system ( some one else might have transported BI objects for other requirements, they might have missed to check the dependency ). if so recollect your objects in development system and transport those objects again.

Check if any support packs or OSS notes are imported in your system. Massage type X error is so

generic error so please review the system logs( tcode : SLG1) and analyize the problem.

Cheers

nagendra

2 REPLIES 2

Former Member
0 Kudos

Hi kumar,

see this link

http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapdocu.txt

chk below....

Try this program RS_TRANSTRU_ACTIVATE_ALL to activate

Check if any transports imported in the system ( some one else might have transported BI objects for other requirements, they might have missed to check the dependency ). if so recollect your objects in development system and transport those objects again.

Check if any support packs or OSS notes are imported in your system. Massage type X error is so

generic error so please review the system logs( tcode : SLG1) and analyize the problem.

Cheers

nagendra

0 Kudos

Hi nagendra,

Thank you for u r sharp responce,

there is no denpendency in system.

am searching for OSS notes,

is there any OSS notes are avilable?

regards,

DSK