Vous êtes sur la page 1sur 1

GEB

DESARROLLO
USUARIO: FVELASQUEZ
CLAVE: Octubre2018*

Se reinició la contraseña del usuario FVELASQUEZ por Entrada#1


USUARIO: SAP*
CLAVE: PASS

CALIDAD
USUARIO: FVELASQUEZ
CLAVE: Octubre2018*

PRD
Usuario: PWC_GEN
Contraseña: pwC2018*

*/ Inicio ajuste OSOPO. 26-09-2018


perform get_text_kostl using gts_0001-kostl changing lv_ktext.
assign component 'LTEXT' of structure <l_line> to <l_field>.
<l_field> = lv_ktext.
*/ Fin

loop at <l_table> assigning <pos_data>.


move-corresponding <pos_data> to zcotts1.
move-corresponding <pos_data> to zcotts2.
select single pernr into lv_pernr from zcotts1 where pernr = zcotts1-pernr.
if sy-subrc eq 0.
modify zcotts1.
else.
insert zcotts1.
endif.

select single pernr into lv_pernr from zcotts2 where pernr = zcotts2-pernr and
icnum = zcotts2-icnum and spmon = zcotts2-spmon.
if sy-subrc eq 0.
modify zcotts2.
else.
insert zcotts2.
endif.
endloop.
commit work.

Vous aimerez peut-être aussi