Você está na página 1de 2

pernr-0001

status-0000-stat2
t529u-text1
emp grp-1-persg
sub grp-persk
location-1-betrtl
gender-2-gesch
pos-1001
desg-1000
process id-orgeh
process-1001
dob-pa0002-gbdat
pan-0185
pasport
edu-22
email/emer contact-0105
father-0021
cost center-1-kostel
pf-587-eepfn
user name-0105
superannuation id-0105
end of prob-19
blo0d grp-0804-bgrup

form zcreat_new_entry.
data : vorna1 type pa0002-vorna,
nachn1 type pa0002-nachn,
ename1 type pa0002-cname,
usrid_long1 type comm_id_long,
cell1 type usrid.
select single vorna nachn cname from pa0002 into (vorna1,nachn1,ename1)
where pernr eq zhcm_t_employee-pernr.
select single usrid_long from pa0105 into usrid_long1
where pernr eq zhcm_t_employee-pernr
and subty eq '10'.
select single usrid from pa0105 into cell1

where pernr eq zhcm_t_employee-pernr


and subty eq 'CELL'.
zhcm_t_employee-vorna = vorna1.
zhcm_t_employee-nachn = nachn1.
zhcm_t_employee-ename = ename1.
zhcm_t_employee-usrid_long = usrid_long1.
zhcm_t_employee-cell = cell1.
clear : vorna1,nachn1,ename1,usrid_long1,cell1.
endform.

Você também pode gostar