‎2005 Dec 06 9:32 AM
Hi
I am using /SAPDMC/SAP_LSMW_IMPORT_TEXTS Direct put program to upload customer master LONG Text.
Program working fine and ITs storing the data in STXB tables but when we we are Viewing in xd02 the long text does display.
can anyone help in this regard.
Thanks
‎2005 Dec 06 9:43 AM
ur input long text to customer master. The long text does not get updated in a tbale but stored internally within sap in a table which can be accessed only using READ TEXT. So, when u display using XD02 the long text is been shownup but when viewed thru table doesnot show. Hope this clears ur problem.
Pl. award appropriate points.
‎2005 Dec 06 9:43 AM
ur input long text to customer master. The long text does not get updated in a tbale but stored internally within sap in a table which can be accessed only using READ TEXT. So, when u display using XD02 the long text is been shownup but when viewed thru table doesnot show. Hope this clears ur problem.
Pl. award appropriate points.
‎2005 Dec 06 9:50 AM
Hi,
I have used the below code for fetching notification long text in my project.You can change this according to ur requirement.This will help you..
CALL FUNCTION 'READ_TEXT'
EXPORTING
CLIENT = SY-MANDT
ID = 'LTXT'
LANGUAGE = WA_STRUCT12-KZMLA
NAME = QMNUM
OBJECT = 'QMEL'
TABLES
LINES = INT_TAB13.
REgards,
Abdul
‎2005 Dec 06 10:19 AM
Thank for replying.
It has to display in the screen i mean when in 'xd02'
its not displaying We read through the function module but i want to display text in the screen.
Thanks
‎2005 Dec 06 9:53 AM
‎2005 Dec 06 10:25 AM
‎2005 Dec 06 10:41 AM
Thanks for reply.
Its storing in the table and It is retrieve through read_text FM but i want to display it when executing the transaction 'XD02' It is not displayin the content in xd02. please can help in this regards