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

RPFISA_ADJUSTMENT_ENTRY_FORMS SAP ABAP INCLUDE - Include RPFISA_ADJUSTMENT_ENTRY_FORMS







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


Text pool values


Title: Include RPFISA_ADJUSTMENT_ENTRY_FORMS


INCLUDES used within this REPORT RPFISA_ADJUSTMENT_ENTRY_FORMS

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:

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = fp_outputparams EXCEPTIONS cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 others = 5.

FP_FUNCTION_MODULE_NAME call function 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = SAVE_FORM_pdf IMPORTING e_funcname = ls_function.

READ_HAUPTBUCH_TEXT CALL FUNCTION 'READ_HAUPTBUCH_TEXT' "getting account description EXPORTING kontenplan = lv_ktopl sachkonto = ls_bseg-hkont sprache = sy-langu IMPORTING text_wa = ls_skat EXCEPTIONS text_not_found = 04.

FKK_GET_USER_NAME CALL FUNCTION 'FKK_GET_USER_NAME' EXPORTING I_UNAME = sy-uname IMPORTING E_USER_ADDR = ls_user_addr .

SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' "translate total debit amount into words EXPORTING AMOUNT = total_deb_amnt CURRENCY = lv_curr FILLER = ' ' LANGUAGE = sy-langu IMPORTING IN_WORDS = ls_spell_amnt EXCEPTIONS NOT_FOUND = 1 TOO_LARGE = 2 OTHERS = 3 .

SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' "translate total credit amount into words EXPORTING AMOUNT = total_cred_amnt CURRENCY = lv_curr FILLER = ' ' LANGUAGE = sy-langu IMPORTING IN_WORDS = ls_spell_amnt EXCEPTIONS NOT_FOUND = 1 TOO_LARGE = 2 OTHERS = 3 .

FP_GET_LAST_ADS_ERRSTR * CALL FUNCTION 'FP_GET_LAST_ADS_ERRSTR' * IMPORTING * E_ADSERRSTR = l_errstr.

CONVERSION_EXIT_ALPHA_INPUT * CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' * EXPORTING * INPUT = h_inv-belnr * IMPORTING * OUTPUT = h_inv-belnr.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING NO_DIALOG = 'X' MODE = 'CURRENT' DESTINATION = TDDEST IMPORTING OUT_PARAMETERS = PRI_PARAMS.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING object = pa_tdobject name = pa_tdname id = pa_tdid language = '*' IMPORTING entries = txt_entries TABLES selections = it_reftext.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = pa_tdid language = name = pa_tdname object = pa_tdobject TABLES lines = it_lines EXCEPTIONS OTHERS = 8.



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