Register Login

BADI For FB60

Updated May 18, 2018

Hi Experts,


I have a requirement in the Tcode 'FB60'.
i have created a ztable for G/L account and its permission, when user enter G/L in FB60 it should validate with the ztable and if not permitted it should THROW a ERROR msg that 'ENTER INTERNAL ORDER'.


I am not getting with which i should proceed EXIT,BADI,BTE or OB28 which will fullfill my requirement.

Or please let me know which BADI can I implement.

PLZ HELP

 

 


Comments

  • 23 Mar 2011 8:11 am rekha
    i think GGB0 + OB28 is the solution for your requirment.
    try to add a new validation for your gl account check. let me know, should you met any problems. :-)
  • 23 Mar 2011 8:30 am rekha
    I tired with below but, I cant, please let me another way to badi or editing user exits,

    My actual query is :

    Mine actual requirement is when user enter GL no Like "0000427025' then system will ask user to enter internal order no' if user enter order no, then user will be go for further, order no field is AUFNR.

    Please let me more.
  • 25 Mar 2011 5:20 am rekha
    Look into the validation option provided by SAP...For ur issue, Validation/Substitution should meet ur requirements...
  • 25 Mar 2011 5:23 am rekha
    then your requirement needs a substitution ,not a validation.
    i'll try to develop a prototype in my system. if it works, i'll let you know the solution.
  • 25 Mar 2011 5:24 am rekha
    i do not think validation will work, since your requirement needs an input for order number.
    you can setup a break point on the CL_EXITHANDLER=>GET_INSTANCE, and trigger FB60. try to find an available BADI.

    in our system, fb60 can not be used therefore it is hard for me to do the process by myself.
  • 25 Mar 2011 5:26 am rekha
    I did solved my problem my self it will be done via BTE. Also it is successfully completed.

×