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

Adding custom field in FB03 Header

rammididoddi
Explorer
4,286

Hello all,

I have an requirement of adding custom field in FB03-header part.

Can any one suggest me, How to add field in FB03?

Thanks in Advance

Regards

Ram

5 REPLIES 5
Read only

Nawanandana
Active Contributor
0 Likes
2,624

Hi,

Coding block will help you to sort the issue .

Regards,

Nawa

Read only

0 Likes
2,624

Coding Block is at item level, OP asked for header.

Read only

0 Likes
2,624

Hello Nawanandana Edirisinghe

Yes, my requirement is adding Zfield in FB03 - header

Thanks

Read only

RaymondGiuseppi
Active Contributor
2,624

Look for an available BAdI like BADI_FDCB_SUBBAS* (Those BAdI are not multiple-use and SAP already used most of them) Look also at logic of dynpro 10 (vendor) & 510 (customer) of function roup FDCB. For GL account, only FI_HEADER_SUB_1300 is available. (Read a reference document such as Extending BKPF Table by adding custom or ZZ Fields in SAP)

Read only

rammididoddi
Explorer
0 Likes
2,624

Thank you all for your valuable answers.