RFKKGPSHUPDATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = docu -> fi -> fica In order to prevent incorrect data being read from the shadow table in the case of a release upgrade to SAP_ABA 6...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 RFKKGPSHUPDATE into the relevant SAP transactions such as SE38 or SE80
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.
Title: Update Program of Business Partner Shadow Table FKK_GPSHAD
Text Symbol: 001 = Number of written business partners
Text Symbol: 002 = Program Run Ended
Text Symbol: 003 = Number of Existing Business Partners with Planned Change Documents Not Implemented:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PLANNED_CHANGES_READ_HEADERS CALL FUNCTION 'PLANNED_CHANGES_READ_HEADERS' EXPORTING objectclass = 'BUPA_BUP' planned_change_number_from = ' ' username = '*' act_chngno_space = 'X' TABLES i_cdhdr = lt_pcdhdr EXCEPTIONS no_position_found = 1 OTHERS = 2.
PLANNED_CHANGES_READ_HEADERS CALL FUNCTION 'PLANNED_CHANGES_READ_HEADERS' EXPORTING objectclass = 'BUPA_ADR' planned_change_number_from = ' ' username = '*' act_chngno_space = 'X' TABLES i_cdhdr = lt_pcdhdr EXCEPTIONS no_position_found = 1 OTHERS = 2.
PLANNED_CHANGES_READ_HEADERS CALL FUNCTION 'PLANNED_CHANGES_READ_HEADERS' EXPORTING objectclass = 'ADRESSE2' planned_change_number_from = ' ' username = '*' act_chngno_space = 'X' TABLES i_cdhdr = lt_pcdhdr EXCEPTIONS no_position_found = 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.
RFKKGPSHUPDATE - Update Program of Business Partner Shadow Table FKK_GPSHAD RFKKGPSHUPDATE - Update Program of Business Partner Shadow Table FKK_GPSHAD RFKKGPSH - OBSOLETE: In future use transaction GPSHAD_NEW RFKKGPSH - OBSOLETE: In future use transaction GPSHAD_NEW RFKKGL_REV_UPDATE_CONTROLF01 - RFKKGLREVUPDATECONTROLF01 RFKKGL_REV_SELECT_GLF01 - RFKKGLREVSELECTGLF01