SAP Reports / Programs | Master Data | SAP Media | Master Data(IS-M-MD) SAP IS

RJSINF03 SAP ABAP INCLUDE - documentation and ABAP source code







RJSINF03 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 RJSINF03 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 RJSINF03. "Basic submit
SUBMIT RJSINF03 AND RETURN. "Return to original report after report execution complete
SUBMIT RJSINF03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IS-M/SD: Include


INCLUDES used within this REPORT RJSINF03

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:

ISP_TEXT_FOR_DOMAIN_VALUE_GET CALL FUNCTION 'ISP_TEXT_FOR_DOMAIN_VALUE_GET' EXPORTING FIELDNAME = 'RJVBEZIRK-HNRKENN' FIELDVALUE = DOMAINVALUE IMPORTING DOMAIN_VALUE_TEXT = HNRKENN_TEXT EXCEPTIONS NOT_FOUND = 01.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING CLIENT = SY-MANDT LOGICAL_FILENAME = LOG_NAME OPERATING_SYSTEM = SY-OPSYS IMPORTING FILE_NAME = PHY_NAME EXCEPTIONS FILE_NOT_FOUND = 01.

ISP_ADDRESS_CHECK_NO_POPUP CALL FUNCTION 'ISP_ADDRESS_CHECK_NO_POPUP' EXPORTING LAND1 = ADRESSE-LAND1 ORTNAME = FUNK_ORT PLZ = ADRESSE-PLZNEU STRNAME = FUNK_STR IMPORTING ORTNAME = FUNK_ORT PLZ = ADRESSE-PLZNEU POSTSTR = STR_NR STRNAME = FUNK_STR TABLES STRASSEN_TAB = TOO_MUCH_STREETS EXCEPTIONS INVALID_INPUT = 01 NO_SUCH_POSTCODE_FOUND = 02 * no_such_street_found = 03 NO_SUCH_TOWN_FOUND = 04 PLZART_CONFLICT = 05 PLZ_KEINEM_ORT_ZUGEORDNET = 06 OTHERS = 07.

ISP_ADDRESS_CHECK_NO_POPUP CALL FUNCTION 'ISP_ADDRESS_CHECK_NO_POPUP' EXPORTING LAND1 = ADRESSE-LAND1 ORTNAME = FUNK_ORT PLZ = ADRESSE-PLZNEU HNRZUSATZ = HLP_HAUSNRZUS HAUSNR = HLP_HAUSNR STRNAME = FUNK_STR IMPORTING ORTNAME = FUNK_ORT PLZ = ADRESSE-PLZNEU POSTSTR = STR_NR STRNAME = FUNK_STR TABLES STRASSEN_TAB = TOO_MUCH_STREETS EXCEPTIONS INVALID_INPUT = 01 NO_SUCH_POSTCODE_FOUND = 02 * no_such_street_found = 03 NO_SUCH_TOWN_FOUND = 04 PLZART_CONFLICT = 05 PLZ_KEINEM_ORT_ZUGEORDNET = 06 OTHERS = 07.

ISP_HOUSENUMBER_CONVERT CALL FUNCTION 'ISP_HOUSENUMBER_CONVERT' EXPORTING HAUSNRBIS = HAUS_BIS HAUSNRKENNUNG = ADRESSE-HNRKENN HAUSNRVON = HAUS_VON HNRZUSATZBIS = HAZU_BIS HNRZUSATZVON = HAZU_VON STRHNR1000 = ' ' IMPORTING HAUSNRBIS = HAUS_BIS HAUSNRVON = HAUS_VON HNRZUSATZBIS = HAZU_BIS HNRZUSATZVON = HAZU_VON EXCEPTIONS INVALID_INPUT = 01 KONFLIKT_KENN_1 = 02 KONFLIKT_KENN_2 = 03 VON_GROESSER_BIS = 04.

ISP_HOUSE_NUMBER_CHECK CALL FUNCTION 'ISP_HOUSE_NUMBER_CHECK' EXPORTING HAUSNRBIS = BIS_HAUS HAUSNRVON = VON_HAUS HNRKENN = ADRESSE-HNRKENN HNRZUSBIS = BIS_HAZU HNRZUSVON = VON_HAZU PB_HAUSNRBIS = BIS_HAUS PB_HAUSNRVON = VON_HAUS PB_HNRKENN = ADRESSE-HNRKENN PB_HNRZUSBIS = BIS_HAZU PB_HNRZUSVON = VON_HAZU EXCEPTIONS ADRZUS_NICHT_ENTHALTEN = 01 BIS_HNRZUS_NICHT_IM_HNRZUSBER = 02 BIS_NICHT_IM_HNRBEREICH = 03 BIS_NICHT_IN_HNRKENNUNG = 04 FALSCHE_HAUSNUMMERNKENNUNG = 05 HNRZUS_NICHT_ENTHALTEN = 06 KEIN_ADRZUSATZ = 07 KEIN_STOCKWERK = 08 OKAY = 09 STOCKWERK_NICHT_ENTHALTEN = 10 VON_GROESSER_BIS_HAUSNR = 11 VON_HNRZUS_NICHT_IM_HNRZUSBER = 12 VON_NICHT_IM_HNRBEREICH = 13 VON_NICHT_IN_HNRKENNUNG = 14.



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