‎2011 Jan 20 5:28 AM
SELECTION-SCREEN : BEGIN OF BLOCK b5 WITH FRAME TITLE text-005 .
SELECTION-SCREEN : BEGIN OF BLOCK b6 WITH FRAME .
select-options : s_pernr for pa0001-pernr no INTERVALS.
SELECTION-SCREEN : END OF BLOCK b6.
SELECTION-SCREEN : END OF BLOCK b5.
in selection screen i select 22,32,44,55 pernr number as exclude value.
if i go to import from text file in selection screen the values is not saving .
But if i use GETPERNR command in selection screen to import from text file in selection screen the values is saving .
‎2011 Jan 20 6:50 PM
If you are using LDB PNP, your GET PERNR action is operating on field PNPPERNR not your S_PERNR.
‎2011 Jan 21 6:56 AM
SELECTION-SCREEN : BEGIN OF BLOCK b5 WITH FRAME TITLE text-005 .
SELECTION-SCREEN : BEGIN OF BLOCK b6 WITH FRAME .
select-options : s_pernr for pa0001-pernr no INTERVALS.
SELECTION-SCREEN : END OF BLOCK b6.
SELECTION-SCREEN : END OF BLOCK b5.
if i using above coding then
why in selection screen " to import from text file " the values is not saving .
‎2011 May 21 6:44 AM