SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RFIDTRCLACCL7_CLOSE SAP ABAP INCLUDE - RFIDTRCLACCL7CLOSE







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


INCLUDES used within this REPORT RFIDTRCLACCL7_CLOSE

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:

POSTING_INTERFACE_START CALL FUNCTION 'POSTING_INTERFACE_START' EXPORTING i_function = l_function i_group = p_group * I_HOLDDATE = ' ' * I_KEEP = ' ' i_mode = l_mode"for call transaction i_update = 'S' "for call transaction i_user = sy-uname * I_XBDCC = ' ' EXCEPTIONS client_incorrect = 1 function_invalid = 2 group_name_missing = 3 mode_invalid = 4 update_invalid = 5 OTHERS = 6 .

POSTING_INTERFACE_END CALL FUNCTION 'POSTING_INTERFACE_END' * EXPORTING * I_BDCIMMED = perform bath imediately * I_BDCSTRTDT = date when batch will be performed * I_BDCSTRTTM = time when batch will be performed EXCEPTIONS session_not_processable = 1 OTHERS = 2 .

POSTING_INTERFACE_DOCUMENT CALL FUNCTION 'POSTING_INTERFACE_DOCUMENT' EXPORTING i_tcode = 'FBB1' IMPORTING e_msgid = l_msgid e_msgno = l_msgno e_msgty = l_msgty e_msgv1 = l_msgv1 e_msgv2 = l_msgv2 e_msgv3 = l_msgv3 e_msgv4 = l_msgv4 e_subrc = l_subrc TABLES t_blntab = lt_docno t_ftpost = et_ftpost t_fttax = lt_fttax EXCEPTIONS account_missing = 1 company_code_missing = 2 posting_key_invalid = 3 posting_key_missing = 4 record_type_invalid = 5 transaction_code_invalid = 6 amount_format_error = 7 too_many_line_items = 8 company_code_invalid = 9 screen_not_found = 10 no_authorization = 11 OTHERS = 12.



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