Application Development and Automation 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: 
Read only

OUTPUT REPROCESSING - urgent

Former Member
0 Likes
544

hi All

is there a way to set a indicartor in the SAP side to tell the ASN IDOC has been resend and not orginal?

The customer wants that if the ASN idoc is sent again the customer would want to know that its not an origianl ASN instead its a copy of the ASN sent earlier.

any idea how to achieve this?

~Suresh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
512

When you resend just pass indicator in control record.

How to find whether it is resend-->Check Nast-VSTAT(1-Successfully processed) entry if output type is already processed. Mark second idoc as mentioned.

I normally use EDIDC-SNDSAD-Copy(Indicator) or duplicate.

Thanks,

Narayanan

3 REPLIES 3
Read only

Former Member
0 Likes
513

When you resend just pass indicator in control record.

How to find whether it is resend-->Check Nast-VSTAT(1-Successfully processed) entry if output type is already processed. Mark second idoc as mentioned.

I normally use EDIDC-SNDSAD-Copy(Indicator) or duplicate.

Thanks,

Narayanan

Read only

0 Likes
512

hi i tried the details you have mentioned but EDIDC-SNDSAD is showing as Sender address (SADR)? Does it store the indicator?

~Suresh

Read only

0 Likes
512

Yes and mention to mapper that you are sending this information.

This field is not used any where. We are using this field as for many indication purpose.

Thanks,

Narayan