Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8800

Program flow skipping get pernr statement

$
0
0

Hello all,

 

I am new to HR abap coding and had to see a program written for dubai and now i have to make changes to india.

in the code it is as

START-OF-SELECTION.

 

   REFRESH : it_zhr_tbl_006[].

   SELECT * FROM zhr_tbl_006 INTO TABLE it_zhr_tbl_006.

 

   IF NOT it_zhr_tbl_006[] IS INITIAL.

 

     SELECT * FROM t512t INTO TABLE it_t512t

     FOR ALL ENTRIES IN it_zhr_tbl_006[]

     WHERE sprsl EQ sy-langu AND

           molga EQ 40 AND

           lgart  EQ it_zhr_tbl_006-lgart.

   ENDIF.

 

   DATA : s_period TYPE char10.

   SELECT * FROM zhr_tbl_002 INTO TABLE it_para.

 

GET pernr.

 

   rp_provide_from_last p0008 space sy-datum sy-datum.

 

 

the program flow is coming till the select above get pernr and skipping all other and going to end of selection.

Can you tell me what changes i have to make??

I changes molga and and user group paramaters in user profiles as 40 also.

 

 

Please help.

 

Ujwal


Viewing all articles
Browse latest Browse all 8800

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>