‎2008 Apr 04 10:23 AM
Hi,
i have a problem using BAPI_BUS2001_CREATE to create project definition.
i have customer fields in CI_PROJ structure.
i used help structure BAPI_TE_PROJECT_DEFINITION in EXTENSIONIN table
the problem is that customer fields that i have populated in BAPI_TE_PROJECT_DEFINITION are not processed.
please help.
thanks.
‎2008 Apr 04 3:34 PM
Search for some BADIs in which to implement the customer fields transfer.
Usually if you have customer structures/fields in BAPIs you have to use certain BADIs in which to implement the logic of populating these customer fields from the BAPI structures to the internal SAP structures.
Reward points is useful.
‎2008 Apr 07 2:24 PM
thanks for your replay,
i looked at the badi BAdI BAPIEXT_BUS2001, i see that the customers fields are passed, i dont have ti implement any method.
i think the problem is in the BAPI_PS_PRECOMMIT function module, it clears the customers fields !
‎2008 Apr 09 3:48 PM