2010 Nov 19 10:03 AM
HI Experts,
When we add a new requirement in VOFM, it generated two FORM routines as below.
FORM KOBED_997.
Here I write some code to make sy-subrc 0 OR 4...
ENDFORM.
FORM KOBEV_997.
ENDFORM.
What is the use of the second one i.e. KOBEV one. I always use the first one for say ignoring the pricing condition..
Couuld you please explain this in detail?
HI Experts,
When we add a new requirement in VOFM, it generated two FORM routines as below.
FORM KOBED_997.
Here I write some code to make sy-subrc 0 OR 4...
ENDFORM.
FORM KOBEV_997.
ENDFORM.
What is the use of the second one i.e. KOBEV one. I always use the first one for say ignoring the pricing condition..
Couuld you please explain this in detail?
2010 Nov 19 10:34 AM
Hi,
KOBEV is a pre-check performed on header processing
KOBED is the real check performed on position processing.
So it better to performance to check everything what possible on header processing in KOBEV.
(You could see OSS-note 156230)
Regards,
2010 Dec 03 10:41 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |