cancel
Showing results for 
Search instead for 
Did you mean: 

how tp store 1200 char length in a field of infotypoe through webdynpro

Former Member
0 Kudos

hi all,

i had a requirement to store 1200 char length in a field as comments in a infotype through webdynpro.

i got some inputs as we can achieve it by using Text Tables concept ..

when ever i saved the text (comments of 1200 lenght) one reference code has to generate and it will act as the address of the comments and by referrign this reference number i have to read the data in INFOTYPES.

1) how to generate this referece code ( 32 length) dynamically ( unique for every user)?

2) how to create Text tables?

3) Whatr is the difference between text table and value tables?

please help me in this regard ..

thanks and regards,

Kranthi kumar .Palle

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Cant we use a dataelement of char 1200 ? Is there any issue with this approach ?

Former Member
0 Kudos

Use Fm CREATE_TEXT to save the Texts in the Text tables and use Fm GUID_CREATE to generate the Unique Guids EV_GUID_32

Former Member
0 Kudos

Hi Vikanth,

Can we get any Examples !!!!!

Former Member
0 Kudos

You can create the Long Texts using the CREATE_TEXT .

Create a data type of string .

Pass the long data into the string variable and convert into table format using C14W_STRING_TO_TLINE

Now pass this table to CREATE_TEXT and while saving the text u need a unique id so that u can retreive the data by using the READ_TEXT also.

You can use like OrgUnit+Employee Number for the FNAME ..