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: 

Error tracking in 'MEASUREM_DOCUM_RFC_SINGLE_001'

0 Kudos

I have a requirement for reprocessing the errors while creating measurement documents using BAPI 'MEASUREM_DOCUM_RFC_SINGLE_001'.

The program will run in the background. I have an internal table which will store status (processed or not). I have two queries in this.

           1) How track the measurement points for which documents are not posted to IK11.

               This function module does not have return parameters.

           2) What should be the code to call the program in background for the unprocessed documents?

1 REPLY 1

Former Member
0 Kudos

Hi,

The FM has exceptions and used on sy-subrc check we can track the failed records. In the failed records update the measring point. Later validate it and process those failed records.

Regards

Hari