cancel
Showing results for 
Search instead for 
Did you mean: 

Endroutine not populating the data to target ADSO

0 Kudos
142

Hi Experts,

I have a issue in the end routine , we have the below code in the End routine and syntax does not have any issues,

however the results fields are not getting data ,

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

select

fiscper

costcenter

acttype

curtype

amount

currency

vtype

from /bic/xxxxxxx2

into table gt_absc

for all entries in lt_sourcepackage

where fiscper = lt_sourcepackage-fiscper and

costcenter = lt_sourcepackage-costcenter and

acttype = lt_sourcepackage-acttype and

curtype = lt_sourcepackage-curtype.

if sy-subrc = 0.

sort gt_absc by fiscper costcenter acttype curtype ascending.

endif.

endif.

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

However in ST22 I have the below error analysis

Please let me know if anyone has any idea as im not expert in ABAP,

Thanks and Best regards,

Accepted Solutions (0)

Answers (0)