Application Development and Automation 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: 
Read only

User Exit for FB50

Former Member
0 Likes
562

Hi,

According to business requirement, on the base of gl account number and coster center I need to fill the Order Value (Bseg-aufnr) in transaction code FB50.

It will be great if some body could suggest me the way or any user exit where I can write the code & fill this value (before save the document).

All suggestion are appreciable.

Thanks,

Pradeep

Hi,

According to business requirement, on the base of gl account number and coster center I need to fill the Order Value (Bseg-aufnr) in transaction code FB50.

It will be great if some body could suggest me the way or any user exit where I can write the code & fill this value (before save the document).

All suggestion are appreciable.

Thanks,

Pradeep

2 REPLIES 2
Read only

Former Member
0 Likes
475

HI

u have to 3. options.

1.Create Screen/transaction Variants -->using SHD0 , documentation is also avail in that tcode.

2.U have to create a layout and u have to put it as a Default. Thru Config.

3.OB28 check this one also.

use interface RFBIBL00

bapi 'BAPI_ACC_GL_POSTING_POST'

if it helps reward with points

Regards Rk

Read only

Former Member
0 Likes
475

Hi,

Check the following link:

http://www.sapbrain.com/ARTICLES/TECHNICAL/USEREXITS/USEREXITS_in_FICO.html

I think its helpfull to you.

Regards,

Bhaskar