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

POLIMITS table in BAPI_PO_CREATE1

Former Member
0 Likes
1,006

Hi All, I am using BAPI_PO_CREATE1 to create Purchase Orders. The code works fine and i am able to create Purchase Orders successfully. Now i want to populate the Overall Limit and Expected value fields of the Purchase Order. I am aware of the POLIMITS structure in the BAPI, but i am not able to populate the data. Below is the code i have written to fill POLIMITS table in BAPI

polimits-PCKG_NO   = vPCKG_NO.  
    polimits-LIMIT     = vLIMIT.       
    polimits-EXP_VALUE = vEXP_VALUE.       
     APPEND polimits.
Regards, Radhika.

Hi All, I am using BAPI_PO_CREATE1 to create Purchase Orders. The code works fine and i am able to create Purchase Orders successfully. Now i want to populate the Overall Limit and Expected value fields of the Purchase Order. I am aware of the POLIMITS structure in the BAPI, but i am not able to populate the data. Below is the code i have written to fill POLIMITS table in BAPI

polimits-PCKG_NO   = vPCKG_NO.  
    polimits-LIMIT     = vLIMIT.       
    polimits-EXP_VALUE = vEXP_VALUE.       
     APPEND polimits.
Regards, Radhika.

2 REPLIES 2
Read only

Former Member
0 Likes
564

Hello

Check this thread:

Read only

Former Member
0 Likes
564

not resolved..