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

RSA3 is not pulling in the correct data from delta queue.

Former Member
0 Likes
756

Hi,

I am trying to test some custom codes made to the Billing document line item extractor 2LIS_13_VDITM using transaction RSA3. The checker is not pulling in the documents sitting in delta queue (display thru RSA7). Does anybody know where the checker program is picking up the data from? All the selection parameters in RSA3 are left opened and following are the setting on RSA3:

DataSource: 2LIS_13_VDITM

Request ID: Test

Data Records/Calls: 100

DisplayExtr.calls: 10

Update Mode: F

Any guidence is appreciated. Thank you,

Minami

Hi,

I am trying to test some custom codes made to the Billing document line item extractor 2LIS_13_VDITM using transaction RSA3. The checker is not pulling in the documents sitting in delta queue (display thru RSA7). Does anybody know where the checker program is picking up the data from? All the selection parameters in RSA3 are left opened and following are the setting on RSA3:

DataSource: 2LIS_13_VDITM

Request ID: Test

Data Records/Calls: 100

DisplayExtr.calls: 10

Update Mode: F

Any guidence is appreciated. Thank you,

Minami

4 REPLIES 4
Read only

Former Member
0 Likes
697

Hi Minami,

Why don't you run the extractor program with debug mode (execution mode)?

In this case, you should be able to find where the data is coming from.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
697

The database table that RSA3 is trying to read for that specific extractor (billing document item detail) is MC13VD0ITM however it is just a structure. I cannot find the table(s) that it is read from.

Read some thread mentiongins something about the SETUP table. Do I need to delete the SETUP table that maybe RSA3 is trying to read from? If so, how?

Thank you,

Minami

Read only

Former Member
0 Likes
697

Hi,

Please check FM MCEX_BW_LO_API.

The data is pulled from table MC13VD0ITMSETUP via macro SEL.

If you debug step by step, you should be to see how data is pulled.

Regards,

Ferry Lianto

Please reward points if helpful.

Read only

Former Member
0 Likes
697

Just found out the result from RSA3 is actually coming from the setup table but not the delta queue. The setup table needs to be maintained manually through IMG.

Thanks for all the responses.