Question:
Dear all
Does anybody have a hint on how to do this? The task is as follows...we have a requirement to create production orders for a new plant; it is not possible to use standard copy processes in the apllication as the plants are different. My thinking is to use LSMW to create the new orders from key data; this works ok. The issue I have is that the screen in the long text tab is not recognised in the recording. Does anybody have a hint on how I can copy long information from one order into another order?
Thanks Sylvie
Answer:
Does anybody have a hint on how I can copy long information from one order into another order?
As you question, I need to know when do you need to do this transaction?
It is important, you maybe would use a user-exit if you apply to this transaction after saving a new production order which is referenced from other order.
If you just only to copy some long text from one order to other order which are both already exist, then you would use some BAPI to deal with it, maybe CATT is a good way too.
Good luck!
_________________
novice of sap
Answer:
thanks for the reply. The transaction code that I am in is CO01. I am creating the new or replacment order from the .txt file of the original order. I will try the suggestion of the CATT and let you know. Thanks Sylvie
Answer:
Hi All,
You can make use of save_text and create_text FM's . These functions save the long text into the desired object. For this you need to first recognise the object name, object id and the number being created for the object.
Thanks
Pindropsilence.
_________________
Forget past, live in today, think for tomorrow.
Answer:
Thanks for the timely response.
m@t
_________________
TULY The quality of answers is roughly proportional to the quality of the question.
The downside of being better than everyone else is that people tend to assume you're pretentious.