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: 

user exit / badi for fbl5n

Former Member
0 Kudos
1,315

hi guys,

i need to copy Part no field input from PR's screen to FBL5N tcode,

is there any user exit or badi for FBL5N that can enable this functionality

9 REPLIES 9

p291102
Active Contributor
0 Kudos
265

Hi,

Transaction Code - FBL5N Customer Line Items

Enhancement/ Business Add-in Description

Enhancement

F1040001 Reserve for bad debt - calculate percentages

Business Add-in

FI_ITEMS_MENUE01 Menu Enhancement

FI_ITEMS_MENUE02 Menu Enhancement

FI_TAX_BADI_015 RFUMSV00: Event "END-OF-SELECTION" before Data File Creation

FI_TAX_BADI_016 RFUMSV00: Transfer of All Tax Data

Thanks,

Sankar M

Former Member
0 Kudos
265

try 4 this BADi

FI_TAX_BADI_015 nd method in BAdi END_OF_SELECTION

i think it will work

0 Kudos
265

Hi Suyog,

is there any badi for FBL3N

0 Kudos
265

same Badi u can use .

0 Kudos
265

same Badi u can use .

0 Kudos
265

Hi Suyong,

I have activated badi FI_TAX_BADI_015 and during FBL3N , it didnt stop at the break point, is there any other badi/exit

0 Kudos
265

I dnt think so , there is any user-exit for

FBL3N.

Try to copy same report nd create a new Z report so that u can change 'as par ur requirement

former_member598013
Active Contributor
0 Kudos
265

Hi Ester,

Here is the list of BADI for the Transaciton :

FI_ITEMS_MENUE01 Menu Enhancement

FI_ITEMS_MENUE02 Menu Enhancement

FI_TAX_BADI_015 RFUMSV00: Event "END-OF-SELECTION" before Data File Creation

FI_TAX_BADI_016 RFUMSV00: Transfer of All Tax Data

Former Member
0 Kudos
265

Hi,

a. Add the news fields in structure RFPOS and RFPOSX by APPEND structure

b. Run the report RFPOSXEXTEND in order to update the structure RFPOSXEXT from RFPOSX

(this report has to be run in every enviroment, dev, test and prod)

c. Active the BTE 00001650 in order to create a fm as copy of SAMPLE_INTERFACE_00001650:

d. here insert the code you need to fill your new field.

e. Use trx FIBF to active the BTE, trx SE37 to create the new fm

Just now I have incorporated a requirement of adding additional customer field in FBLN5 using BTE enhancement. It works fine.

Please reward points if helpful.

Regrads

Mohamed Aboobacker Siddique.