cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger ABAP Program Through Variant in Process Chain (BI7.0)

0 Kudos

Please Help,

We are suppose to create a wait program which halts the load of the "Transaction Data" load till the "Master Data" load completes. The Wait program is written in ABAP codes (pls see below for the ABAP code). But when the process chain runs, the wait program is not triggering through variant. We have tried deleting the wait variant and re-creating it. Still its not working.

ABAP Code

-----------------

ZWAIT.

Data : time like sy-uzeit value '010100',

       diff
type i.

diff = time - sy-uzeit.



If SY-UZEIT < time.

wait up to diff seconds.

endif.

Accepted Solutions (0)

Answers (1)

Answers (1)

denis_konovalov
Active Contributor
0 Kudos

Wrong space, BI Platform is for Business Objects line of products.
Please move your question to BW/ABAP space