SAP Reports / Programs | Payroll | India(PY-IN) SAP PY

PCF24IN8 SAP ABAP INCLUDE - Form 24-Subroutines to read database tables







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


Text pool values


Title: Form 24-Subroutines to read database tables


INCLUDES used within this REPORT PCF24IN8

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:

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING FEATURE = FEATURE STRUC_CONTENT = KIND_OF_ERROR = KIND_OF_ERROR IMPORTING BACK = BACK CHANGING STATUS = STATUS EXCEPTIONS DUMMY = 1 OTHERS = 0.

RP_TS_CREATE_OBJECT CALL FUNCTION 'RP_TS_CREATE_OBJECT' EXPORTING OBJKN = FI_STS_OBJ OBJNR = TS_OBJNR EMPFG = TEMSE_RECV IMPORTING TSOBJ = TSOBJ.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' TABLES DATATAB = P_F24.

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' * EXPORTING * FBHANDLE = 0 EXCEPTIONS FB_CALL_HANDLE = 1 FB_ERROR = 2 FB_RSTS_OTHER = 3 OTHERS = 4.

RSTS_OPEN_RLC CALL FUNCTION 'RSTS_OPEN_RLC' EXPORTING NAME = P_TEMSE_NAME EXCEPTIONS FB_CALL_HANDLE = 1 FB_ERROR = 2 FB_RSTS_NOCONV = 3 FB_RSTS_OTHER = 4 NO_OBJECT = 5 NO_PERMISSION = 6 ENQ_FOREIGN_LOCK = 7 ENQ_SYS_FAIL = 8 ENQ_OTHER = 9 OTHERS = 10.

RSTS_READ CALL FUNCTION 'RSTS_READ' TABLES DATATAB = TEMSE_TAB1 EXCEPTIONS FB_CALL_HANDLE = 1 FB_ERROR = 2 FB_RSTS_NOCONV = 3 FB_RSTS_OTHER = 4 OTHERS = 5.

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' * EXPORTING * FBHANDLE = 0 EXCEPTIONS FB_CALL_HANDLE = 1 FB_ERROR = 2 FB_RSTS_OTHER = 3 OTHERS = 4.

RSTS_REMOVE_OBJECT CALL FUNCTION 'RSTS_REMOVE_OBJECT' EXPORTING NAME = P_TEMSE_NAME EXCEPTIONS FB_ERROR = 1 FB_RSTS_OTHER = 2 NO_OBJECT = 3 NO_PERMISSION = 4 OTHERS = 5.

RSTS_OPEN_WL CALL FUNCTION 'RSTS_OPEN_WL' EXPORTING NAME = P_P_TEMSE_NAME EXCEPTIONS FB_CALL_HANDLE = 1 FB_ERROR = 2 FB_RSTS_NOCONV = 3 FB_RSTS_OTHER = 4 NO_OBJECT = 5 NO_PERMISSION = 6 ENQ_FOREIGN_LOCK = 7 ENQ_SYS_FAIL = 8 ENQ_OTHER = 9 OTHERS = 10.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' TABLES DATATAB = P_TEMSE_TAB1 EXCEPTIONS FB_CALL_HANDLE = 1 FB_ERROR = 2 FB_RSTS_NOCONV = 3 FB_RSTS_OTHER = 4 OTHERS = 5.

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' * EXPORTING * FBHANDLE = 0 * EXCEPTIONS * FB_CALL_HANDLE = 1 * FB_ERROR = 2 * FB_RSTS_OTHER = 3 * OTHERS = 4 .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TEXT-507 * DIAGNOSE_OBJECT = ' ' TEXT_QUESTION = TXT TEXT_BUTTON_1 = 'Yes' * ICON_BUTTON_1 = ' ' TEXT_BUTTON_2 = TEXT-508 * ICON_BUTTON_2 = ' ' DEFAULT_BUTTON = '2' DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' START_COLUMN = 16 START_ROW = 6 * POPUP_TYPE = IMPORTING ANSWER = ANSW * TABLES * PARAMETER = EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.



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