cancel
Showing results for 
Search instead for 
Did you mean: 

acknowledgement message for Async scenario...

siddhesh_pathak4
Contributor
0 Kudos

Hello All,

I am working on Asynchronous scenario (IDOC -> File). I have confirgured all the things properly. My problem is when i execute the idoc everything is working fine file got created at FTP. But in sxmb_moni i am getting success message with still wating for acknowledgement "?".... Where i have did the mistake.. as this is async scenario this message is not expected.

Is there anyone who had faced such problem... Please let me know..

Thanks for all your help in advance...

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Siddhesh

1. Add the dummy logical system name(some name) to your receiver business system in the SLD

2. go to your business system --> Service --> Adapter specific identifiers

3. Import the business system name from the SLD using the "Compare with SLD" button

Thanks

Viswanadh Vadde

siddhesh_pathak4
Contributor
0 Kudos

Hey Vishawa,

How r u......? Where r U? thanks for your reply..... I am not using the business system. I have checked with the service and the logical system name is there in Adapter specific identifiers..

Thanks again..

Former Member
0 Kudos

Still you are getting problem

Then cross check the partner profiles in R/3 and XI adapter specific indentifer and make sure the cache is refreshed

Rajesh

JoelTrinidade
Active Contributor
0 Kudos

Hi Siddhesh,

There is nothing to worry about as long as your scenario is a success. The adapter by default waits for an acknowledgment. Nothing unusual.

Rgds

joel

Former Member
0 Kudos

Hi,

If u want Acknowledgement message for the idoc which u are sending from the R/3.in XI go throgh the transaction SE38 and type the program name IDX_NOALE and execute the program.there u will find two options like Request Acknowledgement and Donot Request Acknowledgement.so u need to select the port first and the Client then exectue(F8).

Thanks and Regards,

Raju

Former Member
0 Kudos

Hi Siddhesh,

By default, Sender IDOC adapter requests IDOC acknowledgement from receiver adapter, when we send IDOC to XI. In your case, System acknowledgement sent by File adapter is converted in to ALE audit message and sent to sender system.

If you want to receive acknowledgement then you need to configure IDOC receiver communication channel.

Refer to this good blog

/people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc

From the above blog....

At times, there could be a scenario where in we do not need the ALEAUD IDOCs to be got back.

To acheive this add the PORT,CLIENT and MESSAGETYPE to the table IDXNOALE.Use transaction SE16 -> specify the table name "IDXNOALE" and then choose create new entries.Specify the values for PORT, CLIENT and MESTYPE fields, save the entry.This procedure helps switch off ALEAUD IDOCs from being sent back to the sender SAP system.

Best Regards,

Divyesh

Former Member
0 Kudos

Check the Idoc ack pipeline messages and see is there any error there

Check this thread which deals the same

Rajesh