2015 Aug 06 8:31 PM
Hello experts,
I have the following requirement:
For example, I have an invoice. When I check a Header Text > Display Log, I get the Text determination analysis:
As you can see, there are messages here that say "Access sequence does not exist". Is it possible to use ABAP to retrieve all these messages that appear in Text determination analysis in order to print to Smartform?
Thank you very much.
Regards,
Marc
2015 Aug 06 11:43 PM
Dear Marc,
It's possible!
Check this FM RV_TEXT_COPY debug mode on this include LV70TFT6
Check data from Tables Parameters:
fxthead = lt_xthead
fxvbpa = xvbpa
fxvbuv = xvbuv.
Is same data is showing Text Determination Analysis
Regards,
Hello experts,
I have the following requirement:
For example, I have an invoice. When I check a Header Text > Display Log, I get the Text determination analysis:
As you can see, there are messages here that say "Access sequence does not exist". Is it possible to use ABAP to retrieve all these messages that appear in Text determination analysis in order to print to Smartform?
Thank you very much.
Regards,
Marc
2015 Aug 06 11:43 PM
Dear Marc,
It's possible!
Check this FM RV_TEXT_COPY debug mode on this include LV70TFT6
Check data from Tables Parameters:
fxthead = lt_xthead
fxvbpa = xvbpa
fxvbuv = xvbuv.
Is same data is showing Text Determination Analysis
Regards,
2015 Aug 07 6:10 PM