‎2008 Jun 24 5:45 PM
Hi Experts,
I tried to create a text directly to the fm CREATE_TEXT. FROM Box A with MySap version, the value of TDNAME = 41712345 (Delivery Doc Number). But in lower version like 4.6, the valie is 00417345000000 (Delivery Doc+REference ID). I just don't know why it is required and what is the Reference ID for? It seems that CREATE_TEXT has differennt parameter requirement in each version..
Need clarification on this...<removed_by_moderator>
Thanks!
Edited by: Julius Bussche on Jun 24, 2008 7:18 PM
‎2008 Jun 24 5:51 PM
hi
TDNAME = delivery document number + 000000 (the number of zeros are equal to the length of the item number)
e.g. if the delivery number is 101, and item field length is 6
then
tdname = 0000000101000000
‎2008 Jun 24 11:32 PM
thank you guys:D
The object id is correct.
create_text
obj id: z004
object name : 0041712345
objkey: vbbk
the values in create_text comes from SWE_EVENT_CREATE.. from event_container-value move to TEXTL_GN table for text line item, .the line number is blank. and it passes # i tried TEXTL_GN-RFPOS='1' or '00001' since it has dta type: int(5). still it doesn't create text.
‎2008 Jun 24 5:53 PM
Hi check this [link|http://abaplovers.blogspot.com/2008/02/function-modules-create-text-and-read.html] if it might be of any help to you.
‎2008 Jun 25 12:25 PM