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

Custom Error Messages in SM35 (BDC/Batch Input Session log)

Former Member
0 Likes
641

Hi,

We have a requirement to populate Custom messages generated while validating input file data to appear in SM35 session Error Log.

Please advise the possibilities to do this.

e.g.: "Trailer Record not found" or "Header Record not found" should be populated in SM35 session error log.

Thanks

Saleha

Hi,

We have a requirement to populate Custom messages generated while validating input file data to appear in SM35 session Error Log.

Please advise the possibilities to do this.

e.g.: "Trailer Record not found" or "Header Record not found" should be populated in SM35 session error log.

Thanks

Saleha

2 REPLIES 2
Read only

former_member189629
Active Contributor
0 Likes
477

Why not catch and report/log file errors in the load program that creates the SM35 session--LSMW/ABAP?

Read only

0 Likes
477

Our program validates the input file and displays the custom error messages in another output file as error log and the standard error messages are anyhow logged in the BDC session.

Now the requirement is to even include the Custom error messages in the BDC session. Please let us know if there is any possibility to do so.