‎2007 May 21 9:30 PM
Hi Guys,
I got a spek to add an additional "check" statement to SAP standard requirement 002 (LV61A002). My question is how to make the modification work. Do I just change the Include program in SE38, or I need to do some extra work to make it work. Thx in advance! The source code of standard include program is shown as follow:
Pricing is turned on in item category configuration (TVAP)
form kobed_002.
sy-subrc = 4.
if komp-kposn ne 0.
check: komp-prsfd ca 'BX'.
check: komp-kznep = space.
endif.
sy-subrc = 0.
endform.
Prestep
form kobev_002.
sy-subrc = 0.
endform.
‎2007 May 21 9:52 PM
Hi,
Please close this duplicate thread..
Please check your other thread for my reply.
Thanks
Naren