Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: Assigning internal table values to custom field(Aditional Field) in SQ02

$
0
0

Dear Sir,

 

Instated of additional field i take additional structure and please check the code in

 

Record Processing


CALL FUNCTION 'ZFSOLMAN_CDMC'
     EXPORTING
       ZPROJECT_ID = zPeriod
     TABLES
       IT_FINAL1   = it_final_result.
LOOP at it_final_result into wa_final_result.
   yt_info_final-CREATION_DATE = wa_final_result-CREATION_DATE.
   yt_info_final-PROJ_ID       = wa_final_result-PROJ_ID.
   yt_info_final-KPI_NAME      = wa_final_result-KPI_NAME.
   yt_info_final-COUNT1        = wa_final_result-COUNT1.
ENDLOOP.

Please tell me its right? or tell me how to resolve.

 

Regards,

jayesh

structure.PNG


Viewing all articles
Browse latest Browse all 10425


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