Ansicht
Dokumentation

HR_RU_READ_T5Y9A - Read Addresses of authorities (CIS) - T5Y9A

HR_RU_READ_T5Y9A - Read Addresses of authorities (CIS) - T5Y9A

CPI1466 during Backup   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

Example

...

data: t_t5y9a like t5y9a occurs 0.

data: r_t5y9a like t5y9a.

...

r_t5y9a-soort = '01'.

r_t5y9a-juper = '0001'.

r_t5y9a-instl = '001'.

r_t5y9a-otype = 'O'.

r_t5y9a-objid = '50000052'.

r_t5y9a-endda = sy-datum.

r_t5y9a-begda = sy-datum.

...

call function 'HR_READ_T5Y9A'

exporting

key = r_t5y9a

tables

result = t_t5y9a

exceptions

not_found = 1

others = 2.

...

Notes

Further information





Parameters

KEY
RESULT

Exceptions

NOT_FOUND

Function Group

HRPADRUTILITIES

General Data in Customer Master   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.

Length: 984 Date: 20240523 Time: 115654     sap01-206 ( 18 ms )