SAP Reports / Programs | Materials Management | Defense Forces and Public Security | Materials Management(IS-DFS-MM) SAP IS

/ISDFPS/WM_WHNO_TREE SAP ABAP Report - Report for Maintaining the Warehouse Structure







/ISDFPS/WM_WHNO_TREE 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 /ISDFPS/WM_WHNO_TREE 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

/ISDFPS/LN03 - Display Warehouse Structure
/ISDFPS/LN04 - Delete Warehouse Number
/ISDFPS/LN02 - Change Warehouse Structure
/ISDFPS/LN01 - Create Warehouse Structure


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


Text pool values


Title: Report for Maintaining the Warehouse Structure


INCLUDES used within this REPORT /ISDFPS/WM_WHNO_TREE

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:

/ISDFPS/WM_GET_SOURCE_WHNR CALL FUNCTION '/ISDFPS/WM_GET_SOURCE_WHNR' EXPORTING ip_cntrl = gp_cntrl IMPORTING e_lgnum = g_whnr e_lnumt = g_whnr_txt e_lgnum_tpl = g_whnr_tpl EXCEPTIONS ex_exit = 1 OTHERS = 2.

/ISDFPS/WM_GET_WHNR CALL FUNCTION '/ISDFPS/WM_GET_WHNR' EXPORTING ip_cntrl = gp_cntrl IMPORTING e_lgnum = g_whnr e_lnumt = g_whnr_txt EXCEPTIONS ex_exit = 1 OTHERS = 2.

BAL_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING i_s_log_filter = ls_log_filter IMPORTING e_t_log_header = lt_bal_header EXCEPTIONS log_not_found = 1 no_filter_criteria = 2.

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_header = lt_bal_header IMPORTING e_t_log_handle = lt_bal_handle.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_bal_header IMPORTING e_log_handle = gp_cntrl->gv_bal_handle.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gp_cntrl->gv_bal_handle i_s_msg = ls_message EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

/ISDFPS/WM_WHNR_TREE CALL FUNCTION '/ISDFPS/WM_WHNR_TREE' EXPORTING ip_cntrl = gp_cntrl.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = lt_bal_handle.



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 /ISDFPS/WM_WHNO_TREE or its description.