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: 

Idoc monitOring

Former Member
0 Kudos

Hi,

I have a requirment to send master data idocs (material for example) to a new SAP system and recieve the acknowledgement from that system for confirmation of posting. Now i am using a BDC of BD10 for sending the material idocs , but i am unable to trace the idocs to check wether thay have reached the reciever system i.e. the program should show the idoc number along with its status in the reciever system.

Has anyone worked on such a requirment.

regards,

Kunal

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Kunal,

One of the ways you can achieve this is by sending back the ALEAUD01 idoc from the traget system bakc to the sending system...And when the ALEAUD01 is recieved back..it updates the origianl IDOC with the messages in the target system...

The program RBDSTATE generates the ALEAUD01 idocs..you can either schedule it or run it manually...but the ALE setting s for the ALEAUD01 idoc needs to be done befor hand...

Thanks,

Renjith

5 REPLIES 5

Former Member
0 Kudos

Hi Kunal,

Is your target system is also R/3 then you can use a RFC function module to retrieve the idocs posted of the MATMAS type on a particular day and retrieve the idoc number based on the data if needed.

Why the RFC is needed is coz once the idoc is going to the next system and will be posting with a new idoc no.

Cheers

JK

PS: Award points if this helps you

0 Kudos

hi,

My requirment is as follows :-

My program is mainly required for sending BOM data , now for sending new BOM , the matetrials have to be present in the recieving systems. Thus before i send the BOM data through ALE , i need to send the material data and if some of those materials IDocs fail to post then i have to stop the BOM Idoc from being posted.

Kunal

0 Kudos

then u can send the material data also thru idocs no, y u r going for bdc there?

Former Member
0 Kudos

Hi Kunal,

One of the ways you can achieve this is by sending back the ALEAUD01 idoc from the traget system bakc to the sending system...And when the ALEAUD01 is recieved back..it updates the origianl IDOC with the messages in the target system...

The program RBDSTATE generates the ALEAUD01 idocs..you can either schedule it or run it manually...but the ALE setting s for the ALEAUD01 idoc needs to be done befor hand...

Thanks,

Renjith

Former Member
0 Kudos

Hi Kunal,

follow the procedure what ranjit had posted. Actully its related to ALE auditing.

If u need to add ALEAUD msg type in modelview. so that u will come to know the staus of idoc in rec. system.

Thanks

Eswar