Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

modification for pricing procedure

Former Member
0 Likes
413

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.

1 REPLY 1
Read only

Former Member
0 Likes
341

Hi,

Please close this duplicate thread..

Please check your other thread for my reply.

Thanks

Naren