SAP Reports and Programs

Share |

HINUPEEE03 SAP ABAP Include - Main Processing


HINUPEEE03 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 HINUPEEE03 into the relevant SAP transaction such as SE38 or SE80

Contribute (Add Comments)
Below is the basic information available for SAP report HINUPEEE03 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 HINUPEEE03 or its description.

ABAP code:


ABAP code listing snippet for SAP ABAP Include HINUPEEE03

*&-------------------------------*
*&  INCLUDE           ZHINUPEEE03
*&-------------------------------*

*--Class Reference Data: lr_validate_data_api Type Ref To cl_hr_in_pe_validate_data_api, lr_badi_count_eligib Type Ref To hrpbsin_pe_count_eligibility.
*--Internal Table Data: lt_t7inpev2 Type Table Of t7inpev2, lt_t7inpei4t Type Table Of t7inpei4t, lt_pol_attri Type hrpadinpev4, lt_pol_attri_temp Type hrpadinpev4, lt_attri_val Type hrpadinpev3, lt_count Type hrpadinpev8, lt_p0001 Type Table Of pa0001, lt_messages Type bapirettab.
*--Work Area ....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:

T7INPEV2 Select * From t7inpev2 Into Table lt_t7inpev2 Where pogui EQ p_pogui And versn EQ p_versn.

T7INPEI4T Select * from t7inpei4t Into Table lt_t7inpei4t For All Entries In lt_pol_attri Where pogui EQ lt_pol_attri-pogui And versn EQ lt_pol_attri-versn And stpid EQ lt_pol_attri-stpid And spras EQ sy-langu.

T7INPEI1 Select Single * From t7inpei1 Into ls_t7inpei1 Where pogui = p_pogui And versn = p_versn.

T7INPEI1T Select Single descr from t7inpei1t Into Corresponding fields of ls_policy Where spras EQ sy-langu And pogui EQ p_pogui And versn EQ p_versn.

T7INPEI1T Select Single descr from t7inpei1t Into Corresponding fields of ls_policy Where pogui EQ p_pogui And versn EQ p_versn. "#EC CI_NOFIRST


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!


Text pool values


Title: Main Processing





comments powered by Disqus