Application Development 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: 

error in abap query sq03,02,01(to get data from structure) it is possible?

Former Member
0 Kudos

hi

experts,

i am developing a report using abap query .(stand t code is s_alr_87012277 it contain more fields but i want only 4 fields , i found 2 but remaining 2 are from structure)

my problem is that debit and credit amount is in structure

how i can get data from structure(FAGL_S_RFSSLD00_LIST )

solbm = debit.

habbm = credit.

report is like

op.

gl acc no, discription, credit amount,debit amount.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi ajay,

try to use with logical database SDF.

assign the logical database name in info set.

gl acc no - SKA1-SAKNR

debit. - Field: um02h

credit. - field: um02s

discription - SKAT-TXT20

regards,

sateesh.

2 REPLIES 2

Former Member
0 Kudos

Hi ajay,

try to use with logical database SDF.

assign the logical database name in info set.

gl acc no - SKA1-SAKNR

debit. - Field: um02h

credit. - field: um02s

discription - SKAT-TXT20

regards,

sateesh.

0 Kudos

thanks

but skat-txt20 is not found in sdf.

and i also want the reporting period(1-16) fields and table for selection purpose.

u send me debit and credit fields these fields are like

gl no 15 = debit amount of 15 and credit amount of 15 .

means

1 gl no and total of debit for that gl no?