SAP Reports / Programs

RFKKGPSHUPDATE SAP ABAP Report - Update Program of Business Partner Shadow Table FKK_GPSHAD







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFKKGPSHUPDATE. "Basic submit
SUBMIT RFKKGPSHUPDATE AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKGPSHUPDATE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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:


INCLUDES used within this REPORT RFKKGPSHUPDATE

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFKKGPSHUPDATE or its description.