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

PO Change BDC Problem

Former Member
0 Likes
1,035

Hi Friends,

I have written BDC for changing Purchase order item for field Plant. Now when I am going to save the PO it is creating output type, for Idoc generation.

So in BDC program what logic I have to put so that it will not generate any output type for this PO change activity.

Happy Abaping.

PP

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
964

If you are doing a mass change, your functional analysts may have a way to turn this off temporarily.

Rob

Hi Friends,

I have written BDC for changing Purchase order item for field Plant. Now when I am going to save the PO it is creating output type, for Idoc generation.

So in BDC program what logic I have to put so that it will not generate any output type for this PO change activity.

Happy Abaping.

PP

6 REPLIES 6
Read only

Former Member
0 Likes
964

Hey Folks,

Any Idea how to suppress Output type generation in program.

Thanks

PP

Read only

Former Member
0 Likes
965

If you are doing a mass change, your functional analysts may have a way to turn this off temporarily.

Rob

Read only

0 Likes
964

Thanks Rob,

That I can do it from NACE, T-code, but if I want to do this in program then its feasible ??

Thanks Again.

PP

Read only

0 Likes
964

No way that I know of.

Rob

Read only

former_member156446
Active Contributor
0 Likes
964

when ever an output is generated, the NAST table gets updated and some batch job runs the output to Idocs.. so you might have to find a place where NAST table is updated and try to stop it... typically most of the Organization have there own custom codes to take care of this process... as you are saying its a temp process its not worth the time to search on it... making changes in NACE would be easy enough..

Read only

0 Likes
964

Thanks Jay and Rob,

Its good to have NACE update for time-being.

PP