Doubt about VA01 transaction.

Good Afternoon Gurus.
I am a abap and I need understand what button i must click to call screen POSICION in VA01 .
In debug appears POSI like command but I need execute the transaction to debug the popup but I don ´ t know how call the popup.
See image .
What button I have click to call the popup of image?
My SAP is in Portuguese brasilian .
Thanks for help.

The Pop up shows up when the button mentioned by JM is clicked. There is no special functionality of this button, It would just list the line which you enter at the top of the All items box.
Ex. if you have 10, 20 , 30 and 40 line item and key in line 20 at the pop up. line 20 would be first one in the line item box. It is similar to scrolling once to have line 20 displayed as the first line.
I would guess your call transaction or BDC is doing something after displaying the required line at the top of the item details.Just click the button JM says and get your pop up.
Let me know if you need further details.
Regards,
Deb

Similar Messages

  • Doubt about AL11 Transaction.

    Good Morning Experts.
    I have a problem:
    The SAP system of my company work with other system (not sap).
    We have a Z program that send data of sap tables to AL11 Transaction.
    The program of other system is ATLYS and he go to  AL11 and get the data of SAP Tables.
    My problem is:
    The Atlys people says that some records that get by ATLYS dont Show in AL11.
    This records realy dont show in AL11 but they show in SAP Tables.
    1-It´s possible that data in AL11 missing? How?
    What can Happened?
    Thanks For suggestions.

    Hi Ronaldo,
    You may not able to see the whole data on AL11 but this does not mean that the data is not present there. Probably, data that they can see in ATLYS is also fetched and present on AL11 but you are not able to see it.
    Try to save the AL11 data on your local system in excel format or so and check if it is same as ATLYS.
    Regards,
    Sachin

  • Doubt about "Business Transaction"

    Hello Experts,
    On the transaction KE4G, we assign "Business Transaction" to "Characteristic Group". Here goes my question, where does this field "Business Transaction" comes from? it belongs to FI, CO, SD ??  is it a customizable field? a standard one?
    Thanks in advance!
    Regards.
    leandro

    Hi,
    business transaction is a SAP internal information for each posting, its not customizeable. Based on the source transaction it is added to every line item.
    SAP F1 help for this field:
    More than one business transaction can be executed in a system
    transaction. One business transaction may also be executed in multiple
    system transactions.
    best regards, Christian

  • One doubt in VL03N transaction/

    Hi All,
              I have one doubt in VL03N transaction.I am an ABAPer.I don't iknow much about the SD process.My SD consultant has changed the Ship-To-Party addressin customer master but it is not reflecting in the document in VL03N.But when I see in the Environment -> Ship-To-Party i can see the address which we changed.Can anyone suggest the reason behind this difference?

    Hi Saket,
    if u have different ship to party, while creating the sales order u have to sellect the  ship to party. while creating delivery document WRT sales order sys automatically specifies that ship to party. ( i think they have not selected new ship to party at sales order level)
    Regards,
    Gopi

  • Doubt about Bulk Collect with LIMIT

    Hi
    I have a Doubt about Bulk collect , When is done Commit
    I Get a example in PSOUG
    http://psoug.org/reference/array_processing.html
    CREATE TABLE servers2 AS
    SELECT *
    FROM servers
    WHERE 1=2;
    DECLARE
    CURSOR s_cur IS
    SELECT *
    FROM servers;
    TYPE fetch_array IS TABLE OF s_cur%ROWTYPE;
    s_array fetch_array;
    BEGIN
      OPEN s_cur;
      LOOP
        FETCH s_cur BULK COLLECT INTO s_array LIMIT 1000;
        FORALL i IN 1..s_array.COUNT
        INSERT INTO servers2 VALUES s_array(i);
        EXIT WHEN s_cur%NOTFOUND;
      END LOOP;
      CLOSE s_cur;
      COMMIT;
    END;If my table Servers have 3 000 000 records , when is done commit ? when insert all records ?
    could crash redo log ?
    using 9.2.08

    muttleychess wrote:
    If my table Servers have 3 000 000 records , when is done commit ? Commit point has nothing to do with how many rows you process. It is purely business driven. Your code implements some business transaction, right? So if you commit before whole trancaction (from business standpoint) is complete other sessions will already see changes that are (from business standpoint) incomplete. Also, what if rest of trancaction (from business standpoint) fails?
    SY.

  • Doubt about proxies implementation

    hi experts i have small doubt about proxies implementation
    1. if we r implementing client proxies, it means sap r/3(proxy)->>xi->>>file
         system.here where we have to execute the SPROXY  transaction. in sap r/3 or
         in the xi server.and the next thing is where we have to write the report program
         to trigger the interface.in sap r/3 or in the xi server.
    2. if we r implementing server proxies, it means File->>xi->>>sap r/3
        (proxy).here where we have to execute the SPROXY  transaction. in sap r/3 or
         in the xi server.
    please clear me
    Regards
    giri

    Sreeram,
    The Integration Server and the client on which you generate the proxies should not be the same. If they are different then yes, you can use another client in your XI box itself to generate proxies and trigger the call to XI.
    If you see this blog by Ravi ( incidentally he is my boss as well ) this is exactly what we have done as well.
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    When you say XI, you mean the Client on which the Integration Server is running! XI is basically a R3 instance with more functionality and its own Integration Engine.
    Regards
    Bhavesh

  • DOUBT ABOUT MASTER DATA

    Hey guys!!!
    I have a doubt about master data, i need to add an atribute to a master data characteristic, do i have to erase the data to do this or can i add the atribute without erase the data?
    Thanks and Regards!!

    >
    Koundinya Karanam wrote:
    > Hi,
    > You should delete the Master data with SID's first before adding the attribute to that characteristic.
    >
    > Regards,
    > KK.
    KK,
    Thats not true.
    You neednot delete master data to add attributes to a characteristic.
    Additionally, you cannot delete (there are methods to delete which are not suggested) master data in normal way, if there is transactional data for that characteristic.
    Luis,
    You should be able to add attribute to a characteristic without deleting master data, but make sure you load data for the same for values to reflect.

  • Doubt about  Master-Child relationships.

    Hello,
    I've a doubt about master-child relationships.
    Any row in the master table need to has at least one row in the child table. What do I guarantee that?
    Please, any ideas.
    Thnx.

    If im correct you are asking that any row in master table should have a corresponding child record in detail
    (transaction) table.
    WELL , There is no compulsion that the child table should have a record linking to record in master table.
    Master table is not depended on child table. Child table is dependent on data reference on master table.
    Pls note that Master table is independent of the child table ( in terms of data reference only) .
    This doesnt mean that if you want to delete the master records when child records exists. it gives an error in that case.
    check the following example
    SQL> create table master(n number primary key);
    Table created.
    SQL> insert into master values(1);
    1 row created.
    SQL> create table child(t number references master(n));
    Table created.
    Hello,
    I've a doubt about master-child relationships.
    Any row in the master table need to has at least one row in the child table. What do I guarantee that?
    Please, any ideas.
    Thnx.

  • Doubt about  a null value assigned to a String variable

    Hi,
    I have a doubt about a behavior when assigning a null value to a string variable and then seeing the output, the code is the next one:
    public static void main(String[] args) {
            String total = null;
            System.out.println(total);
            total = total+"one";
            System.out.println(total);
    }the doubt comes when i see the output, the output i get is this:
    null
    nulloneA variable with null value means it does not contains a reference to an object in memory, so the question is why the null is printed when i concatenate the total variable which has a null value with the string "one".
    Is the null value converted to string ??
    Please clarify
    Regards and thanks!
    Carlos

    null is a keyword to inform compiler that the reference contain nothingNo. 'null' is not a keyword, it is a literal. Beyond that the compiler doesn't care. It has a runtime value as well.
    total contains null value means it does not have memory,No, it means it refers to nothing, as opposed to referring to an object.
    for representation purpose it contain "null"No. println(String) has special behaviour if the argument is null. This is documented and has already been described above. Your handwaving about 'for representation purpose' is meaningless. The compiler and the JVM don't know the purpose of the code.
    e.g. this keyword shows a hash value instead of memory addressNo it doesn't: it depends entirely on the actual class of the object referred to by 'this', and specifically what its toString() method does.
    similarly "total" maps null as a literal.Completely meaningless. "total" doesn't 'map' anything, it is just a literal. The behaviour you describe is a property of the string concatenation operator, not of string literals.
    I hope you can understand this.Nobody could understand it. It is compete nonsense. The correct answer has already been given. Please read the thread before you contribute.

  • Credit Memo Request creation in VA01 transaction Code

    Hi All,
    Thank You very much in advance for reading this Query.
    My Requirement is we have to create Credit memo Request in VA01 Transaction Code.But I tried to use the standard FM BAPI_SALESORDER_CREATEFROMDAT2 and It is throwing the Error "Unpermitted combination of Business Object BUS2032 and Sales doc.category K".
    So can any one advise me the correct FM to satisfy this requirement.
    Thanks and Regards,
    K.Krishna Chaitanya.

    Hi
    Try this....
    Pass the below data to the fm: SD_SALESDOCUMENT_CREATE.
    SALES_HEADER_IN:
    DOC_TYPE
    SALES_ORG
    DISTR_CHAN
    DIVISION
    STATUS_BUFFER_REFRESH = 'X'
    SALES_ITEMS_IN:
    ITM_NUMBER
    MATERIAL
    TARGET_QTY
    TARGET_QU
    PURCH_NO_C
    SALES_PARTNERS:
    PARTN_ROLE
    PARTN_NUMB
    SALES_CONDITIONS:
    ITM_NUMBER
    COND_TYPE
    COND_VALUE
    CURRENCY
    COND_UNIT
    Hope this helps....

  • Problem in BDC for VA01 transaction TEXTS tab(Upgrading from 4.5b to ECC6)

    Hi All,
    I am working in upgrade project from 4.5b version to ECC6 version.
    I am facing problem in TEXTS tab of VA01 transaction. In earlier version it is a table control containing of Language, Description & First line but, in ECC6 the screen is modified with texteditor, a list box for language key and a Text type at the left.
    Now my problem is how to record this in BDC and how to read the text in the texteditor?
    Thanks in Advance,
    Ravi Kiran.

    Hi Seshagiri,
    In this case i would suggest the use of BAPI if there's no compulsion to use BDC.
    BAPI_SALESORDER_CHANGE                     Sales order: Change Sales Order
    BAPI_SALESORDER_CONFIRMDELVRY
    BAPI_SALESORDER_CREATEFROMDAT1    Sales order: Create Sales Order
    BAPI_SALESORDER_CREATEFROMDAT2    Sales order: Create Sales Order
    BAPI_SALESORDER_CREATEFROMDATA    Create Sales Order, No More
    BAPI_SALESORDER_GETLIST        Sales order: List of all Orders for Customer
    BAPI_SALESORDER_GETSTATUS      Sales Order: Display Status
    BAPI_SALESORDER_SIMULATE       Sales Order: Simulate Sales Order
    try using these for creation or change of orders instead of bdcs.
    hope this helps and revert for more clarifications if any.
    <b>Always reward points to useful suggestions.</b>
    regards,
    Vikas

  • Pricing date and billing date in va01 transaction

    Dear all,
    step 1:   we have sales order of order type IEL1 in our sap system
    step 2: then we do have order type IELB which is called billing request . this is created in va01 transaction against IEL1 sales order type. now here billing document is created.
    at the time creation of billing request (order type IELB) we get data flown in from sales order of type (IEL1).
    now my requirement is that pricing date and billing date needs to be today's date and not the past date which was in sales order.
    please help me in getting current date at the time billing request.
    what is exit or modification i have to do.
    if not clear please let me know.
    thanks
    krishna

    hi,
    in va01 i create a sales order of type IEL1 and as well order type IELB.
    now in our process we create sales order of type IEL1.
    then we create billing request of type IELB with reference to order of type IEL1.
    finally we create invoice in transaction code vf01 against order type IELB.
    THIS is the process we are following.
    thanks
    krishna

  • Condition type check in va01 transaction

    Hi friends,
    I have a requirment.
    in va01 transaction , at the line item level iam entering a  material number and order quantity and  when i press enter i get the corresponding values for that particular line item.
    now iam double clicking on that particluar line item(matnr) and clicking on the conditions tab.
    there in the condtion type i will get what all the condition types are maintianed for that particular line item.
    now my requirment is i need to add another concdtion type manully
    say 'ZABC' and hit enter. the pricing for that particlular contion type 'ZABC' will be Determined.
    Now  can any one tell me in which internal table will i get all the condition type,
    coz i need to do some additional check for the  the manual entry'ZABC'  (condition type ) which i have given .
    which user exit should i use it.
    remember i need user exit for condition type check but not for pricing bsaed on the contion type
    Regards
    Priyanka.

    Hi priyanka
    If you want to Check  then check in the  KOMK and KOMP tables
    As you want to go for user exit use any one of the user exits as per your requirement  USEREXIT_PRICING_PREPARE_TKOMK  or USEREXIT_PRICING_PREPARE_TKOMP
    But can you tell what exactly you want to change and why you want to go for user exits
    Regards
    Srinath

  • Condition records in va01 transaction

    Hi friends,
    I have a requirment.
    in va01 transaction , at the line item level iam entering a  material number and order quantity and  when i press enter i get the corresponding values for that particular line item.
    now iam double clicking on that particluar line item(matnr) and clicking on the conditions tab.
    there in the condtion type i will get what all the condition types are maintianed for that particular line item.
    now my requirment is i need to add another concdtion type manully
    say 'ZABC' and hit enter. the pricing for that particlular contion type 'ZABC' will be Determined.
    Now  can any one tell me in which internal table will i get all the condition type,
    coz i need to do some additional check for the  the manual entry'ZABC'  (condition type ) which i have given .
    which user exit should i use it.
    remember i need user exit for condition type check but not for pricing bsaed on the contion type
    Regards
    Priyanka.

    EDI1                                   EDI2                              EDI3
    CONTROL
    DATA    1
        cond class            B                                  B                                   A
        calculat type          C                                  C                                  B
        condition category  J                                  W                                  W
    i have tick the follwoing check boxes in CHANGES WHICH CAN BE MADE 
                             amount/percent                   amount/percent           amount/percent                           
                             item condtion                      item condtion              item condtion
                             delete                                 delete                        delete
                                                                                    calculate type

  • Can we Subscreen 8460 instead of 8459 in the VA01 transaction 'Add. Data B'

    Hi All,
    Can we use Subscreen 8460 instead of 8459 in the VA01 transaction 'Additional Data B' tab.
    Because....
    Some developments are already done in 8459 Subscreen, and we do not want to disturb those developments in subscreen 8459.
    Instead Can I use 8460 Subscreen, for new requirement.
    Please advice.
    Thanks,
    Jaffer Ali.S

    its all depends on your business requirement. ask your functional.

Maybe you are looking for

  • Do i need to upgrade to mountain lion from snow leopard first to use setup assistant?

    to copy my hard drive via firewire from my old macpro to my new mac pro?

  • TCODE for MAP of Raw material

    Dear Gurus, What is the transaction code to know the MAP of Raw material for a particular date. Means current I can view in the material master. But say if I want to view the MAP as at back date then what is the TCODE. With Regards, Amit.

  • Group Currency In BCS

    HI, We have  group currency is USD. There are  some company codes whose company codes currency is also USD. Insuch cases how do we get the group currency field filled for these company codes as USD, since unless we fill the group currency we cannot c

  • PS CS6 froze when using smudge tool. Will I lose my edit?

    PS CS6 froze when using smudge tool. Will I lose my edit?  Is there any way to get it to respond without a force quit? And how can I avoid having PS stop responding every time I am using the smudge tool? I shut down all other applications, browsers,

  • Windows Vista 32-

    I have installed Zen Vision:M on my laptop running under Windows Vista. Everything workes fine but when I want to close Windows Media Explorer, the program is blocked. I cannot close it properly.Somebody can help me out with this problem? Thank you.