cancel
Showing results for 
Search instead for 
Did you mean: 

How to Update Table ARBCIG_SYSTIDMAP With BAPI or FM

mines
Participant
0 Kudos
959

Hi Team,

I have a requirement for updating a standard table ARBCIG_SYSTIDMAP.

Is there any FM or BAPI which help to update ARBCIG_SYSTIDMAP (with Kunnr Number & Ariba Number) when CR (Change Request) is Final Check Approved in MDG.

View Entire Topic
Manikandaraja
Explorer
0 Kudos

Hi,

I hope you can use below standard program/t-code to update ARBCIG_SYSTIDMAP table.

/nARBCIG_POST_CONFIG

Are you trying to create a custom program to update this table?

Best Regards

Mani

mines
Participant
0 Kudos

Hi Jayabal,

Thanks for Reply.

Yes I need to create a custom program in MDG system to update the ARBCIG_SYSTIDMAP when Change Request is Final Check Approved.

fniverba1
Newcomer
0 Kudos
have you find the solution you need for this? currently in need of the same requirement. Please let me know if you have the FM/BAPI to make this work.
kyo_choi2
Participant
0 Kudos

Search BAPI transaction code to search for released BAPI. If you can't find one then do a /h to go into debug mode before starting the transaction. Then you can step through the code and discover the various classes and function modules. You can create your own BAPI or FM using those classes.