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 directly

The 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

.

NameTypeData TypeDescriptionDefault Value
OBJECTIDImportingTYPE
PD_OBJID_R
Object ID
OBJTYPEImportingTYPE
OTYPE
Object Type
P1005ExportingTYPE
P1005
Infotype 1005: Planned Compensation



Exceptions of Method GET_1005

This method does not have any exceptions

Example 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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!