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

Data is differently displayed in table in ECC6

Former Member
0 Likes
640

Hi everybody,

I have a problem with displaying data.

My program get data from table IFLOT. But value display differently when I see ( select entries ) and when I double-click on one particular row (selection screen ) in the table.

And my program want to get data as the value displayed when I double-click. And I display data by using ALV. My system is ECC6

Please help me, Thanks in advance !

Hi everybody,

I have a problem with displaying data.

My program get data from table IFLOT. But value display differently when I see ( select entries ) and when I double-click on one particular row (selection screen ) in the table.

And my program want to get data as the value displayed when I double-click. And I display data by using ALV. My system is ECC6

Please help me, Thanks in advance !

3 REPLIES 3
Read only

joginder_singh
Active Participant
0 Likes
584

Hi

You need to use a conversion routine for that ,to display the values .I think your are saying about the TPLNR (Function locatation ) .You can make use of funtion module to convert the same ONVERSION_EXIT_TPLNR_INPUT

CONVERSION_EXIT_TPLNR_OUTPUT

I hope this help you to resolve your issue.

Cheers

Joginder

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
584

Hello Hai,

For this you have to use the conv. exit CONVERSION_EXIT_TPLNR_OUTPUT.

@Joginder, please be specific as to which cpnv. exit to use as the two exits you have mentioned have opposite functionalities.

BR,

Suhas

Read only

Former Member
0 Likes
584

Hi Joginder and Suhas,

I have fixed my problem Thanks all of you so much !!