Application Development and Automation 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: 
Read only

Pernr in Selection screen

Former Member
0 Likes
2,176

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 .

3 REPLIES 3
Read only

Former Member
0 Likes
987

If you are using LDB PNP, your GET PERNR action is operating on field PNPPERNR not your S_PERNR.

Read only

0 Likes
987

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 .

Read only

0 Likes
987

Problem Solved by me