Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how can i get the long text in fb11? or held documents?

0 Kudos

i tried "read_text" fm, but there's no success achieved. there's an error on the name. tried using data provided by the header.

7 REPLIES 7

raymond_giuseppi
Active Contributor

Did you try to use the FM of group FTXT, perform first some debug during execution of transaction(s) on parked documents.

NB: Don't also be reluctant to use GET_TEXT_MEMORY to analyze long texts currently stored in memory.

0 Kudos

Hi, can you please elaborate more? I need to get the particulars of the held document which is a long text. do you know any other method to achieve that goal? thanks.

0 Kudos
  • Can you post your code that failed
  • Did you use values of VBKPF and VBSEG[A-S] to call READ_TEXT or did you try FM of suggested FG like FI_TEXTS_GET_ALL, or?

0 Kudos

I used this parameters provided by the header of the long text, but i still got the error.

see the screen captures below.

This is the error.

0 Kudos

The held documents has no document number aside from the temporary document number assigned by the user right?

maybe that's the error. I tried the fm of the fm group ftxt and stxd but I still can't retrieve the particulars. Any other solutions or method. Please! Thank you!

0 Kudos

Put a break-point in form belegzeile_text_update of function group F040, and execute the FI parking transaction to find actual values of text header at save

0 Kudos

Is there any other way to get that long text? thank you for your answer.