SAP Reports / Programs | Plant Maintenance | Maintenance Processing | Maintenance Notifications(PM-WOC-MN) SAP PM

PAMS_FLEET_NEW SAP ABAP Report - Graphical Planning Board (Pool Asset Management)







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


Transaction Code(s):

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

PAM03 - Graphical Operational Planning (PAM)


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


INCLUDES used within this REPORT PAMS_FLEET_NEW

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.


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:

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.



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