Sales Header details + Delivering Plant in a standard SAP table?

Hi
I want to know a standard SAP table that has the Sales Order header details plus the delivering plant.
Let me know if we can have it in any standard tables or do I need to go through the same old VBAK~VBAP link
Edited by: Christino Ronaldo on Jul 31, 2008 4:53 PM

Plz check the Table VIVEDA.

Similar Messages

  • Standard SAP Table for PO Header Text and PO Item Text

    Hi,
    I want to know the Standard SAP Table where the PO Header Text and the PO Item Text are stored.
    Thanks,
    RK

    PO texts are stored in tables STXH and STXL.
    TDOBJECT is EKKO for header texts and EKPO for item texts.
    Just for future reference with regards to getting text id's etc.
    eg: PO texts.
    --> Go into the PO.
    --> Go to the text tab (item or header - depends what u want).
    --> Double click into the required text.
    --> Click the "GO TO" menu option.
    --> click Header.
    and all the info you need is there.
    You need to use function module READ_TEXT. Since lenght of text is variable it is stored in binary format and cannot be read via a table viewer.

  • Is there any standard SAP table which stores the license number assigned to a delivery item

    Hi Experts,
    This is in relation to license number assigned to a delivery item under ‘Export License Log’. Our scenario is for delivery of type NLCC created for an inter-company stock transport order. (i.e.not a sales order case where the license may get copied from sales order to delivery through copy control)
    As we understand, for legal control – relevant scenarios, export license for each item shall be determined afresh every time the delivery is accessed. (Depending on legal regulation, grouping, destination country, export control class, delivery partners vis-à-vis license master customer assignments etc.)
    To print the license text on one of the delivery output types, we want to access the license number for each item. (determined under export license log)
    Our question is:  is there any standard SAP table which stores the license number assigned to a delivery item?
    We have checked some of the license tables (T606*, VAEX, EMXX etc.) but couldn’t get any specific table storing delivery-item-specific license data.
    Helpful answers Text Removed
    Regards,
    Jagan
    Message was edited by: G Lakshmipathi
    Dont add such text in your post

    Hi Lakshmipathi,
    The export control log can be accessed by going to delivery Extras-> Export license log
    We need a table that stores the determined license for each item in a delivery document ( as shown in the below screenshot)
    Regards,
    Jagan

  • Creating a new Search Help on a standard SAP table field?

    Good day, everyone!
    As part of a report I am writing, the customer would like to have Search Help added to the AUFEX field in table AUFK.  They would like this functionality so that when they are changing an order via t-code ko02, they can get a list of valid values to put in field AUFEX.  I would like to tie it to a zTable I've created; in my zTable, I have just 2 fields:  a key value (that will go into AUFEX) and a text description of the key value.  This zTable is used in my report.
    While I've created a Search Help on this table already for table maintenance, I've never added a custom Search Help to an existing standard SAP table field before.  I've done some Googling and other searching to see what I need to know, but I've only been able to find information on Collective Search Helps.  AUFEX doesn't yet have a Search Help field, so I don't think Collective Search Helps is my answer.
    Is this possible?  Can I add a custom Search Help to a standard SAP table field that doesn't have any Search Help linked to it yet?  Is there an existing thread or guide somewhere that can tell me how to do this?
    Thank you!

    Hi
    Yes u can: u can assign the search help to (A) data element livel or (B) field table livel.
    After creating your search help:
    A) Run SE11, insert your data element (AUFEX), press edit and insert the search help in "Search Help" area on DEFINATION tab;
    B) Run SE11, insert your table (AUFK), press edit, place the cursor on your field (AUFEX) and go to GoTo->Search help->for field
    But u should consider it'll mean to change a standard object for both cases: so u need to get the access key from your OSS.
    Max

  • Using Standard SAP Tables in SAP Tables, clusters or functions connections

    Hi Gurus,
    I am trying to use Standard SAP table like MARA, MAKT.. etc. in my crystal designer. When i make a new connection using SAP tables, Cluster or Functions, these tables are not listed.
    Any configuration i have to maintain to list those standard table.?
    With Regards,
    Balachander.S

    Due to performance reasons there is  a limitation regarding the number of the dispplayed table names. Once you are in the connection/table browser select a table and invoke the context menu by pressing the right mouse button. Select Options and in the options panel you can use wildcards in order to limit the results to the desired range (eg. use MA% to get a list of tables starting with MA). After you close the options panel press F5 and expand the connection entry again.
    Regards,
    Stratos

  • Impact of Table Logging on Standard SAP Tables

    Table Logging is not currently active in our system, so if we activate this parameter what will be the impact on system standard tables.
    Please find the below example,
    For some Standard SAP Tables, the table logging is already enabled, but as overall logging is not activated in the system, the logs are not getting saved for these tables as well.
    in the above table the log data changes have been enabled, but as per the below screenshot the overall logging is disabled.
    so, if this is enabled, what impact will it have on the system standard tables.

    Please move this to BW area of SCN, BI platform space is for Analytics/Business Objects platform.

  • Runtime Error while updati9ng a standard sap table - fagl_saplinfo_val.

    Hi,
    I am facing a problem in updating a standard sap table through a z program. The table name is fagl_saplinfo_val.
    Error description is:
    Termination occurred in the ABAP program "ZMIGR_PCA_COPY" - in                   
      "SUB_POST-CUSTOMER_DATA".                                                       
    The main program was "ZMIGR_PCA_COPY ".                                
    In the source code you have the termination point in line 644                    
    of the (Include) program "ZMIGR_PCA_COPY".                                       
    The program "ZMIGR_PCA_COPY" was started as a background job.                    
    Job Name....... "ZMIGR_PCA_COPY"                                                 
    Job Initiator.. "BASAKK"                                                         
    Job Number..... 10485700                                                         
    The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in      
    procedure "SUB_POST-CUSTOMER_DATA" "(FORM)", but it was neither handled locally  
      nor declared in the RAISING clause of its signature.                                
    The procedure is in program "ZMIGR_PCA_COPY "; its source code begins in line    
    631 of the (Include program "ZMIGR_PCA_COPY ".                                   
    Is it related to non availability of space in that standard sap table?
    kindly suggest me the solution to this as soon as possible. Its vvvvv urgent!!!
    Regards,
    Panchali.

    Thanks Lakshman!
               I debug the program.There is no BDC used update.In this program after taking the data from excel sheet one internal table is prepared and this internal table is directly used to insert data into z table.This is the last code which executes.
      INSERT zmmpoamend FROM TABLE t_zmmpo_amend_tab.
      IF sy-subrc EQ '0'.
        MESSAGE 'Data Upload Successfully completed' TYPE 'S'.
      ELSE.
        ROLLBACK WORK.
        MESSAGE 'Data Upload failed ' TYPE 'E'.
      ENDIF.
      CLEAR t_zmmpo_amend_tab.
      REFRESH t_zmmpo_amend_tab.
         Is it possible to configure z table using SPRO tcode,such that this z tables data will go to standard table and then we can see it in the standard tcode?
    I am not sure but it's just a guess.

  • How can i make entry in standard SAP table

    hi all
    how can i make entry in standard sap table.
    ex- lfa1
    without using programming,BDC.

    Hi,
    in the table if u find delivery and maintainance allowed with restrictions in delivery /maintainance tab u can enter data from program only.
    see the below example.
    tables: lfa1.
    lfa1-lifnr = '0878877'.
    lfa1-name1 = 'my name'.
    lfa1-ort01 = 'bangalore'.
    lfa1-land1 = 'in'.
    modify lfa1.
    rgds,
    bharat.

  • IDOC trigger using Z change pointers for standard SAP table

    For IDOC trigger, is using custom change pointers on standard SAP master data tables, a good idea? A seasoned abaper told me "it will mess with the standard" and further told to go with scheduled job.
    So, for example, say that my data for table T001K is updated via transports in PRD and I need to transfer this updated data via IDOC to an external system. Since there is no standard message type for this data, I will create a new one. Further, I will create a new change pointer for table T001K (it already has six fields with their data elements activated for Change Documents). Then I link the message type and the new change pointer. And so on an so forth. I have followed the procedure given here:SAP Tips: A to Z of Custom Change Pointer
    Now, the question is, will this be a good idea to capture data and trigger IDOC? Or a batch program with calls to standard FM to read CDHRD/CDPOS be a more suitable option.
    I need to know if a near instantaneous data transfer (and an effecient one as far as the system performance and reliability is concerned) can be acheived. If there is any other way of doing this, I am not aware of it!
    Any one has any input/experience on this?

    Hi Viktor,
    I think the batch program approach would be a good solution as the by this way you are taking matter into your own hands rather giving control to the SAP framework because you may have to test out the other approach as to how the standard SAP framework is behaving for custom change pointers.
    Thanks,
    Ravi

  • Changing standard SAP tables

    can any one tell me what is the difference between Append Structure and Custom Includes for the purpose of modification in standard SAP tables

    Append structure :
    +Append Structures Locate the document in its SAP Library structure
    Append structures are used for enhancements that are not included in the standard. This includes special developments, country versions and adding customer fields to any tables or structures.
    An append structure is a structure that is assigned to exactly one table or structure. There can be more than one append structure for a table or structure.
    The following enhancements can be made to a table or structure TAB with an append structure:
    · Insert new fields in TAB,
    · Define foreign keys for fields of TAB that already exist,
    · Attach search helps to fields of TAB that already exist,
    These enhancements are part of the append structure, i.e. they must always be changed and transported with the append structure.
    When a table or structure is activated, all the append structures of the table are searched and the fields of these append structures are added to the table or structure. Foreign keys and search help attachments added using the append structure are also added to the table. If an append structure is created or changed, the table or structure assigned to it is also adjusted to these changes when the append structure is activated.
    Since the order of the fields in the ABAP Dictionary can differ from the order of the fields on the database, adding append structures or inserting fields in such append structures does not result in a table conversion.
    The customer creates append structures in the customer namespace. The append structure is thus protected against overwriting during an upgrade. The fields in the append structure should also reside in the customer namespace, that is the field names should begin with ZZ or YY. This prevents name conflicts with fields inserted in the table by SAP.
    If you create an append structure for a table or structure, only those enhancements are allowed that are consistent with the enhancement category of the enhanced table or structure. For more information, see Structure linkStructure Enhancements.
    The new versions of the standard tables are imported after an upgrade, and the fields, foreign key definitions and search help attachments contained in the append structures are added to the new standard tables at activation.+
    Custom include
    These are includes in SMOD Enhancements, any of these appear on database transparent table but also in structure used by FM, BAPI. They are activated in a project and SAP usually provide user-exit or BADI to maintain/Exploit the added fields in the same enhancement..
    e.g: CI_EKPODB in SMOD MM06E005
    Look also at HOWTO:Implement a screen exit to a standard SAP transaction
    Regards

  • How to add a F4 help to a standard sap table field

    HI all,
    I have created a F4 help that gets the value from a custom field. Now i want to add this search help to  a standard table PRPS-USR00 field. but, when i selects the USR00 field and clicks search help button it says 'No Search help exist for this field'. How to Add ? Do i need to get the access key , go in change mode and add it .Will it work. Will this affect any other table if i add this search help.
    regards
    sandeep

    Hi,
    Where do you want to see this seach help which transaction if it is in any custom program then you use the events for F4 or else if it is any standard transaction then there might be any collective search help which you will have to enahance. Let me know the trnaction name and field name.
    Regards
    Tanweer

  • PLM Standard SAP tables

    Hello to all,
    Please tell me PLM SAP (standard Tables ) . i want Change number(AENNR) Stauts.
    Regards,
    vandana.

    Thank u for your Reply gajesh,
    but i want  what is the status of the Change number .
    For Ex.  Change number is   
                                                Change Possible
                                                Change Unnecessary
                                                Change Impossible
                                                Complete Change
                                                Release Change
                                               Incorrect Change
                                               Error Corrected
    how do i kow in what stage is Change Number .???
    Regards ,
    Vandana

  • Copying Batch Characteristics Value from Standard SAP Table Field

    Dear Experts,
    1. While creating a user-defined Batch Characteristics 'CREATED_BY' using ct04,  on the Additional Data tab, I filled  the following fields as follows:  Table Name = MCHA,  Field Name =ERNAM.
    'CREATED_BY' was then assigned to a batch Class TRIMMED (of class type 022).
    TRIMMED  was assigned to a batch managed material ADE245DD.     
    After posting co15 (confirmation of production order) for material ADE245DD, the value in table MCHA & field ERNAM is automatically copied into the Batch Characteristics value field of u2018CREATED_BYu2019  for the generated batch.
    2. But I am unable to achieve the same result when I create another Batch Characteristic with similar settings in the Additional Data tab as follows: Table Name = MARC, Field Name = DISPO.
    After doing co15, the value stored in table MARC and field DISPO does not get copied into the Batch Characteristics value.
    Please what do I need to do in Scenario 2 above to achieve the same result as in Scenario1?
    Regards

    Hi,
    Table and field used in additional data table should be related to the object than only it will work, for e.g. MCHA and ERDAT will work if you create a characteristcis and assign it to class type Batch (022/023) because MCHA table has Batch no. as primary key,
    this implies for using material specific table e.g. MARA , you should use characteristics with class type 001 (Material class) , try using with table MARC also
    Cheers
    Dheeraj

  • Migration SAP BW 3.0 to BW 7: Storageattributes of non-Standard SAP Tables

    Hi,
    I'm a developer and we created transparent tables in SAP BW 3.0 for a custom application.
    We did range partitioning in SE14 for performance reasons.
    My question is: When the system is migrated to a new BW system will the tables be created
    according to the storage parameters we set?
    Systems:
    OS: AIX
    Old BW:
    BW:  BW 3.0b  SAP_BASIS 620 SAPKB62058   (Oracle 9.2.0.7.0)
    New BW:
    BW 7    :(Oracle 10g)
    bye
    yk

    >
    mho wrote:
    > Hi
    >
    > Can you please elaborate more clearly what you are going to do? It looks like you are going to upgrade from Oracle 9i to 10g and also from BW 3.0b to 7.0. Neither of these steps will drop/recreate your tables (generally speaking).
    >
    > Are you doing a migration of the system as well (new hardware or new platform)? If are not recreating your database at one point, your storage attributes should remain untouched.
    >
    > Regards Michael
    Hi Michael,
    yes , it's an upgrade (I asked the responsible  SAP Admin)
    Neither of these steps will drop/recreate your tables (generally speaking).
    I 've worked with IMP/EXP utilities on non-SAP Oracle systems to create my Test/Dev. environments .
    (i.e. I used the EXP from Oracle8i and the IMP from Ora10g to load the data).
    These dumps  contain the table structure/ storage attributes plus data and the other stuff.
    So I got the same physical structures as in the production DB.
    Is it working that way (or similar) ?
    bye
    yk

  • Creating index for standard SAP tables

    Hi!
    What are the advantages and disadvantages of creating addtional indexes for tables with massive amount of data (BSEG, BKPF, COEP, etc...).
    If I create a new index it supposed to make the table access faster, for the cost of hard disk space.
    Am I right?
    Thank you
    Tamá

    Hi,
    Primary and secondary indexes
    Index: Technical key of a database table.
    Primary index: The primary index contains the key fields of the table and a pointer to the non-key fields of the table. The primary index is created automatically when the table is created in the database.
    Secondary index: Additional indexes could be created considering the most frequently accessed dimensions of the table.
    Structure of an Index
    An index can be used to speed up the selection of data records from a table.
    An index can be considered to be a copy of a database table reduced to certain fields. The data is stored in sorted form in this copy. This sorting permits fast access to the records of the table (for example using a binary search). Not all of the fields of the table are contained in the index. The index also contains a pointer from the index entry to the corresponding table entry to permit all the field contents to be read.
    When creating indexes, please note that:
    An index can only be used up to the last specified field in the selection! The fields which are specified in the WHERE clause for a large number of selections should be in the first position.
    Only those fields whose values significantly restrict the amount of data are meaningful in an index.
    When you change a data record of a table, you must adjust the index sorting. Tables whose contents are frequently changed therefore should not have too many indexes.
    Make sure that the indexes on a table are as disjunctive as possible.
    (That is they should contain as few fields in common as possible. If two indexes on a table have a large number of common fields, this could make it more difficult for the optimizer to choose the most selective index.)
    Accessing tables using Indexes
    The database optimizer decides which index on the table should be used by the database to access data records.
    You must distinguish between the primary index and secondary indexes of a table. The primary index contains the key fields of the table. The primary index is automatically created in the database when the table is activated. If a large table is frequently accessed such that it is not possible to apply primary index sorting, you should create secondary indexes for the table.
    The indexes on a table have a three-character index ID. '0' is reserved for the primary index. Customers can create their own indexes on SAP tables; their IDs must begin with Y or Z.
    If the index fields have key function, i.e. they already uniquely identify each record of the table, an index can be called a unique index. This ensures that there are no duplicate index fields in the database.
    When you define a secondary index in the ABAP Dictionary, you can specify whether it should be created on the database when it is activated. Some indexes only result in a gain in performance for certain database systems. You can therefore specify a list of database systems when you define an index. The index is then only created on the specified database systems when activated
    Thanks and Regards
    Arun Joseph

Maybe you are looking for

  • Hidden field value init. by a var in Netscape && MSIE ...

              Hi there,           I have a hidden field specified this way :           <input type = "hidden" name = <%=myName%> value = "<%=myValue%>">           Suppose that myValue is 'Ionut RUSUBOCA'           If I run this with Netscape 4.75 it work

  • How to deactivate one of our computers that has been destroyed by a tornado.

    I have one computer that I have the cloud on and works fine but my other computer got sucked up by the tornado. How do I deativate a computer I don't have in order to put it on a new one.

  • How to disable Skype Wi-Fi?

    Skype WiFi is a very annoying (and potentially expensive) feature and I do not want it. To start with, I am in hotel and every time WiFi is connected, popup appears asking me to use Skype WiFi. How does one completely disables it? There is no option

  • Material Update

    Sir,      When i update material then a massage came out. Massege is                     Posting onily possible in period 2009/02 and 2009/01 in country code  xxxxx Message No. M7053 Diagnosis                   The posting date entered is not within

  • Problem with imovie download from icloud drive

    I recently logged into icloud.com from my windows 7 pc and selected the icloud drive icon. From there, I went into the imovies folder and then uploaded a short mp4 video (44mb) that I had saved on my hard drive.  It was a video taken from an iphone a