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: 

Saving IDOC Number from control_record_out before IDOC goes out.

Former Member
0 Kudos

Hi,

How would I save the IDOC number so that I can maintain a table with

Idocnumber

Document Number

Date

Etc

The IDOC num is not populated until the system finally does save the idoc and send it? Right?

Need that IDOC number via an exit or something.

thanks.

1 REPLY 1

Former Member
0 Kudos

Use function SREL_GET_NEXT_RELATIONS to rather get the link after the IDOC has gone out.

Any better/easier ways?

regards