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

RFIDTRCLACCL7_SELE SAP ABAP INCLUDE - RFIDTRCLACCL7SELE







RFIDTRCLACCL7_SELE 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_SELE 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_SELE. "Basic submit
SUBMIT RFIDTRCLACCL7_SELE AND RETURN. "Return to original report after report execution complete
SUBMIT RFIDTRCLACCL7_SELE 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_SELE

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:

READ_SACHKONTO_ALTKT CALL FUNCTION 'READ_SACHKONTO_ALTKT' EXPORTING bukrs = i_ccode saknr = i_accno spras = i_langu * xmass = 'X' xskan = 'X' xtext = 'X' IMPORTING altkt = e_alt_accno altkt_not_found = l_altkt_not_found altkt_sakan = e_alt_accno_prep ktext = e_alt_accname text_not_found = l_text_not_found EXCEPTIONS bukrs_not_found = 1 saknr_not_found = 2 OTHERS = 3 .

FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING i_bukrs = i_ccode IMPORTING e_t001 = l_t001 EXCEPTIONS system_error = 1 OTHERS = 2.

FAGL_GET_GLT0 CALL FUNCTION 'FAGL_GET_GLT0' EXPORTING * i_glt0_rldnr = '00' "Note103910 i_rldnr = sd_rldnr-low "Note103910 i_rrcty = '0' i_rvers = '001' i_bukrs = skb1-bukrs i_ryear = skc1a-gjahr i_racct = skb1-saknr i_rbusa = skc1a-gsber i_rtcur = skb1-waers i_rpmax = '016' IMPORTING et_glt0 = it_glt0.

FI_CURRENCY_INFORMATION CALL FUNCTION 'FI_CURRENCY_INFORMATION' EXPORTING i_bukrs = skb1-bukrs IMPORTING e_x001 = ls_x001.

G_GIVE_LEDGERS_FOR_GLT0 CALL FUNCTION 'G_GIVE_LEDGERS_FOR_GLT0' EXPORTING bukrs = skb1-bukrs curtp = ls_x001-curt2 TABLES ledtab = lt_ledtab.

FAGL_GET_GLT0 CALL FUNCTION 'FAGL_GET_GLT0' EXPORTING i_glt0_rldnr = lt_ledtab-rldnr i_rldnr = sd_rldnr-low "Note103910 i_rrcty = '0' i_rvers = '001' i_bukrs = skb1-bukrs i_ryear = skc1a-gjahr i_racct = skb1-saknr i_rbusa = skc1a-gsber i_rpmax = '016' IMPORTING et_glt0 = it_glt0.

FAGL_GET_GLT0 CALL FUNCTION 'FAGL_GET_GLT0' EXPORTING i_glt0_rldnr = lt_ledtab-rldnr i_rldnr = sd_rldnr-low "Note103910 i_rrcty = '0' i_rvers = '001' i_bukrs = skb1-bukrs i_ryear = gf_gjahr i_racct = skb1-saknr i_rbusa = skc1a-gsber i_rpmax = '016' IMPORTING et_glt0 = it_glt0.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = p_postdt foreign_amount = t_account-balance foreign_currency = t_account-curr local_currency = ls_x001-hwae2 IMPORTING local_amount = lf_result EXCEPTIONS OTHERS = 1.

G_GIVE_LEDGERS_FOR_GLT0 CALL FUNCTION 'G_GIVE_LEDGERS_FOR_GLT0' EXPORTING bukrs = skb1-bukrs curtp = ls_x001-curt3 TABLES ledtab = lt_ledtab.

FAGL_GET_GLT0 CALL FUNCTION 'FAGL_GET_GLT0' EXPORTING i_glt0_rldnr = lt_ledtab-rldnr i_rldnr = sd_rldnr-low "Note103910 i_rrcty = '0' i_rvers = '001' i_bukrs = skb1-bukrs i_ryear = skc1a-gjahr i_racct = skb1-saknr i_rbusa = skc1a-gsber i_rpmax = '016' IMPORTING et_glt0 = it_glt0.

FAGL_GET_GLT0 CALL FUNCTION 'FAGL_GET_GLT0' EXPORTING i_glt0_rldnr = lt_ledtab-rldnr i_rldnr = sd_rldnr-low "Note103910 i_rrcty = '0' i_rvers = '001' i_bukrs = skb1-bukrs i_ryear = gf_gjahr i_racct = skb1-saknr i_rbusa = skc1a-gsber i_rpmax = '016' IMPORTING et_glt0 = it_glt0.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = p_postdt foreign_amount = t_account-balance foreign_currency = t_account-curr local_currency = ls_x001-hwae3 IMPORTING local_amount = lf_result 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 RFIDTRCLACCL7_SELE or its description.