on 2021 Mar 02 3:02 AM
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,
Request clarification before answering.
User | Count |
---|---|
58 | |
8 | |
7 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.