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: 

Update the field PRPS-POSKI using BAPI

Former Member
0 Kudos

The requirement is to update the field POSKI in table PRPS.The value of this field POSKI is taken from an input file to SAP system. I have tried using BAPI_BUS2054_CREATE_MULTI, but this BAPI structure has no field that maps to field PRPS-POSKI. Please provide some BAPI name that can be used to update the value of PRPS-POSKI.

I have also tried with BAPI_PROJECT_MAINTAIN. Here the BAPI structure is having POSKI field in it, but we also have to pass the mandatory importing parameters to the BAPI which is of type bapi_method_project. Here in this structure we have fields as 1.refnumber  2.objecttype, 3.method, 4.objectkey. Please specify what we have to pass in OBJECTKEY if we use this BAPI.

Regards

1 REPLY 1

snehashree11
Explorer
0 Kudos

Hi Anurag,

BAPI_PROJECT_MAINTAIN :

Objectkey is the wbs element name which you would want to update

like if it is wbs1 you are updating then

objectkey would be wbs1.

Please read the documentation for the BAPI ,you might get more clear on what to use.

Hope this helps.

Thanks

Sneha