Question:
Hi ,
Can we create a data element having 2000 character.
If we cant do that, please let me know to maintain a text field in my
IDoc structure.
Another question is
The text is stored in VA01, I need to get that text from that VA01
and pass it to my IDoc structure.
I need to know in which table is this text is stored in?
Thanks in advance,
Shalem.
_________________
shalem
Answer:
You can create a data element as string but I am not sure whether u can pass that to IDOC......
Answer:
Hi ,
Can we create a data element having 2000 character.
If we cant do that, please let me know to maintain a text field in my
IDoc structure.
Another question is
The text is stored in VA01, I need to get that text from that VA01
and pass it to my IDoc structure.
I need to know in which table is this text is stored in?
Thanks in advance,
Shalem.
Have a look at data element CHAR2000. Or if you need to create your own data element, use domain CHAR2000. If you don't have these in your version, create your own.. SAP won't complain.
We assume by text stored in VA01, you meant Header and/or Item texts for Sales Orders. Search the forum on READ_TEXT, and you'll find plenty of examples.
Regards
Sudhir/Mohit