Procedure Guidance Required

Hi all,
Can I write a procedure in oracle which check the data in external table or flat file and insert the required data into internal oracle table.
Please Guide me in this regard it is urgent.

SQL> select * from myinternaltable;
        ID NAME
         1 Fred
         2 Bob
         3 Jim
SQL> select * from myexternaltable;
        ID NAME
         1 Fred
         3 Jimmy
         4 Tim
SQL> create table ins_upd as select * from myinternaltable where 1=0;
Table created.
SQL> create table del_upd as select * from myinternaltable where 1=0;
Table created.
SQL> create table upd as select id from myinternaltable where 1=0;
Table created.
SQL> create table ins as select id from myinternaltable where 1=0;
Table created.
SQL> create table del as select id from myinternaltable where 1=0;
Table created.
SQL> ed
Wrote file afiedt.buf
  1  create or replace procedure myproc as
  2  begin
  3    execute immediate 'truncate table ins_upd';
  4    execute immediate 'truncate table del_upd';
  5    execute immediate 'truncate table upd';
  6    execute immediate 'truncate table ins';
  7    execute immediate 'truncate table del';
  8    insert into ins_upd
  9    select * from myexternaltable
10    minus
11    select * from myinternaltable;
12    insert into del_upd
13    select * from myinternaltable
14    minus
15    select * from myexternaltable;
16    insert into upd
17    select id from ins_upd
18    intersect
19    select id from del_upd;
20    insert into ins
21    select id from ins_upd
22    minus
23    select id from upd;
24    insert into del
25    select id from del_upd
26    minus
27    select id from upd;
28    insert into myinternaltable
29    select * from myexternaltable
30    where id in (select id from ins);
31    delete from myinternaltable
32    where id in (select id from del);
33    update myinternaltable
34    set name = (select name
35                from myexternaltable
36                where id = myinternaltable.id)
37    where id in (select id from upd);
38* end;
SQL> /
Procedure created.
SQL> exec myproc
PL/SQL procedure successfully completed.
SQL> select * from myinternaltable;
        ID NAME
         1 Fred
         3 Jimmy
         4 Tim
SQL>Remember, you can use the MERGE statement to achieve similar results, however this way allows you to carry out any other processing that you may require for records in certain states before you insert,update,delete from your internal table.

Similar Messages

  • Create a procedure which requires displaying information from two tables

    What if we want to create a procedure which requires displaying information from two tables. In this situation,
    I need to display all the details of an employee from an 'emp' table based on the deptno. and also their salary information which is
    stored in "Salgrade" Table. Is the use of "And" the correct way of using it?
    Do I need to declare all the attributes before begin or I can just access them directly? Thanks
    Create Procedure findDept
    ( I_deptno IN number
    ) As
    Begin
    Select Ename, Job, MGR, Hiredate, Sal, Comm, Dept_no from emp and exp, grade , location from salgrade where dept_no
    = I_Deptno;
    Exception
    When NO_Data_Found then
    DBMS_Output.Put_Line(' Department not found"|| I_deptno);
    End findDept;

    Hi,
    Besides Qwerty's remark, you've also got a quoting error:
    Change
    DBMS_Output.Put_Line(' Department not found"|| I_deptno);
    {code}
    into
    {code}
    dbms_output.put_line(' Department not found: '|| i_deptno);
    {code}
    Which leads to the question:
    What do you want to do when a record is found?
    Display it?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • When I select a photo to print from I Photo the following msg   There were no themes located. Until at least one theme has been installed, this feature will be unavailable what procedure is required to install a theme

    When I select a photo to print from I Photo the following msg  appears " There were no themes located. Until at least one theme has been installed, this feature will be unavailable " What procedure is required to install a theme to print photos?

    To re-install iPhoto
    1. Put the iPhoto.app in the trash (Drag it from your Applications Folder to the trash)
    2a: On 10.5:  Go to HD/Library/Receipts and remove any pkg file there with iPhoto in the name.
    2b: On 10.6: Those receipts may be found as follows:  In the Finder use the Go menu and select Go To Folder. In the resulting window type
    /var/db/receipts/
    2c: on 10.7 they're at
    /private/var/db/receipts
    A Finder Window will open at that location and you can remove the iPhoto pkg files.
    3. Re-install.
    If you purchased an iLife Disk, then iPhoto is on it.
    If iPhoto was installed on your Mac when you go it then it’s on the System Restore disks that came with your Mac. Insert the first one and opt to ‘Install Bundled Applications Only.
    If you purchased it on the App Store or have a Recent Mac you can find it in your Purchases List.

  • Pricing procedure - Formula / Requirement

    Hello,
    I have a requirement for sales and distribution as follows:
    Condition ZXXX has the price of the material determined  by an access sequence
    Another condition type (YXXX) has to be reported and it´s value should be calculated as follows:
    YXXX = ZXXX * Q (where Q will be a percentage)
    How should I do this in the pricing procedure ? is there any requirement or formular that already does something like this ?
    YXXX will be calculated only if condition ZXXX is in the sales order
    Kind Regards.

    This is my code but I don´t know if im updating correctly the field:
    FORM FRM_KONDI_WERT_601.
    *{   INSERT         CTDK900408                                        1
    DATA us_kschl LIKE rkomv-kschl.
      us_kschl = 'ZAVA'.
      clear: rkomg, rkonp.
    checks if actual the right condition has been found
      loop at xkomv into rkomv.
    no valid entry found -> exit
        if sy-tabix gt xkomv_tabix and xkomv_tabix ne 0.
          clear rkomv.
          exit.
        endif.
    if actual entry is correct determine KONP and KOMG
        if rkomv-kschl = us_kschl.
    *KOMV-KWERT Condition Valie
    *KOMV-KBETR Amount
    DATA: Prueba TYPE P DECIMALS 3.
         Prueba = konp-kbetr / 1000.
           xkomv-kbetr =  ( rkomv-kbetr *  konp-kbetr ) / 1000 .
        endif.
      endloop.
      if us_kschl ne rkomv-kschl.
        clear rkomv.
      endif.
    *}   INSERT
    ENDFORM.

  • SD: Pricing procedure configuration required.

    Hi all,
    I am not sd consultant but as required , I have to do following work:
    Service tax                 - 12%
    Edu. Cess  on s.t.          -2%
    HS Edu cess on s.t.      - 1%
    pls help me to configure pricing procedure and condition table and condition type for this.
    I will be great full.
    Thanks to all
    Devendra

    Moved from SAP ERP SD Billing to Internationalization and Unicode.  Please post all your CIN related queries here.
    Coming to your query, if you are not a SD consultant, then it will be very difficult to configure this since for each and every condition type, you need to assign the correct step number and Account Keys.  Also, your client are into TAXINJ or TAXINN.  Search the forum what is the difference between these two and how to maintain condition record for these.  Try on your own and still if somewhere you stuck, post here so that we can assist you.
    Please don't expect the entire configuration from SD / CIN perspective which is not encouraged here
    G. Lakshmipathi

  • Calc procedure help require

    hi all,
    i m using oracle 9i and oracle developer suite 6i for building reports
    i have written a procedure that will do the calculation
    PROCEDURE calc IS
    TALLOW NUMBER;
    TTAKEN NUMBER;
    TPROFIT NUMBER;
    TLOSS NUMBER;
    BEGIN
         SELECT TIMEALLOWED,TIMETAKEN INTO TALLOW,TTAKEN FROM PRTEMPINCENT;
         TPROFIT:=ROUND((GREATEST((ROUND(TALLOW,2) - ROUND(TTAKEN,2)),0)/ROUND(TTAKEN,2)) * 100,2);
         TLOSS:=ROUND((ABS(LEAST((ROUND(TALLOW,2) - ROUND(TTAKEN,2)),0))/ROUND(TTAKEN,2)) * 100,2);
         INSERT INTO PRTEMPINCPL(CARDCODE,JOBCARDNO,SHOP,TIMEALLOWEDHRS,TIMETAKENHRS,
                              TIMESAVED,TIMELOST,PROFIT,LOSS,REMARKS)
                              SELECT '5',JOBCARDNO,SHOP,TIMEALLOWED,TIMETAKEN,TIMESAVED,TIMELOST,TPROFIT,TLOSS
           DECODE(SIGN(TIMEALLOWED - TIMETAKEN),1,'ABN.PRFT',-1,'LOSS')
    FROM PRTEMPINCENT
    WHERE ((PAYPERIOD= :P_1
    AND  (TIMETAKEN )>( TIMEALLOWED ))
    OR((TIMEALLOWED )>(TIMETAKEN )AND(((TIMEALLOWED )  -  
    (TIMETAKEN )  )
    /(TIMETAKEN)*100)>50));
    END;this code fetch the timeallowed and timetaken from the prtempincent table, does the calculation and then i want to insert them to another table and show them in report
    i call this procedure in after paramenter function of report
    but i gives me error ora-1422 extract fetch more then require number of rows
    wht modification should i do in the following procedure that i fetch record on by one and then insert in the other table
    Regards
    Abhi

    HI Manu,
    thanks for your reply
    well i just modified my procedure to my need
    PROCEDURE calc IS
    TALLOWHRS NUMBER;
    TTAKENHRS NUMBER;
    TTAKENMINS NUMBER;
    TALLOWMINS NUMBER;
    TCLOCKHRS NUMBER;
    TCLOCKMINS NUMBER;
    TALLOW NUMBER;
    TTAKEN NUMBER;
    TSAVED NUMBER;
    TLOST NUMBER;
    BTTAKEN NUMBER;
    CURSOR Cur_Cursor IS SELECT C.TIMEALLOWEDHRS,C.TIMEALLOWEDMINS,C.TIMETAKENHRS,C.TIMETAKENMINS,A.TIMECLOCKEDHRS,A.TIMECLOCKEDMINS,B.TIMETAKEN
    FROM PRTRINCH C,PRTRINCG A,PRTRINCE B;
    BEGIN
         OPEN Cur_Cursor;
          FETCH Cur_Cursor INTO TALLOWHRS,TALLOWMINS,TTAKENHRS,TTAKENMINS,TCLOCKHRS,TCLOCKMINS,BTTAKEN;
          CLOSE Cur_Cursor;
    TALLOW:=TO_NUMBER ( FLOOR ((((TALLOWHRS*60+TALLOWMINS)/(TTAKENHRS*60+TTAKENMINS))*
    (TCLOCKHRS*60+TCLOCKMINS)) / 60)) || ':'|| TO_NUMBER ( MOD ((((TALLOWHRS*60+TALLOWMINS)/(TALLOWHRS*60+TALLOWMINS))*
    (TCLOCKHRS*60+TCLOCKMINS)), 60), 'FM00');     
    TTAKEN:=TO_CHAR( FLOOR (BTTAKEN / 60)) || ':'|| TO_CHAR ( MOD (BTTAKEN, 60), 'FM00');
    TSAVED:=      greatest(TO_NUMBER ( FLOOR (((((TALLOWHRS*60+TALLOWMINS)/(TTAKENHRS*60+TTAKENMINS))*(TCLOCKHRS*60+TCLOCKMINS))-
       (TCLOCKHRS*60+TCLOCKMINS))/ 60)) || ':'||
       TO_NUMBER ( MOD (((((TALLOWHRS*60+TALLOWMINS)/(TTAKENHRS*60+TTAKENMINS))*(TCLOCKHRS*60+TCLOCKMINS))-
       (TCLOCKHRS*60+TCLOCKMINS)), 60), 'FM00'),0);
    TLOST:=  greatest(TO_NUMBER ( FLOOR (((TCLOCKHRS*60+TCLOCKMINS)-(((TALLOWHRS*60+TALLOWMINS)/(TTAKENHRS*60+TTAKENMINS))*
    (TCLOCKHRS*60+TCLOCKMINS)))  / 60)) || ':'
                            || TO_NUMBER ( MOD (((TCLOCKHRS*60+TCLOCKMINS)-(((TALLOWHRS*60+TALLOWMINS)/(TTAKENHRS*60+TTAKENMINS))*
    (TCLOCKHRS*60+TCLOCKMINS))) , 60), 'FM00'),0);
    INSERT INTO PRTEMPINCENT(JOBCARDNO,CARDCODE,SHOP,TICKETNO,TIMEALLOWED,TIMETAKEN,TIMESAVED,TIMEWORKED,ALLOCATION,TIMELOST,PAYPERIOD)
                    (select distinct b.jobcardno,'5',b.SHOP,a.TICKETNO,TALLOW,TTAKEN,TSAVED,0,C.WORKORDERNO,TLOST,:P_1
                                             from prtrincg a,prtrince b,prtrinch c
                                where b.payperiod = :P_1
                                  and b.jobcardno = a.jobcardno(+)
                                  and b.shop = a.shop(+)
                                 --and b.ticketno = a.ticketno(+)
                                  and c.jobcardno = b.jobcardno(+)
                                  and c.shop = b.shop(+)
                                  and a.empno=b.empno
                                  and b.filename = 'PRTRINCG');
    END;kindly see it and tell me is it ok?? when i m running my report its giving me ora-6502 error pl/sql numeric or value error
    can u say me wht i m doing wrong??
    Regards
    Abhi

  • Datasource Extractor Enhancement - Requirement Guidance required

    Hi Friends,
             I received a requirement for enhancing a existing report. When digged down till the extractor(standard) and found tthat these 7 fileds are missing in the extractor itself.
    After discussion with the functional consultant; we identified the source table and fileds for the requirements.
    But there are 4 fields whose text description has been maintained in another table and their technical values are being used in the table we are going to use. I.e., the mater data(Texts) has been maintained seperately.
    When cheked in BI, those master data are not maintained; hence we need take it all the way from ECC.
    1. I would like to know, whether we need create a new extractor(datasource) for master data and take it in to BI; also enhance the existing the std extractor.
    OR
    2. Can we take the master data fields in the existing extractor and use it in BI? If so, how we can show filed as KEY+TEXT in the report?
    Scenario: Filed - ACTIVITY PARTNER
                     Display - KEY + TEXT
    Seeking guidance for understanding better.
    Thanks
    Regards
    Santhosh Kumar N

    Hi,
       My requirement is to display the field as Key+Text in the report. Its a new field to be added. But in the Source system, the technical code and description has been maintained in the same table.
    I need to extract this data in to BI and use it in reporting.
    As you said, we can write a routine to display the two different fields  as 1 filed and displying both Key+Text in the report.
    I have not done this before, Just want to confirm will it be feasible by a routine. Also, which routine should be used? do we have any sample codes of it?
    Sincere Thanks for your valuable information.
    Rgds
    San

  • Storing the values from a procedure - help required

    Hi All,
    I am having a package which consists of two procedures.
    Both the procedures need to calculate 6 averages of some of my fields based on unique number.
    (These two procedures process different unique numbers).
    Now, as same code is implemented in the two procedures for calculation,
    I want to move the logic into another procedure/function, with IN parameter as the unique number.
    Now how can I get these 6 values from the procedure.
    If I use OUT parameters, how can I get the values inside the procedure.
    Please suggest me a solution.
    Thanks in advance.
    Regards
    Raghunadh

    Example of pipelined function...
    SQL> CREATE OR REPLACE TYPE myrec AS OBJECT
      2  ( col1   VARCHAR2(10),
      3    col2   VARCHAR2(10)
      4  )
      5  /
    Type created.
    SQL>
    SQL> CREATE OR REPLACE TYPE myrectable AS TABLE OF myrec
      2  /
    Type created.
    SQL>
    SQL> CREATE OR REPLACE FUNCTION pipedata(p_str IN VARCHAR2) RETURN myrectable PIPELINED IS
      2    v_str VARCHAR2(4000) := REPLACE(REPLACE(p_str, '('),')');
      3    v_obj myrec := myrec(NULL,NULL);
      4  BEGIN
      5    LOOP
      6      EXIT WHEN v_str IS NULL;
      7      v_obj.col1 := SUBSTR(v_str,1,INSTR(v_str,',')-1);
      8      v_str := SUBSTR(v_str,INSTR(v_str,',')+1);
      9      IF INSTR(v_str,',')>0 THEN
    10        v_obj.col2 := SUBSTR(v_str,1,INSTR(v_str,',')-1);
    11        v_str := SUBSTR(v_str,INSTR(v_str,',')+1);
    12      ELSE
    13        v_obj.col2 := v_str;
    14        v_str := NULL;
    15      END IF;
    16      PIPE ROW (v_obj);
    17    END LOOP;
    18    RETURN;
    19  END;
    20  /
    Function created.
    SQL>
    SQL> create table mytab (col1 varchar2(10), col2 varchar2(10));
    Table created.
    SQL>
    SQL> insert into mytab (col1, col2) select col1, col2 from table(pipedata('(1,2),(2,3),(4,5)'));
    3 rows created.
    SQL>
    SQL> select * from mytab;
    COL1       COL2
    1          2
    2          3
    4          5Although I'm not sure you necessarily need to do it this way. Could you show us the code you are using and more details of what you are trying to do?

  • Pricing procedure individual requirement

    Dear
    Expert
    pls go through the scenerio-
    My client wants total value of  individual condition type from the billing pricing procedure of the last 3 months...
    For example-
    My pricing proc includes this conditions
    PR00
    ZTOT
    ZFRT
    and he wants the total value of the last 3 months of ZFRT, ZTOT...
    Will it be possible ...
    Pls let me know
    Thanks and regards
    Deepankar

    Hi Deepankar
    A small ABAP report would do it but you might be able to get it your self as follows:
    In SE16 go to table VBRK
    Put in the date range you want by creation date or billing date
    get the number of entries and execute with the 'Max number of hits
    higher than the number of records. If you customer wants only for a specific sales area
    then filter accordingly.
    When you are presented wit hthe results go to > settings > format list > choose fields
    select only VBELN and KNUMV
    Then save the output as an excel document
    system > list > save > local file  > spreadsheet
    Copy the KNUMV column in the file you created
    Go to SE16 to table KONV
    upload these values into the KNUMV field using the multiple selection TAB
    You now have the complete list of numbers need for KONV
    In the screen input the condition you want to view PR00 or whatever.
    Execute
    You now have the complete list of PR00's posted on invoices on those billing
    documents in that timeframe.
    To do an autosum of the KWERT value
    go to user parameters ALV list
    scroll along and select the KWERT field
    then press the display SUM icon (CtrlShiftF1)
    You have the total at the bottom of the screen
    If your volume is too high for this you can create a small ABAP report to do the same thing
    Hope this helps you further
    All the best
    Brian

  • MM Pricing Procedure as required below

    Dear experts,
    Kindly suggest me how to map the taxes as mentioned below
    1
    BASIC
    700
    2
    SIZING CHARGES
    79
    Fixed Charges
    3
    FIXED ROYALTY@14%
    98
    Applicable on S.No.1
    4
    Surface Transportation Charges
    232
    Fixed Charges
    5
    CLEAN ENERGY CESS
    50
    Fixed Charges
    6
    SED
    10
    Fixed Charges
    7
    CENTRAL EXCISE @6.18%
    62.48
    Applicable on S.No.(1+2+4)
    8
    TOTAL
    1231.48
    9
    ROUNDED OFF
    1232
    10
    CST @ 2%
    24.63
    Applicable on S.No. (1+2+3+4+5+6+7)
    11
    TOTAL
    1256
    12
    TOTAL COAL VALUE ROUNDED OFF
    1256
    Here i have done pricing and i need to know how to map the Taxes.(as indicated in above)
    i have taken 6.18 % as JMOP
    SED Rs 10.00 is fixed price, how should i map (it's not in %)
    SCT 2% how should i take based on all charges(Sr. no. 1 to 7)
    Thanks in advance
    Regards,
    Hanmanth

    Hi,
    I insert the condition type ZSED for Rs. 10, and it is not calculating on 100 quantity(Rs 10 for 1 quanity and Rs1000 for 100 qty )
    What are the necessary setting to do pls guide me.
    PO tax screen shot
    Tax procedure screen shot

  • JDBC Stored procedure help required

    Hi All,
    Please let me know simple blogs how to use JDBC Stored procedure or any other method  in receiver jdbc adapter to insert or select in 2 tables
    Please  let me know simple blogs how to use JDBC Stored procedure or any other method  in sender jdbc adapter to select from 2 tables
    Thanks

    Hi,
    I am also looking for JDBC Stored procedure or any other method in sender jdbc adapter to select data from 2 tables
    Thanks

  • Seeking help for PXI card Installati​on Procedure Guidance

     I have PXI-1042 Chassis with PXI Card numbers 2503 MUX , DIO and AIO cards.  We are running LabWindows CVI with TestStand 3.0.I have to load all of the above into a new system.  I wanna know the step wise procedure i need to follow for using these above mentioned cards w.r.t INSTALLATION process. May i get the document OR link OR any suggestions i need to follow.???
    Thank you in advance

     I have PXI-1042 Chassis with PXI Card numbers 2503 MUX , DIO and AIO cards.  We are running LabWindows CVI with TestStand 3.0.I have to load all of the above into a new system.  I wanna know the step wise procedure i need to follow for using these above mentioned cards w.r.t INSTALLATION process. May i get the document OR link OR any suggestions i need to follow.???
    Thank you in advance

  • LMS 4.0 in HA Mode guidance required

    Hi Members,
    Good day,
    For  LMS4.0 to configure High Availability solution,  is it based on Symantec’s VERITAS Storage Foundation products.? As identified from below link,
    http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/4.0/install/guide/hasetup.html
    Also will appreciate if you can suggest a work around towards above HA configuration scenario without utilizing the Symantec Veritas components. i.e. Veritas Storage Foundation, Veritas Volume Replicator, Veritas Cluster Server (VCS), Global Cluster Option (GCO).
    I am thinking if we can have a solution by updating the LMS version & achieveing the HA mode without utilizing the Symantec’s VERITAS Storage Foundation products
    Awaiting your guidance on above.
    Thanks,
    Muzammil N.

    The prerequisites for LMS 4.0 are found in the following link.  This include VM ware / OS / disk psace / etc
    http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/4.0/install/guide/prereq.html
    Once installed, you will go under Inventory -> Device Administration to mmanage devices.
    http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/4.0/user/guide/admin/dcr_adm.html

  • Pricing Procedure is required for Job work

    Hi every one,
    Job Work :  Pricing Procedure
    Excise Duties : BEDAEDSEDEdu.CESSHigher Edu.CESS
    Excise Duties will be calculated based on { Job work Charges + Insurance Charges + Add. Processing Charges+ Customer Grey Material value (assessable Value ) }
    Broker Commission : Brokerage will be calculated based on { Job work Charges + Insurance Charges + Add. Processing Charges } and also this value should add to any other values
    Rebate : That is Qty Rebate and also that value also not added to any other value
    VAT : { Job work Charges + Insurance Charges + Add. Processing Charges+ Customer Grey Material value (assessable Value ) + ED }
    And also we are using TAXINN tax procedure
    For Commission : Condition type are ZCOM,ZCO1,ZCO2
    For Rebate : Condition Type ZO02
    For Insurance Charges condition Type is ZINS
    For Add.processing Charges condtion type is ZAPC
    Kindly Give me the solution how to map into SAP that pricing Structure
    Regards,
    Prasanna

    Hi,
    The following is  the solution
    10 .Job Work Charges or Processing Charges ZJOB : per 1 meter = 25.50 Rs (Mandatory)
    20. Insurance Charges ZINS : per 1 meter = 0.75 Rs (Mandatory)
    30. Additional Processing Charges ZAPC : Per 1 meter = 0.25 Rs (Optional means Manual Entry )
    35.  Job work + Insurance + Add.processing charges = from 10 , To 30
    37. Rebate Basis       
    40. Customer Assessable value JASS : per 1 meter = 45.50 Rs ( they want to enter Customer grey value at the time Excise Invoice and i m not sure how to map into SAP in which transaction they have to maintain the customer grey value )
    50. total   value (Basic price for Excise Calculation)   = from 35  To 40
    60 . BED Duty JEXP (Percentage) = from 50
    70. AED Duty JEAP (Percentage) = from 50
    80 . SED Duty JESP (Percentage) = from 50
    90. Edu .cess Duty  JECS (percentage ) = From 60
    100. Higher Edu Cess Duty  JHES (percentage )  = From 60 ( I created new condition type bcoz i couldn't able find out )
    110. Total ED = From 60 , To 109
    120. Total Vale (Including Excise Duties) = From 110, To 119
    125.  Total   value (Basic price for Excise Calculation)  From 50
    130 . Total Charges W/O VAT   From 120 , To 129
    135. JLST = From 130
    137 JCST = From 130
    138. Gross Value  = From 130, To 137
    140. Material Rebate ZO02 = from 37 ( this value is not add to any other value ) (Statistical )
    150 . Commission ZCOM = From 35 ( This value also not add to any other value ) (Statistical )
    160. Commission ZCO1 = From 35 (  This value also not add to any other value) (Statistical )
    Regards,
    Prasanna
    Edited by: prasanna_sap on Aug 14, 2011 12:37 PM
    Edited by: prasanna_sap on Aug 14, 2011 12:45 PM

  • ABAP Guidance required.

    Hi Forum members,
    How are u doing ?
    I am Varun and I just started my career in SAP . I want to learn ABAP. Please guide me step by step procedure how to gain 100% knowledge in ABAP.
    I want to spend 2 complete months in learning ABAP. Please guide me.
    Kind regards,
    Varun Prasad

    Hi,
    To learn ABAP its very important you should go through basics of ABAP. A good concept in DATA DICTIONARY AND SCREEN PROGRAMMING will boost your normal ABAP programming. than you should go to ABAP OOPs technique and try to learn this deeply. Now a days ABAP OOPs is used. you should also go through BADI,enhancement techniques ,modification,scripts,ALV . and there is no end for learning in ABAP.
    So Best of Luck.
    Regards
    Piyush Singh

Maybe you are looking for

  • Sales orders not appearing MD04

    Hi when we create the sales orders which are relevent for MRP i. e with scehedule line category CP, It should definitely appear in MD04 immediately. oflate I am finding , there is a time lag ,between order creation time & time of appearing in MD04, o

  • Cannot update or restore iPod Touch

    My son has an iPod Touch with iOS 6.1.2 and he has forgotten his passcode. At the same time, his hard drive crashed, so his newly re-installed iTunes does not recognize the device without a passcode. Fortunately, we did sync the device on my MacBook

  • Re: Assign Logical System to Client

    Hi Guys, Currently our BI client 100 is connected to ECC client 140. Now I want to connect BI client 100 to e-recruiting client 180. How to do this?  How to assign same client to different logical systems? Regards, Anand

  • Dynamic Columns with dynamic header colspans

    Hi All, Our project requires creation of dynamic data table at runtime. Following are the requirements. 1.The number of columns and column headers should be dynamic. Basically the column headers are the Month names. 2.Some or All of the above display

  • Want to get ApEx session in JSP

    Hi Pals, From my ApEx application, I am calling a JSP by providing a direct URL. THe JSP does some specific function here. If the user get the JSP url by right click and view source, they can very well use this outside my ApEx application. I want to