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

J_1BMANAD SAP ABAP Report - MANAD FI Data







J_1BMANAD is a standard Executable ABAP Report 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 J_1BMANAD into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

J1BMANAD - Extract MANAD FI Data


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 J_1BMANAD. "Basic submit
SUBMIT J_1BMANAD AND RETURN. "Return to original report after report execution complete
SUBMIT J_1BMANAD 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: SP_BEGDA = Begin date
Selection Text: SP_BLART = Document Type
Selection Text: SP_BUKRS = Company Code
Selection Text: SP_ENDDA = End Date
Selection Text: SP_LEDGE = Ledger Type (Gen. or Aux.)
Selection Text: SP_NEWLD = Ledger
Selection Text: SP_OUTPU = Output file
Title: MANAD FI Data
Text Symbol: 001 = General Data


INCLUDES used within this REPORT J_1BMANAD

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:

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' "1598360 EXPORTING "1598360 logical_filename = gc_fname "1598360 CHANGING "1598360 physical_filename = sp_outpu "1598360 EXCEPTIONS "1598360 OTHERS = 1. "1598360

J_1B_EXPORT_BLOCKS_I_L CALL FUNCTION 'J_1B_EXPORT_BLOCKS_I_L' EXPORTING iv_bukrs = ls_t001-bukrs iv_bupla = '0000' "It is not used by the function module iv_begda = sp_begda "Screen Parameter iv_endda = sp_endda "Screen Parameter iv_blart = sp_blart "Screen Parameter iv_ledger = sp_ledge "Screen Parameter iv_newld = sp_newld "Screen Parameter iv_outpu = sp_outpu "Screen Parameter "1507488 IMPORTING "1507488 ev_numi005 = lv_numi005 "1507488 ev_numi050 = lv_numi050 "1507488 ev_numi100 = lv_numi100 "1507488 ev_numi150 = lv_numi150 "1507488 ev_numi200 = lv_numi200 "1507488 ev_numi250 = lv_numi250 "1507488 ev_numl050 = lv_numl050 "1507488 ev_numl100 = lv_numl100 "1507488 ev_numl150 = lv_numl150 "1507488 ev_numl200 = lv_numl200 "1507488 ev_numl250 = lv_numl250 "1507488 ev_numl300 = lv_numl300 "1507488 ev_numl350 = lv_numl350 "1507488 ev_numl400 = lv_numl400 "1507488 ev_numl450 = lv_numl450 "1507488 ev_numl500 = lv_numl500 "1507488 ev_numl550 = lv_numl550 "1507488 ev_numl600 = lv_numl600 "1507488 ev_numl650 = lv_numl650 "1507488 ev_numl700 = lv_numl700 "1507488 ev_numl750 = lv_numl750 "1507488 ev_numl800 = lv_numl800."1507488

J_1B_EXPORT_BLOCKS_I_L CALL FUNCTION 'J_1B_EXPORT_BLOCKS_I_L' EXPORTING iv_bukrs = ls_t001-bukrs iv_bupla = '0000' "It is not used by the function module iv_begda = sp_begda "Screen Parameter iv_endda = sp_endda "Screen Parameter iv_blart = sp_blart "Screen Parameter iv_ledger = sp_ledge "Screen Parameter iv_outpu = sp_outpu "Screen Parameter "1507488 IMPORTING "1507488 ev_numi005 = lv_numi005 "1507488 ev_numi050 = lv_numi050 "1507488 ev_numi100 = lv_numi100 "1507488 ev_numi150 = lv_numi150 "1507488 ev_numi200 = lv_numi200 "1507488 ev_numi250 = lv_numi250 "1507488 ev_numl050 = lv_numl050 "1507488 ev_numl100 = lv_numl100 "1507488 ev_numl150 = lv_numl150 "1507488 ev_numl200 = lv_numl200 "1507488 ev_numl250 = lv_numl250 "1507488 ev_numl300 = lv_numl300 "1507488 ev_numl350 = lv_numl350 "1507488 ev_numl400 = lv_numl400 "1507488 ev_numl450 = lv_numl450 "1507488 ev_numl500 = lv_numl500 "1507488 ev_numl550 = lv_numl550 "1507488 ev_numl600 = lv_numl600 "1507488 ev_numl650 = lv_numl650 "1507488 ev_numl700 = lv_numl700 "1507488 ev_numl750 = lv_numl750 "1507488 ev_numl800 = lv_numl800."1507488

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_fname CHANGING physical_filename = iv_file_name EXCEPTIONS OTHERS = 1.

FAGL_CHECK_GLFLEX_ACTIVE CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIVE' "new G/L IMPORTING "new G/L e_glflex_active = ld_glflex_active "new G/L EXCEPTIONS "new G/L error_in_setup = 1 "new G/L OTHERS = 2. "new G/L

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = gc_fname including_dir = 'X' IMPORTING file_name = sp_outpu EXCEPTIONS others = 1.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' "1598360 EXPORTING "1598360 logical_filename = gc_fname "1598360 CHANGING "1598360 physical_filename = iv_file_name "1598360 EXCEPTIONS "1598360 OTHERS = 1. "1598360



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