‎2006 Sep 14 10:39 AM
Hi,
i am programming smartforms and i am now busy implementing an oss-note..
In the programming (in the note) i find this type:
ly_chg_texts
which apparently is not active in 4.6 c
I have had the same smartform programmed in newer versions and it works fine.
I have tried to search the dictionary for this ly_chg_texts, but don't find it anywhere..
Could anyone please help?
‎2006 Sep 15 10:00 AM
Hi Anne,
i have looked in the OSS-Note.
In my 4.6C i don't find the TYPE you are looking for
but i have an access to an IDES ECC5 and i found it.
Try this:
<b>SMARTFORMS with /SMB40/MMPO_L</b>
Goto global <b>settings->global definitons</b>
select <b>types</b>.
in ECC5 is this inserted under Typs:
<b>TYPES: BEGIN OF ly_chg_texts,
ebeln TYPE ekpo-ebeln,
ebelp TYPE ekpo-ebelp,
ctxnr TYPE t166t-ctxnr,
chtxt TYPE t166t-chtxt,
f_old TYPE cdshw-f_old,
f_new TYPE cdshw-f_new,
END OF ly_chg_texts.</b>
Hope this helps,
Regards, Dieter
‎2006 Sep 14 4:25 PM
‎2006 Sep 15 8:40 AM
‎2006 Sep 15 10:00 AM
Hi Anne,
i have looked in the OSS-Note.
In my 4.6C i don't find the TYPE you are looking for
but i have an access to an IDES ECC5 and i found it.
Try this:
<b>SMARTFORMS with /SMB40/MMPO_L</b>
Goto global <b>settings->global definitons</b>
select <b>types</b>.
in ECC5 is this inserted under Typs:
<b>TYPES: BEGIN OF ly_chg_texts,
ebeln TYPE ekpo-ebeln,
ebelp TYPE ekpo-ebelp,
ctxnr TYPE t166t-ctxnr,
chtxt TYPE t166t-chtxt,
f_old TYPE cdshw-f_old,
f_new TYPE cdshw-f_new,
END OF ly_chg_texts.</b>
Hope this helps,
Regards, Dieter