RFKKGPSH is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = fi
If you would like to execute this report or see the full code listing simply enter RFKKGPSH 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.
Selection Text: LR_PART = Business partner:
Title: OBSOLETE: In future use transaction GPSHAD_NEW
Text Symbol: 001 = Number of written business partners
Text Symbol: 002 = Program Run Ended
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CHECK_GPSHADOW_USAGE CALL FUNCTION 'CHECK_GPSHADOW_USAGE' IMPORTING e_xgpshad = l_answer.
ENQUEUE_EBU_PARTNR CALL FUNCTION 'ENQUEUE_EBU_PARTNR' EXPORTING mode_but000 = lc_enq_mode EXCEPTIONS foreign_lock = 1 OTHERS = 3.
UPDATE_GPSHADOW_FOR_RFKKGPSH CALL FUNCTION 'UPDATE_GPSHADOW_FOR_RFKKGPSH' TABLES it_partner = lt_partners CHANGING c_partner_count = l_partner_count c_last_read_partner = l_last_read_partner.
DEQUEUE_EBU_PARTNR CALL FUNCTION 'DEQUEUE_EBU_PARTNR' EXPORTING mode_but000 = lc_enq_mode.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 RFKKGL_REV_SELECT_FIKEYF01 - RFKKGLREVSELECTFIKEYF01 RFKKGL_REV_REVERSE_GLF01 - RFKKGLREVREVERSEGLF01