SAP Reports / Programs | Financials | Financials | Management of Internal Controls(FIN-CGV-MIC) SAP FIN

FOPC_CLOSING_DELETE SAP ABAP Report - Clear Closing Information







FOPC_CLOSING_DELETE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to delete entries from table FOPCCLOSING...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 FOPC_CLOSING_DELETE 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 FOPC_CLOSING_DELETE. "Basic submit
SUBMIT FOPC_CLOSING_DELETE AND RETURN. "Return to original report after report execution complete
SUBMIT FOPC_CLOSING_DELETE 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: P_TASK3 = D .
Selection Text: P_TASK2 = D .
Selection Text: P_TASK = D .
Selection Text: ORGUNIT3 = D .
Selection Text: ORGUNIT2 = D .
Selection Text: ORGUNIT = D .
Selection Text: ENDDATE4 = D .
Selection Text: ENDDATE3 = D .
Selection Text: ENDDATE2 = D .
Selection Text: ENDDATE = D .
Selection Text: BEGDATE4 = D .
Selection Text: BEGDATE = D .
Selection Text: TEST_RUN = Test Run
Title: Clear Closing Information
Text Symbol: TA5 = New End Date
Text Symbol: TA4 = New Start Date
Text Symbol: TA3 = Change
Text Symbol: TA2 = Delete Individual Entries
Text Symbol: TA1 = Delete
Text Symbol: I08 = It is not advisable to delete closing information in a live system. Continue anyway?
Text Symbol: I07 = &NR& entries were changed
Text Symbol: I06 = It is not advisable to delete closing information in a live system. Continue anyway?
Text Symbol: I05 = No
Text Symbol: I04 = Yes
Text Symbol: I03 = &NR& entries were deleted
Text Symbol: I02 = Update Run
Text Symbol: I01 = Test Run


INCLUDES used within this REPORT FOPC_CLOSING_DELETE

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:

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'P_TASK' values = gt_listbox_mtask.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'P_TASK2' values = gt_listbox_mtask.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' "Note991272 EXPORTING "Note991272 id = 'P_TASK3' "Note991272 values = gt_listbox_mtask. "Note991272

VIEW_GET_CLIENT_STATE CALL FUNCTION 'VIEW_GET_CLIENT_STATE' IMPORTING client_state = l_client_status.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = l_string text_button_1 = 'Ja'(i04) text_button_2 = 'Nein'(i05) default_button = '2' display_cancel_button = ' ' IMPORTING answer = l_answer 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 FOPC_CLOSING_DELETE or its description.