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

Pricing procedure Routine

Former Member
0 Likes
459

Hi All,

I am creating a pricing procedure Routine for my devlopment.

i gone thru TCODE "VOFM", there i given my routine number & discription, but here i am not able to select the Active Check Box, & do i have to give any value in application.

while i double click on routine number so its take me at include program screen.

here i want to do coding in between form but i am not able to do only once i click on INSERT LINE AREA then i am able to do the coding between

*{ INSERT

*} INSERT.

so my question is

1. how i have to check the active box in the first screen of VOFM.

2, do i have to give any application type.

3. how i have to do code in the include program, which i am following is that is the right way or i have to follow diff way?

Edited by: Alvaro Tejada Galindo on May 22, 2008 4:37 PM

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
411

1. how i have to check the active box in the first screen of VOFM.

.... Select the entry and Edit > Activate in the change mode

2, do i have to give any application type.

.... Yes you have to give the application type. E.g. V for Sales

3. how i have to do code in the include program, which i am following is that is the right way or i have to follow diff way?

.... You need write your code inbetween the INSERT { ... } because this routines are being created in non-customer name space. So, you can only edit or change them with help of the modificaiton operations.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
411

thanks nimesh,

but when i am using code

if xkomv-kinak ca 'XCW'.

komp-kznep = '$'.

endif.

at that time i am not getting any error but while i am trying to go thru with constant at that time its showing processing error that KOMP-KZNEP is not difined.

constants : C_A(3) type c value 'XCW',

C_B(1) type c value '$'.

if xkomv-kinak ca C_A.

komp-kznep = C_B.

endif.

Please Advice me.

and one more this can you tell me can i debug the code n see the data flow, while i am using to TCode VA01,v/08 & vk12.

regards

Sonu