PAMS_FLEET_NEW 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 PAMS_FLEET_NEW into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PAM03 - Graphical Operational Planning (PAM)
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.
Selection Text: PA_ACCFL = D .
Selection Text: SO_DATE = Selection Date
Selection Text: PA_FP = D .
Selection Text: PA_VARI = D .
Title: Graphical Planning Board (Pool Asset Management)
Text Symbol: 001 = Version 1.0
Text Symbol: 008 = Selecting data
Text Symbol: 009 = Data being prepared
INCLUDE PAMS_FLEET_NEWTOP.
INCLUDE PAMS_FLEET_NEWC01.
INCLUDE PAMS_FLEET_NEWF01.
INCLUDE PAMS_FLEET_NEWF02.
INCLUDE PAMS_FLEET_NEWF03.
INCLUDE PAMS_FLEET_NEWF04.
INCLUDE PAMS_FLEET_NEWF05.
INCLUDE PAMS_FLEET_NEWF06.
INCLUDE PAMS_FLEET_NEWF07.
INCLUDE PAMS_FLEET_NEWF08.
No SAP DATABASE tables are accessed within this REPORT code!
PAMS_CUSTO_FPN CALL FUNCTION 'PAMS_CUSTO_FPN' EXPORTING iv_application = gv_application iv_fpn = pa_fp IMPORTING ev_fpn = gs_fp ev_fpo = gs_fpo ev_fpt = gs_fpt EXCEPTIONS no_pool = 1 OTHERS = 2.
PAMS_CUSTO_OBJECTS * CALL FUNCTION 'PAMS_CUSTO_OBJECTS' * EXPORTING * iv_application = gv_application * CHANGING * e_tab_objects = gt_objects * EXCEPTIONS * not_activ = 1 * others = 2.
QMEL_INST_AUTHORITY_CHECK * CALL FUNCTION 'QMEL_INST_AUTHORITY_CHECK' * EXPORTING * akttyp = 'V' * qmart = gs_objects-qmart * EXCEPTIONS * benutzerstamm_fehlerhaft = 1 * keine_berechtigung = 2 * keine_berechtigung_anz = 3 * keine_berechtigung_hinz = 4 * keine_berechtigung_ver = 5 * kein_profil_im_bstamm = 6 * objekt_nicht_in_bstamm = 7 * error_from_customer_exit = 8 * others = 9.
BEGRP_INST_AUTHORITY_CHECK CALL FUNCTION 'BEGRP_INST_AUTHORITY_CHECK' EXPORTING BEGRP = LS_IFLOT-BEGRU TCODE = 'PAM03' EXCEPTIONS BENUTZERSTAMM_FEHLERHAFT = 1 KEINE_BERECHTIGUNG = 2 KEINE_BERECHTIGUNG_ANZ = 3 KEINE_BERECHTIGUNG_HINZ = 4 KEINE_BERECHTIGUNG_VER = 5 KEIN_PROFIL_IM_BSTAMM = 6 OBJEKT_NICHT_IN_BSTAMM = 7 OTHERS = 8.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PAMS_FLEET_NEW - Graphical Planning Board (Pool Asset Management) PAMS_FLEET_NEW - Graphical Planning Board (Pool Asset Management) PAMS_FLEET_MAINT_D100_F01 - PAMSFLEETMAINTD100F01 PAMS_FLEET_MAINT_D0200_O01 - PAMSFLEETMAINTD0200O01 PAMS_FLEET_MAINT_D0200_I01 - PAMSFLEETMAINTD0200I01 PAMS_FLEET_MAINT_D0200_F01 - PAMSFLEETMAINTD0200F01