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: 

Getting IDOC details-function module

Former Member
0 Kudos

Hi ,

Is there any function module(importing parameter shld be Idoc No) available to get the IDOC details - Data records

There is a urgent requirement

1 To get the details of the idoc-data records

2 To change the data

Thanks in advance

Regards,

Sachin

5 REPLIES 5

Former Member
0 Kudos

Hi,

You can use FM IDOC_READ_COMPLETELY to read IDOC data.

Hope this helps

Regards

Nishant

0 Kudos

Thanks Nishant my requirement is to change the segment data in the database for an IDOC

Is there any function module which can be used

0 Kudos

Hi sachin,

Changing data in DB is not recommended and you don't have any standard FM for the same.

Regards,

Atish

0 Kudos

Hi Sachin,

The concept that is generally followed is to create a new IDoc and process it instead of amending the old one. There are various reasons for this and one of the reason is if you have processed it , and if it's outbound then informaiton would have already been sent.

If you are somehow able to change it then also you need to send it again to theother system. And if that is to be done then you might as well create a new one

Hope this clarifies the issue.

Regards

Nishant