Skip to Content
0
Former Member
Dec 04, 2006 at 10:02 AM

strange problem

32 Views

friends,

am facing a strange prob..in my alv grid, i have a push button in the app. tool bar, which when the user presses displays some data in the popup...i have captured the line selected in the grid by adding a field box as the first col. and added in the layout (sat_layout-box_fieldname = box)..if the user selects the first line, the value of the box becomes X and based on this condition, i am displaying a popup that contains details of the particular line selected..everything works fine in my dev. server...but after i transport the prog to prod. and check the dialog box that i have added in the app. tool bar, the popup box is not opening..when i debugged, i found that even though the value of the box is set to X, it is populating in the final int. table, but my condition if itab_final-box = 'X' is returning sy-subrc 4 and the popup is not firing...just can't understand why? expecting ur replies