2022 Nov 29 11:02 AM
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.
2022 Nov 30 5:15 AM
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.
2022 Nov 29 2:29 PM
Hi,
Can you share screeshot of pbo module and design screen ?
2022 Nov 30 4:51 AM
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.
2022 Nov 30 6:00 AM
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.
2022 Nov 30 5:15 AM
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.
2022 Nov 30 11:56 AM
Can You share an article with clear explanation on custom tab in me23n on header ? Please anujawani2426
2022 Nov 30 2:28 PM