Quantcast
Channel: SCN : Discussion List - Business Content and Extractors
Viewing all articles
Browse latest Browse all 2297

Write Delta-Queue RSC1_TRFC_QUEUE_WRITE

$
0
0

Hello

 

I have a problem with writing to the trfc-queue.

I have a datasource with Deltatype AIM and I trie to fill

the Queue with al little report which calls the FM RSC1_TRFC_QUEUE_WRITE.

 

The report works whitout any errors and the sy-subrc is 0 but I cant find anything in the Delta-Queue when I look into the Tr. RSA7.

 

Can anyone help me please?

 

Here is the report:

 

REPORT  zv_v4_test_qrfc.

 

DATA l_v_isource LIKE rssis-isource.

DATA l_t_zcf591 LIKE zcf591 OCCURS 0.

DATA l_v_flush TYPE c.

DATA l_t_arfc LIKE arfccallid OCCURS 0.

 

l_v_isource = 'ZV_V4_C01_DS_TEMPLATE'.

 

SELECT * FROM zcf591 INTO TABLE l_t_zcf591.

 

CALL FUNCTION 'RSC1_TRFC_QUEUE_WRITE'

  EXPORTING

    i_isource  = l_v_isource

    i_no_flush = l_v_flush

  TABLES

    i_t_data   = l_t_zcf591

  EXCEPTIONS

    OTHERS     = 1.

 

 

WRITE: 'SY-SUBRC=', sy-subrc.

 

 

MFG

Michael Ruschmann


Viewing all articles
Browse latest Browse all 2297

Trending Articles



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