HR_READ_FOREIGN_OBJECT_TEXT SAP Function module - HR READ FOREIGN OBJECT TEXT
Pattern for FM HR_READ_FOREIGN_OBJECT_TEXT - HR READ FOREIGN OBJECT TEXT
Associated Function Group:
RPIN
Released Date: Not Released
CALL FUNCTION 'HR_READ_FOREIGN_OBJECT_TEXT' "
EXPORTING
otype = " wplog-otype
* objid = " wplog-objid
* costcenter = " hrca_costc-costcenter
* controllingarea = " hrca_costc-contrlarea
* status = '1' " wplog-istat
* begda = '18000101' " p1001-begda
* endda = '99991231' " p1001-endda
* reference_date = SY-DATUM " p1001-begda
* langu = SY-LANGU " sy-langu
IMPORTING
short_text = " p1000-short
object_text = " p1000-stext
costcenter_name = " hrca_costc-name
integration_active = " t77s0-gsval
return = " sy-subrc
EXCEPTIONS
NOTHING_FOUND = 1 "
WRONG_OBJECTTYPE = 2 "
MISSING_COSTCENTER_DATA = 3 "
MISSING_OBJECT_ID = 4 "
. " HR_READ_FOREIGN_OBJECT_TEXT
|
||||||||||