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: 

BAPI

Former Member
0 Kudos

Hi

i m using BAPI_ISUPARTNER_CREATEFROMDATA

This BAPI is for create business partner. and makeing entry of BP in but000 table but here we have modified a table and put connection object in CI_EEW_BUT000 (customer include) and add connection object HAUS in that table

so by using my BAPI it is not uploading that field

i had a bit idea that in tables we have

EXTENSIONIN type BAPIPAREX

reference structure for extension Own Fields (Import Parameters)

in that extension table i m passing my structure name and value but still it is not upload that z field..

pls help me on this

is there any other way to use BAPI and upload some z fields ???

PS :give example in general scenario also not perticular to this BAPI in pocreate bapialso we have the same table EXTENSIONIN.

Many Thanxs

Regards

rajan

1 ACCEPTED SOLUTION

rakesh_kumar
Explorer
0 Kudos

Dear Rajan,

Please use the function module BUPA_CENTRAL_CI_CHANGE for your purpose.

The parameter IS_BUS000_EEW -HAUS should have your data.

IS_BUS000_EEW_X-HAUS = 'X'.

Keep IV_XSAVE = 'X'.

Call function BAPI_TRANSACTION_COMMIT after calling this to update your data in the database.

Do you know that in system > ABA 620 (ERP 2005 or ECC 6.0 also), you can use the transaction EEWB (Easy Enhancement Workbench), extension object BUPA, extension type ADD_NEW_FIELDS to add your field into the CI_INCLUDE_BUT000. This will also generate means to display and edit the field on the business partner screens.

Regards, Rakesh

1 REPLY 1

rakesh_kumar
Explorer
0 Kudos

Dear Rajan,

Please use the function module BUPA_CENTRAL_CI_CHANGE for your purpose.

The parameter IS_BUS000_EEW -HAUS should have your data.

IS_BUS000_EEW_X-HAUS = 'X'.

Keep IV_XSAVE = 'X'.

Call function BAPI_TRANSACTION_COMMIT after calling this to update your data in the database.

Do you know that in system > ABA 620 (ERP 2005 or ECC 6.0 also), you can use the transaction EEWB (Easy Enhancement Workbench), extension object BUPA, extension type ADD_NEW_FIELDS to add your field into the CI_INCLUDE_BUT000. This will also generate means to display and edit the field on the business partner screens.

Regards, Rakesh