Tranasaction codes in SD

Hi there,
What t-code should be used to view blocked sales orders.? VKM1 doesnot show it. Also VKM3.
And what t-code should be used to release the Sales orders.
When tried using VKM3, after ticking the check box of the particular SO & clicking on the "Release" & then saving, I still see the Sales order to be in blocked stage.
Pls help !
rgds,
ann

hi
chk the link below.. will surely help u out
http://sap-img.com/general/find-the-list-of-sap-transaction-codes.htm
i am also giving u some frequently used TCodes
The most frequently used transaction codes are as follows:
1. VS00 - Master data
2. VC00 - Sales Support
3. VA00 - Sales
4. VL00 - Shipping
5. VT00 - Transportation
6. VF00 - Billing
Others as follows:
At Configuration:
1. VOV8 - Define Sales documents type (header)
2. OVAZ - Assigning Sales area to sales documents type
3. OVAU - Order reasons
4. VOV4 - Assign Item categoreies(Item cat determination)
5. VOV6 - Scedule line categories
6. OVAL - To assign blocks to relevant sales documents type
7. OVLK - Define delivery types
8. V/06 - Pricing
9. V/08 - Maintain pricing procedure
10.OVKP - Pricing proc determination
11.V/07 - Access sequence
Enduser:
1. Customer Master Creation-VD01 and XD01 (for full inclu company code)
    VD02 - Change Customer
    VD03 - Display Customer
    VD04 - Customer Account Changes
    VD06 - Flag for Deletion Customer
    XD01 - Create Customer
    XD02 - Modify Customer
    XD03 - Display Customer
2. Create Other material -
MM00
3. VB11- To create material determination condition record
4. CO09- Material availability Overview
5. VL01 - Create outbound delivery with ref sales order
6. VL04 - Collective processing of delivery
7. VA11 - Create Inquiry
    VA12 - Change Inquiry
    VA13 - Display Inquiry
Sales & Distribution
Sales order / Quote / Sched Agreement / Contract
· VA01 - Create Order
· VA02 - Change Order
· VA03 - Display Order
· VA02 - Sales order change
· VA05 - List of sales orders
· VA32 - Scheduling agreement change
· VA42 - Contract change
· VA21 - Create Quotation
· VA22 - Change Quotation
· VA23 - Display Quotation
Billing
· VF02 - Change billing document
· VF11 - Cancel Billing document
· VF04 - Billing due list
· FBL5N - Display Customer invoices by line
· FBL1N - Display Vendor invoices by line
Delivery
· VL02N - Change delivery document
· VL04 - Delivery due list
· VKM5 - List of deliveries
· VL06G - List of outbound deliveries for goods issue
· VL06P - List of outbound deliveries for picking
· VL09 - Cancel goods issue
· VT02N - Change shipment
· VT70 - Output for shipments
General
· VKM3, VKM4 - List of sales documents
· VKM1 - List of blocked SD documents
· VD52  - Material Determination
Reward if Useful
thanxx and Regards.. Naren

Similar Messages

  • How to know CRM path by Tranasaction Code

    Hi All,
    In CRM GUI if we know the tranasaction code for the customization, but don't know thw path for it. Is there any way we can know the exact path by the transaction code in SAP GUI ?
    Thanks in Advance.
    Regards,
    Prafulla

    Thanks to acknowledge my efforts, but to be honest I believe the answer from Dëv Päträ is the one which should be marked as correct

  • R/3 Transaction Codes (Sd,MM,FICO)!!

    Hi
    Anyone has an r/3 transaction codes??Pls provide me..it wuld be helpful...
    Thnx
    BI Learner

    Hi,
    T-codes for SD:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/sd%2bt-codes
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/erplo/t-codes%2bsd
    SD overview
    Tranasaction codes in SD
    T-codes for MM:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/transaction%2bcodes%2bwith%2breport%2band%2bdescription%2bmaterial%2bmanagement
    MM and FICO documents in sales process
    MM help
    Any Methods for finding T-CODES in SPRO
    FI-T-Codes:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/erpfi/fi%2bt-codes
    fi-mm
    Rgs,
    I.R.K

  • Excise values are not copying in my excise invoice

    Hi experts,
    When am doing factory sales with tranasaction code j1iin from billing  The excise duty is not copying into my excise invoice.  What could be the reason what needs to be done to run this scenario perfectly.
    excise invocie is generarting  with out value.  Iam working  ecc 6.0 version and taxinn procedure.
    Thanks & regards
    Rack29
    T

    Go through these threads
    [BED NOT FLOWING TO EXCISE INVOICE J1IIN   |BED NOT FLOWING TO EXCISE INVOICE J1IIN]
    [eXCISE INVOICE   |eXCISE INVOICE]
    [Excise Values Not Flowing in J1IIN-(export Excise Invoice) |Excise Values Not Flowing in J1IIN-(export Excise Invoice)]
    [excise values in exports   |excise values in exports]
    Though your issue relates to domestic, the above links is applicable to your issue also.
    thanks
    G. Lakshmipathi

  • Runtime error in transaction ME31L

    Hi Experts,
    I am facing the problem with tranasaction code ME31L ,its showing the runtime error..
    here i am writting the  whole error discription which occurs at runtime.
      Short text
        Dynpro does not exist
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLXM06" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        The system attempted to use dynpro 0201 in program "SAPLXM06".
        This dynpro does not exist.
    Trigger Location of Runtime Error
        Program                                 SAPLXM06
        Include                                 MM06EO0C_CUSTSCR1_HEAD_SET_DAT
        Row                                     10
        Module type                             (FUNCTION)
        Module Name                             EXIT_SAPLEINM_013
    Source Code Extract
    Line  SourceCde
         1 ----
         2 *       MODULE CUSTSCR1_HEAD_SET_DATA OUTPUT                          *
         3 ----
         4 *       ........                                                      *
         5 ----
         6 MODULE CUSTSCR1_HEAD_SET_DATA OUTPUT.
         7
         8   PERFORM CUSTSCR1_HEAD_SET_DATA_PBO using fc_call.
         9
    >>>>> ENDMODULE.

    Hi,
    This means that the exit is not implemented yet. Infact what you are seeing is a warning message(ZX...).
    Is your system recently upgraded? Wrong OSS note implementation is also a possibility.
    Just debug and see at what point you are getting the error. Also did you check the program whether it has the required screen or not? If not available then you can raise an OSS note to SAP if you are not able to find any.
    Thanks,
    Vinod.

  • F.47 Interest calculation on which table these values will be store

    Hi Team,
    I have query regarding Vendor arrear interest calculation after executing the f.47 it will save in sessions but before executing the session i want the print the form. For this purpose i want information after executing the f.47 these values are stoerd in which table kindly help me on this.
    Thanks and Regards,
    Nauma.

    Hi,
    For every tranasaction code there will be different tables related to that ,so the valuse will be stored in different tables.
    These are the tables releated to This tcode are
    t056,  t056d, t056u, kna1, knb1, bsid, bkpf, bseg, bsega, blntab, lfa1, lfb1, bsik,  tcurx, *bseg, *bkpf, itcpo, t033e, ikofi, t005, ttxd, b0sg, t056a, t056b, "T056K, t056p,  t056l, t056t, t047i,
    If you want in detail what are the field inserted in this table and check run this program RFKUZI00 and check here all the tables and fields
    regards,
    Santoshkumar

  • MIS REPORT

    Dear Experts,
    My clinet having retail industry and impelmented IS Retail ECC6.0.They have requirement to get Purchases VS sales in tranasaction code. Is it possible to get any report in SAP with Purchase figures and sales figures?
    Best Rgds
    sUMA

    Hi Suma,
    There is no std report in IS Retail. U will have to develop the same with the help of ABAPer.
    Regards,
    Kiran

  • Trail Balance Profit center wise

    HI,
    I am not able to draw the trail balance sheet Business area wise .(version ECC5.0)
    I tried the following Tranasaction codes:
    F.08
    S_ALR_87012310
    Tell me correct process to draw the trail balance Business area wise
    Regards,
    Prabhakar

    Hello,
    Instead, you can try with S_ALR_87012284
    Thanks,
    Ravi

  • How to add new tab screen in transaction BP

    Hi,
       Please let me know How to add new tab screen in transaction ukm_BP. Is there any SPRO configuration needed for this?
    Thanks,
    Debi.

    Hi,
    You may also try the exits available with the MIGO transaction. To find exits you can use the fillowing code by giving tranasaction code as input.
    REPORT  zrmexitfinder                               .
    TABLES: modsap, modact, tstc.
    PARAMETERS: input1 LIKE tstc-tcode DEFAULT ' ',
                input2 LIKE modsap-typ DEFAULT ' '.
    DATA: search1(6),
          search2(3),
          search3 LIKE modsap-member.
    DATA : first_row VALUE 'Y'.
    CONCATENATE: '%' input1 '%' INTO search1,
    '%' input2 INTO search2.
    SELECT * FROM tstc WHERE tcode LIKE search1.
      first_row = 'Y'.
      CHECK tstc-pgmna NE space.
      CONCATENATE '%' tstc-pgmna '%' INTO search3.
      SELECT * FROM modsap WHERE typ LIKE search2
      AND member LIKE search3.
        SELECT SINGLE * FROM modact WHERE member = modsap-name.
        IF first_row EQ 'Y'.
          WRITE: /0 tstc-tcode, 6 tstc-pgmna, 16 modsap-name, 32 modsap-typ,
                 45 modsap-member, 70 modact-name.
          first_row = 'N'.
        ELSE.
          WRITE: /16 modsap-name, 32 modsap-typ, 45 modsap-member, 70 modact-name.
        ENDIF.
        CLEAR : modsap, modact.
      ENDSELECT.
      IF sy-subrc NE 0.
        WRITE : /0 tstc-tcode, 6 tstc-pgmna, 30 'No exits found'.
      ENDIF.
      CLEAR tstc.
    ENDSELECT.
    END-OF-SELECTION.
      CLEAR: search1, search2, search3.
    Regards,
    Renjith Michael.

  • Reg: How to add new tab strip in MIGO transaction

    Hi Experts,
    I need to add a new tab strip(Inside one selection screen, If the user clicks the new tab strip, New selection screen should populate) in MIGO transaction after pressing enter for the movement type '122'.
    I tried with the BADI MB_MIGO_BADI, Simply i called the module pool program inside that BADI, But it is not giving any solution.
    Please guide me to find the solution for this requirement.
    Regards
    Vijay.R

    Hi,
    You may also try the exits available with the MIGO transaction. To find exits you can use the fillowing code by giving tranasaction code as input.
    REPORT  zrmexitfinder                               .
    TABLES: modsap, modact, tstc.
    PARAMETERS: input1 LIKE tstc-tcode DEFAULT ' ',
                input2 LIKE modsap-typ DEFAULT ' '.
    DATA: search1(6),
          search2(3),
          search3 LIKE modsap-member.
    DATA : first_row VALUE 'Y'.
    CONCATENATE: '%' input1 '%' INTO search1,
    '%' input2 INTO search2.
    SELECT * FROM tstc WHERE tcode LIKE search1.
      first_row = 'Y'.
      CHECK tstc-pgmna NE space.
      CONCATENATE '%' tstc-pgmna '%' INTO search3.
      SELECT * FROM modsap WHERE typ LIKE search2
      AND member LIKE search3.
        SELECT SINGLE * FROM modact WHERE member = modsap-name.
        IF first_row EQ 'Y'.
          WRITE: /0 tstc-tcode, 6 tstc-pgmna, 16 modsap-name, 32 modsap-typ,
                 45 modsap-member, 70 modact-name.
          first_row = 'N'.
        ELSE.
          WRITE: /16 modsap-name, 32 modsap-typ, 45 modsap-member, 70 modact-name.
        ENDIF.
        CLEAR : modsap, modact.
      ENDSELECT.
      IF sy-subrc NE 0.
        WRITE : /0 tstc-tcode, 6 tstc-pgmna, 30 'No exits found'.
      ENDIF.
      CLEAR tstc.
    ENDSELECT.
    END-OF-SELECTION.
      CLEAR: search1, search2, search3.
    Regards,
    Renjith Michael.

  • Reg: Additional header tab strip in MIGO Transaction

    Hi Experts,
    I have added a new header tab strip in MIGO transaction. The tab strip is triggered using the BADI 'MB_MIGO_BADI' (PBO_HEADER method), I populated a selection screen using module pool program through the same BADI. Now i need to update the values in the selection screen fields to the data base table MKPF.  I need a solution for update the screen field values to the data base table MKPF. Whether some other BADI i need to use? if yes how can i pass the screen field values to that BADI.
    Please guide me.
    Thanks
    Vijay.R

    Hi,
    You may also try the exits available with the MIGO transaction. To find exits you can use the fillowing code by giving tranasaction code as input.
    REPORT  zrmexitfinder                               .
    TABLES: modsap, modact, tstc.
    PARAMETERS: input1 LIKE tstc-tcode DEFAULT ' ',
                input2 LIKE modsap-typ DEFAULT ' '.
    DATA: search1(6),
          search2(3),
          search3 LIKE modsap-member.
    DATA : first_row VALUE 'Y'.
    CONCATENATE: '%' input1 '%' INTO search1,
    '%' input2 INTO search2.
    SELECT * FROM tstc WHERE tcode LIKE search1.
      first_row = 'Y'.
      CHECK tstc-pgmna NE space.
      CONCATENATE '%' tstc-pgmna '%' INTO search3.
      SELECT * FROM modsap WHERE typ LIKE search2
      AND member LIKE search3.
        SELECT SINGLE * FROM modact WHERE member = modsap-name.
        IF first_row EQ 'Y'.
          WRITE: /0 tstc-tcode, 6 tstc-pgmna, 16 modsap-name, 32 modsap-typ,
                 45 modsap-member, 70 modact-name.
          first_row = 'N'.
        ELSE.
          WRITE: /16 modsap-name, 32 modsap-typ, 45 modsap-member, 70 modact-name.
        ENDIF.
        CLEAR : modsap, modact.
      ENDSELECT.
      IF sy-subrc NE 0.
        WRITE : /0 tstc-tcode, 6 tstc-pgmna, 30 'No exits found'.
      ENDIF.
      CLEAR tstc.
    ENDSELECT.
    END-OF-SELECTION.
      CLEAR: search1, search2, search3.
    Regards,
    Renjith Michael.

  • Execute webdynpro from abap program and return to the caller program

    Guys,
    I have a question here.
    I know there is a way to call an abap webdynpro application from normal abap program by either using a class method, or use a function module WDY_EXECUTE_IN_PLACE by providing
    the webdynpro application or using CALL TRANSACTION statement.
    But, is there anyways that we can call the webdynpro application from abap program by supplying data to the webdynpro and display to the user from the portal, and then
    once the user do some manipulation on the data, can we transfer back the data to the caller abap program?

    hey ,
    you can pack any web-dynpro program in tranasaction code and run it from R/3 and not via portal  :
    search in " SAPTECHNICAL" how to do so  - for some reason i cant post a link here
    than you can use call transaction .
    regards
    ASA

  • How do you create a wsdl file from a FM?

    Hello friends,
    Could some one please let me know how to create a wsdl file from a function module?
    I have gone up to the stage of creating webservice  and also released it for SOAP runtime using tranasaction code wsconfig.
    But I don't know how to proceed from there and create a wsdl file.
    Your help will be greatly appreciated.
    Tks
    Ram
    Edited by: Ram Prasad on Nov 18, 2008 4:44 PM

    I was able to solve the issue with a friends help. Here are the steps
    STEPS in CREATING WSDL file from a FM:
    1.Goto SE80 Create a package or select a package in which you want to create a web service.
    2.Right click and select Create -> Enterprise Serve/Web Service -> Web Service
    3.Follow the wizard steps answering all the questions until complete. This creates the service definition.
    4.Goto transaction code <WSCONFIG> and enter the service definition name you have created in previous step. Enter the same name in both u2018service definitionu2019 and u2018variantu2019 fields.
    5.Then click on Create button and save. This releases the webservice you created in to soap Runtime.
    6.Goto transaction <WSADMIN>
    7.Open the tree structure to see the webservice that you just released and click on the right most button (Globe shape).
    8.Select u2018Document Styleu2019
    9.You have now created the wsdl file for the FM.

  • Process flow overview

    Dear all,
    I'm a newer in HR. Pls give me the Process flow in HR from Recruitment to Timesheet management. What are steps have to do?
    Thank you very much!

    HI Quang,
    In Recruitment first we create the vacancies vacancies are created in OM Tranasaction Code PO13 Select vacancy infotype  and create.  Advertisements are created  Transactionm Code is PBAW
    When vacancies are created we go for initial data entry.  Transaction Code is PB10  here we assign applicant to advertisement number and personnel officer.
    After this we go for enter additional Data PB40 . If applicant status is Prepare to hire we can transfer applicant data to Personnel Administration , Transaction Code is PBA7 or we can run the personnel Action Hire applicant.
    For time management.  PLease follow the following customizing settings.......
         SPRO  Time Management
         Work Schedules
    1. Define Public Holiday Classes
         SPRO  Time Management
         Work Schedules
    o     Personnel Subarea Groupings
    2. Group Personnel Subareas for the Work Schedule
    3. Group Personnel Subareas for the Daily Work Schedule
         SPRO  Time Management
         Work Schedules
    o     Daily Work Schedules
    4. Define Break Schedules
    5. Define Rules for Variants
    6. Define Daily Work Schedules
         SPRO  Time Management
         Work Schedules
    o     Period Work Schedules
    7. Define Period Work Schedules
         SPRO  Time Management
         Work Schedules
    o     Day Types
    8. Define Day Types
    9. Define Selection Rules
    10. Define Special Days
         SPRO  Time Management
         Work Schedules
    o     Work Schedule Rules and Work Schedules
    11. Define Employee Subgroup Groupings
    12. Define Groupings for the Public Holiday Calendar
    13. Set Work Schedule Rules and Work Schedules
    14. Generate Work Schedules Manually
    15. Generate Work Schedules in Batch
         SPRO  Time Management
         Work Schedules
    o     Planned Working Time
    16. Set Default Value for the Work Schedule
    17. Set Default Value for Time Management Status
    Warm Regards,
    Kapil Kaushal

  • Introduction: Building An Enterprise Portal For Information Access

    Hi all,
    I've installed oracle8.0.5 on Linux Mandrake7.0 successfully but I can't run anything including lsnrctl, svrmgrl, or even sqlplus, it always give me "segmentation fault".
    Does it means that oracle805 and Mandrake binary is not compatible?
    Any one has any idea about this?
    Thanks you very much.
    null

    Hi Chinnu
    I dont have idea about mm procurement but one doubt.
    how do you see mm procurement details in sap system? through transaction code?
    If you are able to see procurement details through tranasaction code in sap mm , you can get procurement detilas into sap portal by creating sap transaction iview.
    Koti Reddy

Maybe you are looking for