Application Development 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: 

Creation of Condition Record

Former Member
0 Kudos
826

Hi

I have a requirement to create Condition Record for PO automatically without going into transaction MN04.

So is there any Function Module / BAPI available which will create the condition record for Output Type for PO.

Thanks in Advance..

1 ACCEPTED SOLUTION

former_member195383
Active Contributor
0 Kudos
153

You can Implement BDC technique for the same by doing recording of the condition record creation in MN04

6 REPLIES 6

former_member195383
Active Contributor
0 Kudos
153

You can Implement BDC technique for the same by doing recording of the condition record creation in MN04

former_member195383
Active Contributor
0 Kudos
154

You can Implement BDC technique for the same by doing recording of the condition record creation in MN04

Former Member
0 Kudos
153

No our Client does not allowing the BDC Technique..

Can you suggest if any FM or BAPI available?

Former Member
0 Kudos
153

Hi

You can use : BAPI_PO_CHANGE or BAPI_PO_CREATE.

under the tables you have POCONDHEADER, POCONDHEADERX, POCOND, POCONDX.

Fill in the required conditions .

Former Member
0 Kudos
153

Hi,

see the fallowing link,

Regards,

Vijay

Former Member
0 Kudos
153

Thanks for your reply.. But I want to create condition record at the time of Vendor Creation for new vendors..

and not at the time of PO creation or PO Change..