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: 

Screen enhancement for F-29 at item level

Former Member
0 Kudos

Hello Friends

I have a requirement to enhance the item level screen of F-29 to include two custom fields. Please help/suggest ways to do so. I haven't found any BADI/screen exit to do so.

Thanks for your help.

Sourav

1 ACCEPTED SOLUTION

nabheetscn
Active Contributor
0 Kudos

Use the concept of CI_COBL its coding block customizing include. Pleas read about its documentation and you will be able to add fields.

Nabheet

9 REPLIES 9

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

See SAP Note 841884 - Customer fields in the Enjoy entry transactions

Regards

Eduardo

raymond_giuseppi
Active Contributor
0 Kudos

Check also Customizing - SPRO - Financial Accounting, Special Purpose Ledger, Basic Settings, Edit Coding Block.

Regards,

Raymond

0 Kudos

Hello Raymond,

Thanks for the prompt reply.

We are not going to use special purpose ledger, there is any other alternative to add the custom fields.

Regards,

Saurabh

nabheetscn
Active Contributor
0 Kudos

Use the concept of CI_COBL its coding block customizing include. Pleas read about its documentation and you will be able to add fields.

Nabheet

0 Kudos

Thanks for your reply...

can this be done by functional folks, or technical help is needed here...

Thanks

sourav

0 Kudos

No developer is required, there are mainly Customizing points which will modify the BSEG table "in background" (or CI_COBL)

- Read the documentation in SPRO)

- Customizing points refer to transactions OXK1 to OXK4

- Look at [OSS notes|http://service.sap.com/notes] for keyword "Coding Block" for your system level

Regards,

Raymond

0 Kudos

Its mostly customizing yeah in case you want some validation on those fields then cofing is needed.

Nabheet

0 Kudos

Via Customizing, FI validation, a functionnal can add some validation without Abap knowledge

0 Kudos

Yeah...I quoted it wrong wrong its like complex validation needs coding:):)... Sometimes functional are not even aware of simple validation a truth;)

Nabheet