RJGBUP01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for IS-M Business Partner - SAP Business Partner Migration Report This report migrates all selected IS-M business partners to the SAP business partner...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RJGBUP01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JUCP1 - Conversion of IS-M Partner to SAP BP
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: PAR_ANUM = Copy Number, Delete Target
Selection Text: PAR_CORR = Correction of Converted Prtnrs
Selection Text: PAR_COUM = Conversion and Correction
Selection Text: PAR_DEBI = Copy Customer Number
Selection Text: PAR_EXPN = Copy Number to External Number
Selection Text: PAR_GRID = Default Grouping
Selection Text: PAR_PNUM = External Numbers
Selection Text: PAR_PRDT = Show Log Details
Selection Text: PAR_ROLE = Default Role Category
Selection Text: PAR_RUN = Update Run (with DB Changes)
Selection Text: PAR_STAN = Standard Number Assignment
Selection Text: PAR_TEST = Test Run (w/o DB Change)
Selection Text: PAR_UCUS = Only Check Conv. Customizing
Selection Text: PAR_UMST = Only Conversion
Selection Text: R_GPNR = Business Partner
Title: Conversion Report: IS-M Business Partner to SAP Business Partner
Text Symbol: 030 = Diff. standard address role cat.
Text Symbol: 029 = Partner convers.
Text Symbol: 028 = For indust.
Text Symbol: 027 = For role cat.
Text Symbol: 026 = For applic.
Text Symbol: 025 = For dept.
Text Symbol: 024 = For function
Text Symbol: 001 = The flag
Text Symbol: 002 = 'Convert selected partners'
Text Symbol: 003 = 'Correct converted partner'
Text Symbol: 004 = 'Business partner grouping'
Text Symbol: 005 = 'Ext. numbers'
Text Symbol: 006 = 'Test run (w/o DB change)'
Text Symbol: 007 = is selected
Text Symbol: 008 = is not selected
Text Symbol: 009 = No address type is
Text Symbol: 010 = defined for the address ID
Text Symbol: 011 = Convert partner
Text Symbol: 012 = to
Text Symbol: 013 = Treasury partner
Text Symbol: 014 = Collective bus.partner
Text Symbol: 015 = Correction of
INCLUDE RJGBUTOP.
No SAP DATABASE tables are accessed within this REPORT code!
ISM_BP_MIGRATION_ACTIVATE call function 'ISM_BP_MIGRATION_ACTIVATE'.
FTBU_0001_IMPORT_DATA call function 'FTBU_0001_IMPORT_DATA' exporting i_test = par_test i_check = space i_run = par_run i_protokoll_detail = par_prdt exceptions ztpkt = 1 others = 2.
JGBP_0003_IMPORT_DATA call function 'JGBP_0003_IMPORT_DATA' exporting i_test = par_test i_check = space i_run = par_run i_protokoll_detail = par_prdt exceptions ztpkt = 1 others = 2.
JGBP_0003_IMPORT_DATA_II call function 'JGBP_0003_IMPORT_DATA_II' exporting i_ucus = par_ucus i_corr = par_corr i_umst = par_umst i_coum = par_coum * i_stan = par_stan * i_anum = par_anum * i_pnum = par_pnum * i_debi = par_debi * i_chce = par_chce * i_grid = par_grid * i_role = par_role * i_expn = par_expn exceptions ztpkt = 1 others = 2.
FTBU_CONVERT_MAIN call function 'FTBU_CONVERT_MAIN' exporting i_test = par_test i_run = par_run i_protokoll_show = 'X' i_protokoll_detail = par_prdt i_projekt = '1003' i_tabname = 'RJGBUP01' * I_CON_PACK = '00100' exceptions ztpkt = 1 others = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJGBUP01 - Conversion Report: IS-M Business Partner to SAP Business Partner RJGBUP01 - Conversion Report: IS-M Business Partner to SAP Business Partner RJGBUM02 - Conversion Report: BDT Settings After Migration RJGBUM02 - Conversion Report: BDT Settings After Migration RJGBUM01 - Conversion Report: BDT Settings Before Migration RJGBUM01 - Conversion Report: BDT Settings Before Migration