SAP Reports and Programs

Share |

S_FLEET_MAINT_CHECK_TPOOLF01 SAP ABAP Include - Include S_FLEET_MAINT_CHECK_TPOOLF01


S_FLEET_MAINT_CHECK_TPOOLF01 is a standard ABAP Include available within your SAP system (depending on your version and release level). Below is the standard documentation available for this report and a few details of other objects it interacts with such as tables, function modules, includes etc. If you would like to see the full code listing simply enter S_FLEET_MAINT_CHECK_TPOOLF01 into the relevant SAP transaction such as SE38 or SE80

Contribute (Add Comments)
Below is the basic information available for SAP report S_FLEET_MAINT_CHECK_TPOOLF01 and is provided for your convenience to access as and when required. Although the 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 S_FLEET_MAINT_CHECK_TPOOLF01 or its description.

ABAP code:


ABAP code listing snippet for SAP ABAP Include S_FLEET_MAINT_CHECK_TPOOLF01

*----------------------------------------------------------------------*
***INCLUDE S_FLEET_MAINT_CHECK_TPOOLF01 .
*----------------------------------------------------------------------*
*&-------------------------------*
*&      Form  CHECK_TPOOL
*&-------------------------------*
*       text
*----------------------------------------------------------------------*
*  -->  p1        text
*  <--  p2        text
*----------------------------------------------------------------------*
FORM CHECK_TPOOL .

DATA: ls_pams_tpool TYPE pams_tpool. SELECT SINGLE * FROM pams_tpool INTO ls_pams_tpool WHERE pool = pams_tpool-pool. IF sy-subrc IS INITIAL. * data already existing ....See full code listing within your SAP system using transactions such as SE80 and SE38

Includes used within report:

No INCLUDES are used within this report code!


Tables used within report and the associated select statement:

PAMS_TPOOL SELECT SINGLE * FROM pams_tpool INTO ls_pams_tpool WHERE pool = pams_tpool-pool.


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!


Text pool values


Title: Include S_FLEET_MAINT_CHECK_TPOOLF01





comments powered by Disqus