cancel
Showing results for 
Search instead for 
Did you mean: 

In Badi -->In Methods --->Parameters

Former Member
0 Kudos

Hi All,

I have badi in Header there is a method and having parameters

I_MKPF TYPE MKPF

HEAD TYPE J_3RM4_HEAD

J_3RM4_HEAD structure contains these fields

MBLNR

OKPO

NOTICE

BUKRS

BUDAT

LAND1

CC_NAME

SUBDIV

BWART

LGORT

LGOBE

MBLNR

NOTICE

BUKRS

SUP_NUM

SUPPLIER

INSUR_COMP

COR_ACCOUNT

ANAL_CODE

ACCOMP_DOC

PAYM_DOC

QUANT

UNIT

P_VAL

NETWR

VAT

DMBTR

WAERS

REC_POS

QUANT

UNIT

P_VAL

NETWR

VAT

DMBTR

WAERS

REC_POS

RECEIVER

DEL_POS

DELIVER

USER_NAME

and my requirement is to replace the Correspondig account numberwith the alternative numberSKB1-ALTKT AND THE Logic which he described in the FS is

First get the account HKONTH Via 'FI_STANDARD_ACCOUNT_DETERMINE' Function Module.

Select SKB1-ALTKT WHERE BUKRS EQ MSEG-BUKRS

and SAKNR EQ HKONTH.

IN SELECT Query The parmaeters which they have mentioned in the Method is not available can tell me how to pass the parameters?

Regards,

Venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

ll