cancel
Showing results for 
Search instead for 
Did you mean: 

val/sub

Former Member
0 Kudos

what is the validation and substitution?

plz give the clarrify.

Accepted Solutions (0)

Answers (2)

Answers (2)

ravi_nagh
Active Contributor
0 Kudos

HI,

Validations and substitutions are used to check the conditions while posting a document in sap system.

The step of Validation is.

1) Prerequisites

2) Step

3) Message

Setting up the FI Validations:

http://www.sap-basis-abap.com/sapfi004.htm

https://websmp104.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=842318

https://websmp104.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=42615

Please rewards me if it useful

Regards

Ravinagh Boni

Former Member
0 Kudos

Hi Madhu

Validation is for eg

If you want to use particular GL and Cost center combination and whenever the user enter the different combination, you can have a validation rule which will alert you by a warning message or erro message.

Substitution is for eg. even though the user enter the wrong cost center GL combination, the substitution will replace the wrong with the correct cost center in the back ground.

Thanks

Ashok

Assign points for useful answer

Former Member
0 Kudos

Hi

Both validations are substitutions are user defined boolean statements(a combination like if and =, or ,and etc).

Validation as the name suggests will validate your date and substitution will substitute your data with correct data.

you define validations in OB28 T.code.

Another example of validation could be you restrict your user to post only in specific periods or only in current dates. The system issue a error msg when the user try to post in future date of the same posting period.

I have answered a thread in SDN-Check out here and download the doc.

Regards

Aravind

ASSIGN POINTS IF USEFUL