Application Development and Automation 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: 
Read only

Invoice Header Text Display Log

Former Member
0 Likes
878

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

1 ACCEPTED SOLUTION
Read only

former_member235395
Contributor
0 Likes
775

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

2 REPLIES 2
Read only

former_member235395
Contributor
0 Likes
776

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,

Read only

0 Likes
775

Thank you!