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 not displaying under custom tab in me23n on Header screen ,

former_member770121
Participant
0 Kudos

I use the screen 101, and write the code in PBO and also use the sub screen not normal and i debug it data is displaying in internal table but is not reflecting on ME23N SCREEN , what will be reason behind it ??

it urgent .

I get the data from CDHDR table and i want to display on screen under custom tab on header , also using the user exit .

kindly help me in this regard.

1 ACCEPTED SOLUTION

anujawani2426
Active Participant
0 Kudos

Hi,

1. Either write read table statement or loop statement. No need to write 2 statement on same table.

In this case you are fetching single record from internal table ZPR_APPROVE_DAYS hence use Read table statement.

2. Regarding data is not getting display on the screen, check Text field name of username field on 101 screen. It should be EKKO_CI-NAME.

6 REPLIES 6

anujawani2426
Active Participant
0 Kudos

Hi,

Can you share screeshot of pbo module and design screen ?

former_member770121
Participant
0 Kudos

Basically i display the data from CDHDR table first i make the customize structure and query in PBO not display the data reflect on screen .then i use the structure in CI_EKKODB might be it display the data but it is not display on screen kindly recommend any solution. with screenshot with data display from CDHDR table . anujawani2426 kindly need help.

0 Kudos

i have check all these things can u share the screenshot to display the data for screen '0101'

and my observation is that i debug it many time and conclusion is :

CALL CUSTOMER-SUBSCREEN CUSTSCR1 INCLUDING 'SAPLXM06' '0101'.

in debugging debugger is not reached at this line. I don't why, data is displaying in internal table but not reflect on screen because 101 sub-screen is not calling in PBO so data not reflect on screen.

anujawani2426 kindly need help.

anujawani2426
Active Participant
0 Kudos

Hi,

1. Either write read table statement or loop statement. No need to write 2 statement on same table.

In this case you are fetching single record from internal table ZPR_APPROVE_DAYS hence use Read table statement.

2. Regarding data is not getting display on the screen, check Text field name of username field on 101 screen. It should be EKKO_CI-NAME.

former_member770121
Participant
0 Kudos

Can You share an article with clear explanation on custom tab in me23n on header ? Please anujawani2426

0 Kudos

Hi,

I don't have article to share.