Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Looking for a type

Former Member
0 Likes
464

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
435

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

3 REPLIES 3
Read only

Former Member
0 Likes
435

Hi Anne,

can you tell me the OSS-No?

regards, Dieter

Read only

Former Member
0 Likes
435

(sorry for the late answer...)

The OSS number is:

720928

Read only

Former Member
0 Likes
436

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