T.code on PO list

Hello, Is there ant t.code on PO list with below data? (I tried ME2L, ME2M )
Period:
Date of the request, who made it, who approved.
Purchase order: Date, Order Number, who made it.
Status: closed or open.

Is there ant t.code on PO list with below data? (I tried ME2L, ME2M )
> Period:
> Date of the request, who made it, who approved.
> Purchase order: Date, Order Number, who made it.
> Status: closed or open.
Hi Gupta,
You can achieve this with a simple Query build. You can pull the required data in a LDB and obtain the desired field values.
You can do this in SQ03(Create User Groups), SQ02 (Build Infoset) and SQ01(Query from User Group)
Revert if need more!
Shiva

Similar Messages

  • T.Code for viewing list of customers of particular account group - Reg

    Hi,
    Can anyone suggest me T.code to view list of customer of particular account group?
    IS there any other method to view the list of customers in a particular account group?
    Please, it is an urgent requirement.
    Rewards sure
    Regards,
    SP.Balaji
    Message was edited by:
            balaji soundarapandian

    Hi Sai Srinivas,
    Already solved it and thanx for your help
    Regards,
    S.P.Balaji

  • T.code wise IDoc list

    Hi,
    Can we get T.code wise IDoc list...
    rgds,
    balu

    Hi,
    Plz check the sequence of trasaction codes that are required for idoc.
    Sequence of transaction already done
    1.BD54(Create Logical Systems on Sender & Reciever),
    2.SALE(Assignment of Logical System to client on Sender & Reciever)
    3.SM59(To create RFC destination on Sender only)
    Outbound settings:
    1.WE31(Create Segments),
    2.WE30(Create IDOC types),
    3.WE81(Creation of Logical Message type),
    4.WE82(To attach message type and idoc type),
    5.BD64(To create a distribution model),
    6.WE20(To create Partner Profile).
    7.WE21(To create Ports)
    Write Program to Trigger Idoc from Sender Side.
    Inbound settings:
    1.WE31(Creation of Segments)
    2.WE30(Creation of IDOC Objs)
    3.WE81(Creation of Message Types)
    4.WE82(TO link Message Types and Idoc Type Objs)
    5.WE42(To Create Process Code)
    6.BD67(To attach FM to Process Code , On saving it goes to BD51 directly)
    6.1 BD51 (To Configure FM as per input)
    7.WE57(Assign. of FM to Msg Type and IDOC Type)
    8.WE20(To create Partner Profile)
    Write code for accepting data from IDOC send by sender . This has to be written in FM source tab with appropriate inport fields
    and export fields .
    Tips: The name of message type , idoc type , segment type and logical systems name on both sides should be same.
    Hope this helps you.
    <removed_by_moderator>
    thanks,
    dhanashri.
    Edited by: Julius Bussche on Aug 13, 2008 4:21 PM

  • Way to find transaction code - if not listed in system-- status

    Hi friends
    way to find transaction code - if not listed in system--> status
    ex:
    spro- sd - sales -sales documents- sales document item -define item categories
    I didn't find T-code for this path from <b>system -->status</b>
    Please let me know the ways to find out exact T- codes.
    Thanks
    Prasad

    Hi Prasad, once you are in
    spro- sd - sales -sales documents- sales document item -define item categories,
    go to Additional Information-> Additional Information -> Display Key -> IMG Activity
    this will show you a code, in this case SIMG_CFMENUOLSDVOV7
    take last four caracters, this is transaction code: VOV7.
    Please reward if you find this useful.
    Regards,
    Efren

  • Add Jurisdiction Code to field list in CN41

    Hello,
    Anyone knows how to add Jurisdiction Code to field list in CN41  ?
    Thank you very much for your help.
    Best Regards
    Michael

    Hello Chandra,
    Sorry to reply you in late.
    In CN41, when i click on project object, then in control data, i can see Jurisdiction Code.
    What i would like to know is if it is possible to add that Jurisdiction Code in customizing to be able to sort it out with other fields when i choose fields (F5) in order to print them.
    My Best
    Michael

  • Standard T Code to release list of sales orders in 'Delivery Block'

    Dear All,
    Is there any standard transaction code in SAP which provides the facility to release list of sales orders in 'Delivery Block'. (Additional information - List of sales orders in 'Delivery block' is available in V.14,however it does not have release facility).
    For example, VKM3 gives the list of sales orders in 'Credit block' with release facility.On the same lines, is there any standard T code or any other facility in standard SAP which provides the facility to release list of sales orders in 'Delivery Block'.
    Thanks and Regards,
    Zahid

    As already suggested, if you execute VA14L you can see all sale orders that are blocked at
    -  header level
    -  item level
    -  credit check
    Wherever you see "X" under the tab Header level, double click on the respective sale order, so that system will take you to sale order in change mode.  You can remove the header level delivery block and save.
    thanks
    G. Lakshmipathi

  • Reqd. T-code in which list of customers display with CIN Details

    Dear All,
    Is there any t-code in which the List of Customers with cin details Display?Like the MKVZ,
    this is the t-code for List of Vendors Display.
    Thanks,
    Sumit.

    Dear Sir,
    I have found another t-code VCUST  for customer detail but in this CIN DETAILS are not there.
    so pls. suggest something...
    Thanks,
    Sumit.

  • T-code for plant list SAP R/3 system

    Hi,
    Can you tell me from which t code we can get a list of plants with their creation year.Any standard report will also do if exist in sap.
    Thanks and regards,
    Neha Agarwal

    OX10 - Plant definition. Please, search before posting.

  • Plsql code in select list

    My query is :
    I am having table name room list which contain the information about rooms with
    sitting capacity
    name of rooms are fetch in select list :P1_ROOM_NAME which return the Room id to hidden item
    :P1_ROOM_ID which is used for the third Select :P1_NO_OF_PARTICIPANTS
    i am getting error in populating :P1_NO_OF_PARTICIPANTS
    NO DATA FOUND AND I AS INVALID VARIABLE
    I know No data found is due to :P1_ROOM_NAME IS NOT SELECTED FIRST
    on page load.
    Any Idea for the query of :P1_NO_OF_PARTICIPANTS
    sample data and queries used
    create table room_list
    ( room_id number,
      room_name varchar2(100),
      sitting_capacity
    insert into room_list values(1,'a',3);
    insert into room_list values(2,'a',1);
    :P1_ROOM_NAME
    SELECT ROOM_NAME AS D,ROOM_ID AS R
    FROM ROOM_LIST
    For Select List i used
    :P1_NO_OF_PARTICIPANTS
    Cascading lov used item P301_ROOM_ID
    DECLARE
    l_sitting_capacity varchar2(50);
    begin
    SELECT SITTING_CAPACITY into l_sitting_capacity
    FROM ROOM_LIST
    WHERE ROOM_ID=:P301_ROOM_ID;
    FOR I IN 1..l_sitting_capacity
    loop
    RETURN
    'select i as display ,i as return
    from dual';
    end loop;
    end;

    ReemaPuri wrote:
    My query is :
    I am having table name room list which contain the information about rooms with
    sitting capacity
    name of rooms are fetch in select list :P1_ROOM_NAME which return the Room id to hidden item
    :P1_ROOM_ID which is used for the third Select :P1_NO_OF_PARTICIPANTS
    i am getting error in populating :P1_NO_OF_PARTICIPANTS
    NO DATA FOUND AND I AS INVALID VARIABLE
    I know No data found is due to :P1_ROOM_NAME IS NOT SELECTED FIRST
    on page load.
    Any Idea for the query of :P1_NO_OF_PARTICIPANTS
    Isn't that the wrong way round? Shouldn't the number of participants be identified first, so that the selection can be restricted to rooms with at least that capacity?
    sample data and queries used
    create table room_list
    ( room_id number,
      room_name varchar2(100),
      sitting_capacity
    insert into room_list values(1,'a',3);
    insert into room_list values(2,'a',1);
    :P1_ROOM_NAME
    SELECT ROOM_NAME AS D,ROOM_ID AS R
    FROM ROOM_LIST
    For Select List i used
    :P1_NO_OF_PARTICIPANTS
    Cascading lov used item P301_ROOM_ID
    DECLARE
    l_sitting_capacity varchar2(50);
    begin
    SELECT SITTING_CAPACITY into l_sitting_capacity
    FROM ROOM_LIST
    WHERE ROOM_ID=:P301_ROOM_ID;
    FOR I IN 1..l_sitting_capacity
    loop
    RETURN
    'select i as display ,i as return
    from dual';
    end loop;
    end;
    This code is completely nonsensical. The capacity of the room selected is retrieved, then you attempt a loop using that as the number of iterations, but the loop contains a RETURN statement that will exit the loop and terminate execution of the block on the first iteration. Finally, the value returned is the text of an invalid query on the DUAL table (there is no DUAL.I column...)
    WHAT are you trying to do here?

  • Report that displays 'z'program,t-codes,user-ids,list of clients

    Hi everyone
    i have a requirement.
    i need a report that displays all t-codes,all zee programs,all the user-ids,all the clients logins available and status of hotpack application i.e. ABAP,SD,FI/CO,MM and others.
    i know that all t-codes are in table TSTC  and user-ids in USH02, USH04, USR01, USR02, USR03.
    for the rest do suggest me the tables.
    if anyone know the answer pls do reply.
    Regards
    Venkat
    will reward with points and thanks in advance.

    hi,
    the table that store all zprograms with their user id's is TRDIR.
    in the selection screen if u specify the zprogram name and  user id.
    if u specify user id u will get the list of programs that were done by the particular user.
    please reward me if helpful.
    thanks,
    gupta.

  • Tax code and price list not appear automatic

    Hi My Dear,
    i work in R12.1.1 (solution beacon)
    -I assigned tax out classification code to an item from the master item,when navigate to sales order and enter the item,the tax code dose not joined with item ,it should be selected from the LOV
    - also I linked the price list to a specific customer and an order type ,when navigate to sales order header and select the customer and order type the price list dose not appear automatic
    i should click on the price list field to appear.
    thanks

    Check the defaulting rules for the order/order line.

  • PO release codes in report/list

    Hello,
    Is there any Purchse order report/list, where we can see the release status's. For eg if there are two level release codes applicable to a purchase order (L1 & L2) , can we see the release code and whether released or not ?
    I know there is a way to restrict PO's based on dynamic selections of ME2N, but we require the actual relase code and status.
    Regards,
    Devendra

    Hi,
    You can the desired report through t/code: ME2L / ME2M , after executing the report go the change layout & select the Release code / release status field. Release staus field will be appear like , if first release is done , the status will come as X or if second release done, the it will come XX.  And from release indicator field , you can get the code release code .
    Regards,
    Raghunath

  • Ask t-code for PO list

    Hi, All,
    Is there a t-code that will show a PO by lines, goods receipts and invoice receipts?
    Thanks

    Hi,
    For goods receipts exists
    In tcode ME2N enter the purchasing org,plant or your reqyuired data .In selection parameter enter the parameter you want for example WE102 -Goods receipt exist .This will provide you the list of goods receipts for seleected period.
    I am not sure about the invoice receipt
    Reagdrs,
    Nitin Amritkar

  • Is my code a Linked Lists or not?

    Hello everyone,
    [I hope I am in the right forum]
    I am trying to learn how to implement Linked Lists with Java. I have written a small code and I would appreceate it a lot if any one would be kind enough to check if this code is really a linked list.
    I tried to make a list with 3 nodes, with no helping methods for adding and removing nodes. Just a simple example. This is my code:
    public class myList{
         public static final long serialVersionUID = 24362462L;
         //node pointer important to define private, so not share same value
         private myList pointer;
         //node data
         private String nodeData;
    public static void main(String args[]){
    //Give memory to nodes
    myList Node1 = new myList();
    myList Node2 = new myList();
    myList Node3 = new myList();
    //Make Node1
    Node1.pointer = Node2;//give value to pointer
    Node1.nodeData = "Hi i am data contained in Node 1.";
    //Make Node2
    Node2.pointer = Node3;
    Node2.nodeData = "Hi i am data contained in Node 2.";
    //Make Node3
    Node3.pointer = null;
    Node3.nodeData = "Hi i am data contained in Node 3.";
    //Display Data
    System.out.println(Node1.nodeData);
    System.out.println(Node2.nodeData);
    System.out.println(Node3.nodeData);
    //Display pointers
    System.out.println("Hi this is Node2 ==============>:"+Node2);
    System.out.println("This is the value of pointer of Node1:"+Node1.pointer);
    System.out.println("Hi this is Node3===============>:"+Node3);
    System.out.println("This is the value of pointer of Node2:"+Node2.pointer);
    }//main
    }//class
    /***** OUTPUT ***** OUTPUT ***** OUTPUT ***** OUTPUT *****
    Hi i am data contained in Node 1.
    Hi i am data contained in Node 2.
    Hi i am data contained in Node 3.
    Hi this is Node2 ========================>:myList@16f0472
    This is the value of pointer of Node 1 ==>:myList@16f0472
    Hi this is Node3 ========================>:myList@18d107f
    This is the value of pointer of Node 2 ==>:myList@18d107f
    Press any key to continue...
    Thank you very much,
    JMelsi

    Happy to advise. Here we go. :)
    Firstly, you'll want to post your code in code tags. They make your code more legible, thus making it easier and therefore more likely that someone responds. ;)
    Second, it would be more appropriate for class names (such as "myList") to start with an upper-case letter (such as "MyList"). Additionally, the class in question does not represent a whole list but instead a node, so you might want to call it "MyListNode" or something similar.
    Strictly speaking, your code is definitely that of a linked list of nodes. For example, one could print all of the contents in your list with code like this:
    myList node = ...; // assign to the first node
    while (node!=null) // as long as there is a node
        System.out.println(node.nodeData); // print the data in this node
        node = node.pointer; // move on to the next node
    }Note that, in the above code, I didn't have to know how many nodes were in your list or have any references to them beforehand. :) That's the power in the data structure you're creating.
    Enjoy!

  • Applet returns unspecified Error code 6A 95, List of default error codes?

    Hello everyone,
    I have very strange problem. I have loaded and installed my own applet in my java card. Everything works perfect, but in one function I obtain not OK response but 6A95. I have specified my own error code but 6A 95 is not in this list.
    What error 6A 95 means?
    Exist some list of all default error codes? If yes, where can be viewed?
    I was looking also to GPcardSpec document and I don't found the error code 6A 95.
    Please help me, in this strange situation.
    Thank you!
    regards,
    Milanatik

    For anyone looking, the GlobalPlatform card spec has a list of error codes in the section on command APDU's
    - Shane

Maybe you are looking for

  • How do I restore my MacBook Pro to an earlier date?

    I installed an updated version of a program I had been running for over a year now.  I have had a lot of trouble since installing the update, and would like to restore my MacBook Pro to a date that is prior to installing said update.

  • JVM Signature

    Hi all, The company I'm working for would like to have an inventory of all JVM installed on client desktop. For this we do have an asset management tool to detect the programs installed on desktop machines. In ordre to detect programs, this asset man

  • I am unable to install adobe flash reader..

    pls let me know what is the reason. thanks

  • Split WD Components from a DC

    Hello, I must to migrate some WD Java projects from 7.0 to 7.3; I can migrate all of them, except one. This DC has 11 WD Components (some of them quite big size); there are no errors within and I should deploy it and test it. The problem becomes when

  • Iphone 4 5.0.1 Music deleted and App crash

    I was listening to music today and all of a sudden my phone shuts off and I turn it back on with all the music gone except one folder of a band I listen too but there is no music in it, and everytime I search for music in the music app it crashes and