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: 

Function RA_AFABUCHEN

Former Member
0 Kudos

Hi all,

I need some help regarding the function module RA_AFABUCHEN.

Sample Code:

CALL FUNCTION 'RA_AFABUCHEN'

EXPORTING

I_AFBGJR = G_GJAHR

I_AFBPER = G_AFBLPE

I_AGAIN = ' '

I_PLANSATZ = 'X'

I_NEXT = 'X'

I_ANLA = XANLA

I_FEHLER = 'X'

I_NOCHECK = 'X'

I_XANEP = 'X'

TABLES

T_093D = X093D

T_ANFM = XANFM

T_ANLB = XANLB

T_ANLC = XANLC

T_ANEP = XANEP

T_ANEA = XANEA

T_ANLP = XANLP

T_ANLZ = XANLZ

EXCEPTIONS

NO_ASSETS_COMPUTED = 4

OTHERS = 8.

I need the asset data to be returned in XANLP corresponding to records in XANLA but am unable to get any data. XANLA contains selective records from ANLA.

I tried to debug program RASIMU03 (which uses RA_AFABUCHEN) but could not get any insights regarding this function. I am not able to get past the GET statements.

Any help is welcome.

Thanks and regards,

Supratim

1 REPLY 1

andreas_mann3
Active Contributor
0 Kudos

Hi,

1)...I am not able to get past the GET ...

-> set break-points in DB-program SAPDBADA

(search for "PUT")

A.

Message was edited by: Andreas Mann