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

stop idocs from creation

Former Member
0 Likes
914

hi all,

first of all let me tell you whats happenning presently with the system:

on changing the final invoice flag in PO,the output types ZNE3 is detemined by nace config which results in creation of the idoc which are finally used to send across the other system.

So,the requirement is whenever the final invoice flag in a PO is changed,the idoc should not get created at all.

i know,our goal is stop the entries to be created in NAST table since that only detemines the idoc types processing later.

Please give me suggestions on how to proceed on this?

Regards

hi all,

first of all let me tell you whats happenning presently with the system:

on changing the final invoice flag in PO,the output types ZNE3 is detemined by nace config which results in creation of the idoc which are finally used to send across the other system.

So,the requirement is whenever the final invoice flag in a PO is changed,the idoc should not get created at all.

i know,our goal is stop the entries to be created in NAST table since that only detemines the idoc types processing later.

Please give me suggestions on how to proceed on this?

Regards

3 REPLIES 3
Read only

mvoros
Active Contributor
0 Likes
767

Hi,

all config can be done from transaction NACE. Check [SAP documentation|http://help.sap.com/saphelp_di471/helpdata/EN/c8/19878343b111d1896f0000e8322d00/frameset.htm] for more info.

Cheers

Read only

Rushikesh_Yeole
Contributor
0 Likes
767

NACE-APPLICATIONPROCEDURESCONTROLChoose output type-Requirementgo to source code.

write coding in that..

if final invoice flag is not set..

sy-subrc = 4.

then output type will not be determined in PO and hence no NAST entry

Read only

Former Member
0 Likes
767

Hi,

Try like this

Go to transactions WE82 and WE20 and delete the entry corresponding to mesage type and idoc type.

No need to deactivate the change pointers after doing this.

Regards,

Sekhar