cancel
Showing results for 
Search instead for 
Did you mean: 

Validation at release of billing document

Former Member
0 Kudos

Hi Experts,

We have a requirement that,we want to create a check at the time of releasing billing document for a particular user, whenever the posting date is prior to entry date.Whether that can be possible any one have any idea please share your thoughts.

Regards,

PK

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

PK,

In the validation check by using the exit with small code with your required logic you can achieve this requirement, but plan validation wont serve your purpose.

Regards,

Ravi

Former Member
0 Kudos

Hi Ravi,

Thanks for your quick response.

Actually i have not worked in any exit till yet,Can u explain more detail regarding that.How can i create check by using exit in this case.

Reagrds,

PK

Former Member
0 Kudos

PK,

In the GGB0 validation prerequisite write SYST-UNAME = XXXX AND SYST-TCODE = VF01 OR VF02, in Check with the help of the ABAPER, in the exits tab trigger any exit like U900, U901, U902 etc and in side the exit explain your logic "whenever the posting date is prior to entry date" and test the billing document in VF02.


Regards,

Ravi