SAP Reports / Programs | Periodical Sales and Distribution | SAP Media | Periodical Sales and Distribution(IS-M-SD-PS) SAP IS

RJKUSF01 SAP ABAP INCLUDE - Include RJKUSF01







RJKUSF01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RJKUSF01 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 RJKUSF01. "Basic submit
SUBMIT RJKUSF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RJKUSF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RJKUSF01


INCLUDES used within this REPORT RJKUSF01

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:

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING POPUP_TITLE = TITEL START_COLUMN = 25 START_ROW = 10 * NO_VALUE_CHECK = ' ' IMPORTING RETURNCODE = RETURNCODE TABLES FIELDS = FELDTAB EXCEPTIONS ERROR_IN_FIELDS = 1.

ISP_ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ISP_ADDRESS_INTO_PRINTFORM' EXPORTING ANSCHR_TYP = XJGTSADR-ERSTADR SADRWA_IN = XJGTSADR ZEILENZAHL = 8 IMPORTING SADRWA_OUT = ADRS EXCEPTIONS OTHERS = 1.

ISP_ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ISP_ADDRESS_INTO_PRINTFORM' EXPORTING ANSCHR_TYP = ADRESSVAR_TAB-VARIANTE SADRWA_IN = XJGTSADR ZEILENZAHL = 8 IMPORTING SADRWA_OUT = ADRS EXCEPTIONS OTHERS = 1.

ISP_SELECT_SINGLE_TJG68 CALL FUNCTION 'ISP_SELECT_SINGLE_TJG68' EXPORTING JPARVW = SATZ-ROLLE TRTYP = CON_TRTYP_ANZE XZENTRAL = CON_ZENTRAL IMPORTING TJG68_I = HIDE.

ISP_ROLES_READ CALL FUNCTION 'ISP_ROLES_READ' EXPORTING GP_IN = GPNR TABLES ROULE_TAB = HLP_RO_TAB EXCEPTIONS OTHERS = 1.

CLAF_CLASSIFICATION_OF_OBJECTS CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS' EXPORTING CLASSTEXT = 'X' CLASSTYPE = KLART FEATURES = 'X' "mit/ohne Merkmale LANGUAGE = SY-LANGU OBJECT = OBJECT "Selekt.Geschätspartn.

ISP_INVOICE_TO_ORDER_GET CALL FUNCTION 'ISP_INVOICE_TO_ORDER_GET' EXPORTING VBELN = H_PSDAUFFAKT_TAB-VBELN POSNR = H_PSDAUFFAKT_TAB-POSNR * ETENR = * FAKBIS = CON_TIME_ZERO INCL_STORNO = CON_ANGEKREUZT * XVERDICHTUNG = ' ' IMPORTING XFAKTURIERT = XFAKTRIERT TABLES FAKTURA_TAB = FAKT_TAB EXCEPTIONS NO_ORDER_NUMBER = 1 WRONG_VALUE = 2 OTHERS = 3.

ISP_INVOICE_TO_ORDER_GET CALL FUNCTION 'ISP_INVOICE_TO_ORDER_GET' EXPORTING VBELN = H_PSDAUFFAKT_TAB-VBELN POSNR = H_PSDAUFFAKT_TAB-POSNR * ETENR = * FAKBIS = CON_TIME_ZERO INCL_STORNO = CON_ANGEKREUZT * XVERDICHTUNG = ' ' IMPORTING XFAKTURIERT = XFAKTRIERT TABLES FAKTURA_TAB = FAKT_TAB EXCEPTIONS NO_ORDER_NUMBER = 1 WRONG_VALUE = 2 OTHERS = 3.

ISP_CHECK_DATES_OVERLAP CALL FUNCTION 'ISP_CHECK_DATES_OVERLAP' EXPORTING DATVON1 = MSD_VON DATBIS1 = MSD_BIS DATVON2 = FAKT_TAB-ISPFAKVON DATBIS2 = FAKT_TAB-ISPFAKBIS IMPORTING OVERLAPPING = UEBERLAPPUNG EXCEPTIONS INTERVALL1_NOT_VALID = 1 INTERVALL2_NOT_VALID = 1.

ISP_GP_READ CALL FUNCTION 'ISP_GP_READ' EXPORTING GPNR_IN = GPNR IMPORTING GP_OUT = GP_OUT EXCEPTIONS DELETED = 01 NOT_EXISTS = 02.

ISP_DEBITOR_READ CALL FUNCTION 'ISP_DEBITOR_READ' EXPORTING BUKR_IN = BUKRS_TAB-BUKRS GPNR_IN = GP_OUT-GPNR TABLES JKNA1 = KNA1_OUT JKNB1 = KNB1_OUT EXCEPTIONS NOT_EXISTS = 01.

ISP_GET_CONFIG_OF_EVENT CALL FUNCTION 'ISP_GET_CONFIG_OF_EVENT' EXPORTING I_APPKL = 'J' I_BUKRS = BUKRS_TAB-BUKRS I_EVENT = 'DEB011' IMPORTING E_LOGSYS = LV_LOGSYS E_RFNAME = LV_RFNAME.

ISP_KREDITOR_READ CALL FUNCTION 'ISP_KREDITOR_READ' EXPORTING BUKRS_IN = BUKRS_TAB-BUKRS GPNR_IN = GP_OUT-GPNR IMPORTING LFA1_OUT = LFA1_OUT LFB1_OUT = LFB1_OUT TABLES LFBK_OUT = LFBK_OUT EXCEPTIONS EKORG_NOT_EXISTS = 01 GP_NOT_EXISTS = 02 KREDI_NOT_EXISTS = 03 NO_LIFNR = 04 VKORG_NOT_EXISTS = 05.

ISP_GET_CONFIG_OF_EVENT CALL FUNCTION 'ISP_GET_CONFIG_OF_EVENT' EXPORTING I_APPKL = 'J' I_BUKRS = BUKRS_TAB-BUKRS I_EVENT = 'KRE011' IMPORTING E_LOGSYS = LV_LOGSYS E_RFNAME = LV_RFNAME.

ISP_CHECK_DATES_OVERLAP CALL FUNCTION 'ISP_CHECK_DATES_OVERLAP' EXPORTING DATVON1 = MSD_VON DATBIS1 = MSD_BIS DATVON2 = H_JKPA_TAB-GUELTIGVON DATBIS2 = H_JKPA_TAB-GUELTIGBIS IMPORTING OVERLAPPING = UEBERLAPPUNG EXCEPTIONS INTERVALL1_NOT_VALID = 1 INTERVALL2_NOT_VALID = 1.

ISP_CHECK_DATES_OVERLAP CALL FUNCTION 'ISP_CHECK_DATES_OVERLAP' EXPORTING DATVON1 = MSD_VON DATBIS1 = MSD_BIS DATVON2 = JKAP-GUELTIGVON DATBIS2 = JKAP-GUELTIGBIS IMPORTING OVERLAPPING = UEBERLAPPUNG EXCEPTIONS INTERVALL1_NOT_VALID = 1 INTERVALL2_NOT_VALID = 1.

ISP_CHECK_DATES_OVERLAP CALL FUNCTION 'ISP_CHECK_DATES_OVERLAP' EXPORTING DATVON1 = MSD_VON DATBIS1 = MSD_BIS DATVON2 = JKAP-GUELTIGVON DATBIS2 = JKAP-GUELTIGBIS IMPORTING OVERLAPPING = UEBERLAPPUNG EXCEPTIONS INTERVALL1_NOT_VALID = 1 INTERVALL2_NOT_VALID = 1.

ISP_CHECK_DATES_OVERLAP CALL FUNCTION 'ISP_CHECK_DATES_OVERLAP' EXPORTING DATVON1 = MSD_VON DATBIS1 = MSD_BIS DATVON2 = JKAP-GUELTIGVON DATBIS2 = JKAP-GUELTIGBIS IMPORTING OVERLAPPING = UEBERLAPPUNG EXCEPTIONS INTERVALL1_NOT_VALID = 1 INTERVALL2_NOT_VALID = 1.



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 RJKUSF01 or its description.