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: 

Function module for finding the IDOC number

Former Member
0 Kudos

Hi ,

I have a requirement like .. I have the Accounting document and i want to findout the associated IDOC number .

Please help me is there any function module .

Thanks,

Naveen

4 REPLIES 4

Former Member
0 Kudos

Hi,

GO to EDIDC or EDIDD

enter the Message Type or IDOC type used for that documnet.

Or see in We20 partner profile in the outbound parameters.

you will know them

enter in those table , you will get the IDOC numbers.

See the fun modules

GET_IDOCNR_FROM_IDOCNR

GET_IDOCNR_FROM_OBJECT

HR_ECM_GET_F4_IDOC_NUMBER

reward points if useful

regards,

ANJI

0 Kudos

Hi Anji,

The above function modules are not the related once. My requirement is to write a program for finding the IDOC numbers by passing the Accounting doc numbers.

If we have a one Doc number then we can navigate to service objects and then we can findout the IDOC number.

Please help me ..

Message was edited by:

naveen kumar

Former Member
0 Kudos

Hi Naveen,

Try these FM's:

GET_IDOCNR_FROM_OBJECT

GET_IDOCNR_FROM_OBJECT_NEW

Warren

ferry_lianto
Active Contributor
0 Kudos

Hi,

If you know the corresponding message type and the segment name which store the accounting document number then you can use transaction WE09 to search the IDoc number.

Regards,

Ferry Lianto