cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc Acknowledgemt

Former Member
0 Kudos

Hi

I have a scenario file-XI-IDoc. I need to collect Application error acknowledgement and send it back to file again.

I have scanned through the forum and haven't got a reply for the same. This can be done if the scenario is SAP to SAP.

I would like to know if it can be run for FIle to IDoc scenario with our without BPM.

I need to send only application error acknowldegment.

Please do let me know if there are any alternatives other then creating a ZALEAUD.

Thanks

Vijaya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI Vijaya,

I have seen u r profile while searching on sdn

i find that u have worked on sap XI

no i am in project which need to owrk on SRM & SAP R/3

as i have worked in R/3 side i need to know what knowlage i have to for working on this scinarios as I am belongd to technical side.Do we need the knowlage of SAP XI and how much we need.I have worked on IDOC and Rfc in R/3 and EWM inteface.

PLZ have some input.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>I would like to know if it can be run for FIle to IDoc scenario with our without BPM.

you cannot send anything back to the file

without the BPM (in one flow of course)

so you need to use BPM

is this SAP to SAP or file to SAP

if file to SAP you can use ZALEAUD or you can

search for an exit in your idoc

and send an RFC (or abap proxy) from there

to update the file (as a new flow)

then you don't have to use BPM - you'll just have two flows

Regards,

michal

Former Member
0 Kudos

Hi Michal,

This is a file to IDoc scenario. I need to send the application error details of the IDoc posted into R/3.

Is this possible through BPM?

Please can you let me know how do we do this. This question is because, the ALEAUD is generated with report RBDSTATE running in Batch mode. So is my BPM going to wait for the Report to Run?

Regards

Vijaya

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>running in Batch mode. So is my BPM going to wait for the Report to Run?

that's why you can use the idoc exit approach

so you'll have the error info each time the idoc

inbound FM is executed and you'll be able to send

some info back to the file

Regards,

michal

Former Member
0 Kudos

Hi Michal,

Thanks for quick response.

my doubts:

1. Is there a way that I can get immediate response for the IDoc other then running Program RBDSTATE?. Then I can use BPM.

2. Is there any alternative that I don't have to modify the program in SAP R/3 and handle the ALEAUD IDoc in SAP XI and get the file genrated?

3. Is the only alternative is to use a user exit or or get ZALE?.

Thanks for all the help.

Regards

Vijaya

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>1. Is there a way that I can get immediate response for the IDoc other then running Program RBDSTATE?.

not that I know (except an easy user exit)

Regards,

michal