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 or Func Module to Update Tables BP3100 and UKM_BP_CMS

Former Member
0 Kudos

Hi Guys,

             I need any BAPI or Function Module to update Tables BP3100 and UKM_BP_CMS. I need released versions. It will also be helpful if you can help me with any Class or method which does the same. It will be of great help for me if you can help me out with this.

Thanks & Regards

Anirban

14 REPLIES 14

Former Member
0 Kudos

Hey,

Can you search with the combinations of *CMS*EXECUTE* or *DB*EXECUTE*. I could have told you the exact name but unfortunately I am currently offline from SAP system. I used some of these BAPIs for UKM_BP (Bus. Partner Credit Management) transaction.

Regards,

Tanmoy

0 Kudos

Hi Tanmoy,

                 I have searched in all ways possible, but I am not getting these BAPI's or FM's..The ones which I did get are unreleased and so can't be used. Can you please check from your SAP system which ones you used and please share it because that will be of immense help for me.

Thanks & Regards

Anirban

0 Kudos

Hi Anirabn

You can use BAPI_BUPA_FS_BPADDITION_ADD for the same. Check class CL_EXM_IM_UKM_BP_ADD_FIELDS method IF_EX_UKM_BP_ADD_FIELDS~SAVE_ADD_INFOS for sample code .

Nabheet

0 Kudos

Yes Let me check them & share...

Regards,

Tanmoy


0 Kudos

Hi Nabheet,

                 How do I instantiate Class CL_EXM_IM_UKM_BP_ADD_FIELDS..?? Will it be instantiated with create object statement or Inherited Instantiation..??

Former Member


Hi,

Please use the following FMs in conjunction to achieve the required updations of table:

BAPI_BUPA_FS_BPADDITION_ADD

UKM_DB_UKMBP_CMS_EXECUTE

Regards,

Tanmoy

0 Kudos

Hi Tanmoy,

               UKM_DB_UKMBP_CMS_EXECUTE is not updating Table UKMBP_CM_SGM. Are you sure when you used it it updated Table UKMBP_CMS_SGM...??

PLEASE CAN YOU PROVIDE THE CODE..??

0 Kudos

Yes Anirban it was updating the required tables; there are 2 parameters one for old segment and another for new segment. I will try to paste some relevant part of the code but I can't promise.

0 Kudos

are you passing the indicator that is used to indicate whether it is an insertion or an update. It is confirmed that the function module worked in my case. I used it in my last project for bus. Credit. Management program .

0 Kudos

ok please can you give me the code...by tomorrow...many many thanks in advance...

0 Kudos

Anirban

Just do a where use list on the fm to check if some standard is using it. You can copy the same

Nabheet

0 Kudos

Hi Tanmoy,

                UKM_DB_UKMBP_CMS_EXECUTE is not released. I just checked now. Please can you give any other name..??

0 Kudos

Hi Madan,

              I need to update the Table UKM_BP_CMS_SGM. My last option is running a BDC which I don't want to do.

Thanks & Regards

Anirban

Former Member
0 Kudos

Hi Nabheet/Tanmoy,

                             CHANGE and REMOVE BAPI'S are working well for BP3100 Table but addition BAPI BAPI_BUPA_FS_BPADDITION_ADD is not working properly. The record which I deleted from BP3100 with remove BAPI is not even getting added to BP3100 with the ADD BAPI. Can you guys please help...??