RB302901 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 RB302901 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Program for Object Type BUS302901 : Open
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_BEN_BUS302901_GET_DEP CALL FUNCTION 'BAPI_BEN_BUS302901_GET_DEP' EXPORTING PLANTYPE = OBJECT-KEY-PLANTYPE DATEOFVALIDITY = OBJECT-KEY-DATEOFVALIDITY EMPLOYEENUMBER = OBJECT-KEY-EMPLOYEENUMBER IMPORTING RETURN = RETURN TABLES EXISTING_DEPENDENTS = EXISTINGDEPENDENTS EXCEPTIONS OTHERS = 01.
BAPI_BEN_BUS302901_GET_POS_DEP CALL FUNCTION 'BAPI_BEN_BUS302901_GET_POS_DEP' EXPORTING PLANTYPE = OBJECT-KEY-PLANTYPE DATEOFVALIDITY = OBJECT-KEY-DATEOFVALIDITY EMPLOYEENUMBER = OBJECT-KEY-EMPLOYEENUMBER IMPORTING RETURN = RETURN TABLES HEALTH_OFFER = HEALTHOFFER POSSIBLE_DEPENDENTS = POSSIBLEDEPENDENTS EXCEPTIONS OTHERS = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RB302901 - Program for Object Type BUS302901 : Open RB302901 - Program for Object Type BUS302901 : Open RB302900 - Program for Object Type BUS302900 : Open RB302900 - Program for Object Type BUS302900 : Open RA_T090NS - Display of Multilevel Method from Cluster Maint. of Deprec. Key RA_T090NS - Display of Multilevel Method from Cluster Maint. of Deprec. Key