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: 

how to get Idoc_data table from standard Fm to my routine?

former_member873917
Discoverer
0 Kudos

I need to get Idoc_data entries from standard FM to my routine calling stack ((SAPL***)idoc_data[]) is not available in my routine while debugging.

2 REPLIES 2

Sandra_Rossi
Active Contributor

Impossible to answer your question, we don't know which "standard FM" you are talking about. Please add some context.

former_member873917
Discoverer
0 Kudos

I need to restrict few condition types in pricing procedure of the IDOC (billing document creation idoc). for that i had a routine and based on each net value field of the every line item on the idoc i need to set sy-subrc value in routine. this routine will call while processing that idoc. how to get that idoc data into my routine?