SAP R/3 форум ABAP консультантов
Russian ABAP Developer's Club

Home - FAQ - Search - Memberlist - Usergroups - Profile - Log in to check your private messages - Register - Log in - English
Blogs - Weblogs News

Создание и чтение стандартного текста



 
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ABAP
View previous topic :: View next topic  
Author Message
z01
Специалист
Специалист



Joined: 18 Jan 2008
Posts: 59

PostPosted: Thu Nov 06, 2008 2:13 pm    Post subject: Создание и чтение стандартного текста Reply with quote

Добрый день, такой вопрос.
Создал стандартный текст транзакцией SO10.
При чтении что указывать в параметре object?

Code:
  DATA:  lt_lines  LIKE tline OCCURS 0,
         ls_lines  LIKE tline.
  DATA:  l_thead TYPE thead.

  l_thead-tdid    = 'ST'.
  l_thead-tdspras = 'EN'.
  l_thead-tdname  = 'VENDOR_LETTER'.
  l_thead-tdobject = ''. "???????????
  REFRESH lt_lines.
  CALL FUNCTION 'READ_TEXT'
       EXPORTING
            id       = l_thead-tdid
            language = l_thead-tdspras
            name     = l_thead-tdname
            object   = l_thead-tdobject
       TABLES
            lines    = lt_lines
       EXCEPTIONS
            OTHERS   = 1.

  CHECK sy-subrc IS INITIAL.
Back to top
View user's profile Send private message
John Doe
Модератор
Модератор


Age: 45
Joined: 05 Nov 2007
Posts: 725
Location: КраснАдар

PostPosted: Thu Nov 06, 2008 3:14 pm    Post subject: Reply with quote

TEXT

Добавил: самый быстрый способ узнать параметры - войти в дебаг при выполнении программы и поставить точку прерывания на ФМ.
Back to top
View user's profile Send private message Blog
z01
Специалист
Специалист



Joined: 18 Jan 2008
Posts: 59

PostPosted: Thu Nov 06, 2008 3:28 pm    Post subject: Reply with quote

Спасибо, работает!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ABAP All times are GMT + 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG.
SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG.
Every effort is made to ensure content integrity. Use information on this site at your own risk.