GET_1005 SAP Method Get Infotype 1005
Below is documentation, parameters and attributes of ABAP Method GET_1005 within SAP class SC_BADI_PD_SA_GETORG. There is also a number of example ABAP code snipts to help you use the functionality of this method.
This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name SC_BADI_PD_SA_GETORG into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.
Method Type - Static
This is a Static Method so you can call it directlyThe following technical details of method GET_1005 can also be found below:
- Importing parameters
- Exporting parameters
- Changing parameters
- Returning parameters
- Exceptions
- Coding Examples
Parameters of Method GET_1005
.| Name | Type | Data Type | Description | Default Value |
| OBJECTID | Importing | TYPE PD_OBJID_R | Object ID | |
| OBJTYPE | Importing | TYPE OTYPE | Object Type | |
| P1005 | Exporting | TYPE P1005 | Infotype 1005: Planned Compensation |
Exceptions of Method GET_1005
This method does not have any exceptionsExample ABAP coding
DATA: lv_OBJECTID TYPE PD_OBJID_R,
lv_OBJTYPE TYPE OTYPE,
lv_P1005 TYPE P1005,
lv_other TYPE c.
CALL METHOD SC_BADI_PD_SA_GETORG=>GET_1005(
EXPORTING
OBJECTID = lv_OBJECTID
OBJTYPE = lv_OBJTYPE
IMPORTING
P1005 = lv_P1005 ).
Links to Related Class(s)
SC_BADI_...Full list of available SAP object classes
Search for further information about these or an SAP related objects