*-< BAPI Related Tables >
TABLES:
bapip0002l,
bapireturn1. "Return Parameter
*-< Internal Table >
*& Internal Table For Getting Employee Personal Data - Begin
DATA: BEGIN OF itab_bapip0002l OCCURS 0.
INCLUDE STRUCTURE bapip0002l.
DATA: END OF itab_bapip0002l,
wk_bapip0002l_lines TYPE I.
*& Return Messages
DATA: BEGIN OF itab_return1 OCCURS 0.
INCLUDE STRUCTURE bapireturn1.
DATA: END OF itab_return1,
wk_itab_return1_lines TYPE I.
*& Internal Table For Getting Employee Personal Data - End
*-< Parameters And Selection Screen >
SELECTION-SCREEN BEGIN OF BLOCK blk0 WITH FRAME TITLE text-001.
PARAMETERS: p_pernr LIKE pa0003-pernr OBLIGATORY.
SELECTION-SCREEN END OF BLOCK blk0.
*-------------------------<< Main Program >>---------------------------*
*-< Start-of-Selection >
START-OF-SELECTION.
PERFORM bapi_read_person_data.
PERFORM bapi_modify_person_data.
*&---------------------------------------------------------------------*
*& Form bapi_read_person_data
*&---------------------------------------------------------------------*
* Read Employee Personal Data: BAPI_PERSDATA_GETDETAILEDLIST
*----------------------------------------------------------------------*
* --> p1 text
* <-- p2 text
*----------------------------------------------------------------------*
FORM bapi_read_person_data .
CLEAR: itab_return1, itab_bapip0002l.
REFRESH: itab_return1, itab_bapip0002l.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.