‎2008 May 22 6:25 PM
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
‎2008 May 22 9:13 PM
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
‎2008 May 24 9:55 PM
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