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: 

Data is differently displayed in table in ECC6

Former Member
0 Kudos

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

joginder_singh
Active Participant
0 Kudos

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

SuhaSaha
Advisor
Advisor
0 Kudos

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

Former Member
0 Kudos

Hi Joginder and Suhas,

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