cancel
Showing results for 
Search instead for 
Did you mean: 

To add one field in FB60

Former Member
0 Kudos

Hi Friends

I need to add field material group in FB60 screen and make that mandatory. This can be done by SAP Coding block enhancement. Can you please provide the steps to add this field using sap coding block enhancement, for mandating the field can I use FI validation ? Please suggest me if there is any other better approach also.

Thanks

Moumita

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Since this is an FI transaction, You can use the validation rules in FI. There you can add a validation for a particular field in transaction FB60.

Check the transaction OB28 to create a new validation rule.

You can access help at: For more information on creating and maintaining validations, see "Financial Accounting -> Special Purpose Ledger -> Tools -> Maintain Validation/Substitution/Rules -> Maintain Validations" in the R/3 Library.

Hope this helps

Regards

Shiva

Former Member
0 Kudos

Hi

Validation I can use only after material grp available on the screen, but how can I add material grp field in FB60,

former_member193382
Active Contributor
0 Kudos

Hi,

Just a thought.

I think this can be also be achieved by using BTEs. (Please ignore if wrong).

Use the function module BF_FUNCTIONS_FIND. Set a break point in this function and execute the tcode FB60.

Create a entry in this tcode. Then the debugger will start. In the debugging mode, check the parameter I_EVENT of this function module. You'll get all the BTE no.s that can be used to enhance/validate the entries in that particular tcode.

Hope it helps.

Regards,

Raj

Former Member
0 Kudos

Hi Raj,

I too have a requirement wherein i am supposed to BTE's. The tarnsaction for which i need to check which BTe is getting triggered is JHA1X.

I tried searching for it using the FM BP_FUNCTIONS_FIND. But this FM is not being triggered at all.

Hope i can get some help.

Regards,

Herwin

Answers (0)