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

RJGCLZUO SAP ABAP Report - Classify IS-M Business Partners







RJGCLZUO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report performs the following functions: Classifies existing business partners when new classes are created Updates changes to business partners in classification at regular intervals, such as weekly Removes business partners from classes The report creates a file that can then be used to carry out classification by direct or batch input...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 RJGCLZUO 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 RJGCLZUO. "Basic submit
SUBMIT RJGCLZUO AND RETURN. "Return to original report after report execution complete
SUBMIT RJGCLZUO VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: NICHTS = Neither Direct nor Batch Input
Selection Text: KLART = Class Type
Selection Text: INTERVAL = Date Interval in Days
Selection Text: GROUP = Session Name for Batch Input
Selection Text: GPNR = Business Partner Number
Selection Text: DSN = File on Application Server
Selection Text: DIRECT = Perform Direct Input
Selection Text: DAT_VON = Created On
Selection Text: CLASS = Class
Selection Text: BATCH = Create Batch Input Session
Selection Text: APPEND = Attach Records to File
Title: Classify IS-M Business Partners
Text Symbol: 015 = File Generated with Classification Records:
Text Symbol: 014 = Error in WRITE LIST, SY-SUBRC:
Text Symbol: 013 = Error in LIST FROM MEMORY, SY-SUBRC:
Text Symbol: 012 = Error in LIST FREE MEMORY, SY-SUBRC:
Text Symbol: 011 = Class does not exist:
Text Symbol: 010 = Remove Relevant BPs from Class
Text Symbol: 009 = Classify Relevant BPs Only
Text Symbol: 008 = Classify Relevant BPs and Remove Irrelevant BPs from Class
Text Symbol: 007 = Create Batch Input Session
Text Symbol: 006 = Session Name
Text Symbol: 005 = No business partners selected
Text Symbol: 004 = File for Direct or Batch Input
Text Symbol: 003 = Class
Text Symbol: 002 = Business Partner Selection
Text Symbol: 001 = Physical file not found


INCLUDES used within this REPORT RJGCLZUO

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:

FILE_LOGFILE_ALIAS_F4 CALL FUNCTION 'FILE_LOGFILE_ALIAS_F4' EXPORTING ed_logfile_appl = gc_logfile ed_parameter_name = 'DSN' CHANGING cd_logical_file = dsn.

FILE_LOGFILE_ALIAS_PBO CALL FUNCTION 'FILE_LOGFILE_ALIAS_PBO' EXPORTING ed_logfile_appl = gc_logfile ed_parameter_name = 'DSN' CHANGING cd_logfile_param = dsn.

FILE_LOGFILE_ALIAS_PAI CALL FUNCTION 'FILE_LOGFILE_ALIAS_PAI' EXPORTING ed_logfile_appl = gc_logfile CHANGING cd_logfile = dsn EXCEPTIONS OTHERS = 1.

FILE_GET_NAME call function 'FILE_GET_NAME' exporting logical_filename = dsn importing file_name = ds_name exceptions file_not_found = 01.

LIST_FREE_MEMORY CALL FUNCTION 'LIST_FREE_MEMORY' TABLES LISTOBJECT = listtab EXCEPTIONS OTHERS = 1.

LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' TABLES LISTOBJECT = listtab EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

WRITE_LIST CALL FUNCTION 'WRITE_LIST' TABLES LISTOBJECT = listtab EXCEPTIONS EMPTY_LIST = 1 OTHERS = 2.

FILE_VALIDATE_NAME call function 'FILE_VALIDATE_NAME' exporting logical_filename = dsn changing physical_filename = ds_name exceptions others = 4.

CLCA_PROCESS_CLASSTYPE CALL FUNCTION 'CLCA_PROCESS_CLASSTYPE' EXPORTING CLASSTYPE = KLART DYNPROS = 'X' MULTI_CLASSIF = 'X' MODE = '2' IMPORTING CLASSTYPE = KLART * TYPETEXT = RMCLF-ARTXT * MULTI_CLASSIF = MULTI_CLASS * TABLE = SOBTAB * PTABLE = POBTAB * NO_CL_TRANS = NO_CLASS * IMPTCLA = TCLA EXCEPTIONS NO_AUTH_KLART = 02.



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