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

FM "SPR_KOMK_KOMP_FILL" does not return any data

$
0
0

Hi ,

 

I am executing FM "  SPR_KOMK_KOMP_FILL"  but it does not return any data.. any thing missing here ???

 

    DATA : wa_pispr LIKE TABLE OF pispr WITH HEADER LINE.

 

   CLEAR wa_pispr.
  wa_pispr-matnr = p_matnr.
  wa_pispr-werks = werks.

   APPEND wa_pispr.

 

 

   CALL FUNCTION 'SPR_KOMK_KOMP_FILL'
    EXPORTING
      pi_i_spr                    = wa_pispr
    IMPORTING
      pe_i_komk                   = komk
      pe_i_komp                   = komp
    EXCEPTIONS
      org_structure_not_completed = 1
      OTHERS                      = 2.

 

KOMK & KOMP tables are empty after exeuting above FM...

 

 

Regards,

 


Viewing all articles
Browse latest Browse all 8076

Trending Articles



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