cancel
Showing results for 
Search instead for 
Did you mean: 

Extraction for 2LIS_08TRTK

Former Member
0 Kudos

Hi All,

I just wanted to understand how the delta posting are reflected in SMQ1.

Whenever we make any changes to shipment via standard T-code we have entries in SMQ1 and the delta is fetched in BW.

But we also have a custom program to change the shipment details, but whenever we change anything via this program no entries are created in SMQ1 and hence we miss the delta records, though the table VTTK is updated and hence if we run the full we fetch the correct records.

Can you please advise what is the probable piece of code which I'm missing to make that SMQ1 entry?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member241863
Active Participant
0 Kudos

Hello Shubham Saxena,

You can also try to create a new program. The logic would be -

1) A Screen to take input. (For example - Shipment related details).

2) New Screen to display the details of shipment in edit mode.

3) SHDB Recording - BDC program to update standard transactions (Shipment).

This will work fine and entries will capture in SMQ1.

Thanks

Pratyaksh Jeet

former_member186445
Active Contributor
0 Kudos

there is documentation that explains which fields in a given extractor trigger a delta. this means that if your field is not in the list, any change will not generate a delta records.

you can find this documentation on the worldwideweb.

M.

Former Member
0 Kudos

Hi Tibollo,

Our extractor is checked for the fields which are changing via this custom program.

Also note if these fields are changed via standard t-code the SMQ1 entry is created.

former_member186445
Active Contributor
0 Kudos

then i can only assume that something is missing in your z-program. you need to check against the standard program. we have a lot of Z programs that create/change entries in standard tables and never had an issue with missing entries in the update queue.

M.

Former Member
0 Kudos

can you please guide me which is the standard program which changes shipment entries ?

former_member186445
Active Contributor
0 Kudos

debug... or the search in the worldwideweb... i would have to do the same now to give you this info.

M.