SAP Reports / Programs | Project System | Information System | Accounting(PS-IS-REP-ACC) SAP PS

RCNCOF81 SAP ABAP INCLUDE - Reconstruct RPSCO: Form Pool for Message Handler and Log







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


Text pool values


Title: Reconstruct RPSCO: Form Pool for Message Handler and Log


INCLUDES used within this REPORT RCNCOF81

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:

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING IN_PARAMETERS = PAR_PRIPA NO_DIALOG = 'X' IMPORTING OUT_PARAMETERS = PAR_PRIPA.

K_BATCH_REQUEST CALL FUNCTION 'K_BATCH_REQUEST' EXPORTING PAR_AMAIL = ' ' PAR_DIALG = 'X' PAR_JNAME = ' ' PAR_LTDAY = CON_NODAY PAR_LTTME = CON_NOTME PAR_NONOW = ' ' PAR_NSM37 = 'X' PAR_NSP01 = ' ' PAR_PNAKZ = ' ' PAR_PNAME = 'RCNCO8ZZ' PAR_PRINT = 'X' PAR_PRIPA = PAR_PRIPA PAR_RNAME = 'RCNCO800' PAR_SDMSG = 'X' PAR_SMAIL = ' ' PAR_STDAY = CON_NODAY PAR_STNOW = ' ' PAR_STTME = CON_NOTME PAR_SWAIT = ' ' PAR_WTIME = CON_NOTME TABLES TAB_SELPA = T_SELPA.

MESSAGE_LINE_SET CALL FUNCTION 'MESSAGE_LINE_SET' EXPORTING ZEILE = ZEILE.

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING DATUM = SY-DATLO "P30K067716 LANGU = SY-LANGU NO_BUKRS = ' ' NO_ERKRS = ' ' NO_KOKRS = ' ' OBJNR = OBJNR TEXT_WANTED = 'X' IMPORTING E_TEXT = E_TEXT IDENTIFICATION = IDENT.

MESSAGE_SET_DEFAULTLINE CALL FUNCTION 'MESSAGE_SET_DEFAULTLINE' EXPORTING ARBGB = 'HF' MSGTY = 'S' MSGV1 = IDENT MSGV2 = SY-MSGV2 TXTNR = '303' ZEILE = ZEILE MODIFY = 'X'.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXCEPTIONS INCONSISTENT_RANGE = 1 NO_MESSAGES = 2 OTHERS = 3.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES T_MESG = T_MESG.

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING DATUM = SY-DATLO "P30K067716 LANGU = SY-LANGU NO_BUKRS = ' ' NO_ERKRS = ' ' NO_KOKRS = ' ' OBJNR = ITAB_RPSCO-OBJNR TEXT_WANTED = ' ' IMPORTING IDENTIFICATION = IDENTIFICATION EXCEPTIONS OTHERS = 1.

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING DATUM = SY-DATLO "P30K067716 LANGU = SY-LANGU NO_BUKRS = ' ' NO_ERKRS = ' ' NO_KOKRS = ' ' OBJNR = T_OBJNR-OBJNR TEXT_WANTED = 'X' IMPORTING IDENTIFICATION = IDENTIFICATION E_TEXT = LD_TEXT EXCEPTIONS OTHERS = 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 RCNCOF81 or its description.