Need segment & field from ORDERS05

Hi,
I was trying to find the corresponding segment and field for VBKD-INCO1 [Incoterms (part 1)] from ORDERS05 idoc.
Please help me in this regard.

Hi Ramesh,
Please check segment E1EDK17-LKOND  with QUALF = '001'.
Regards,
Ferry Lianto

Similar Messages

  • Updating 'SEGMENT' field from transaction FB60 using FAGL_DERIVE_SEGMENT

    In our project we are using BADI FAGL_DERIVE_SEGMENT to automatically determine the field 'SEGMENT' from FB60 transaction.
    This problem only occurs when the field 'Segment' has been updated, because upon creation the value is filled and calculated correctly by the BADI. But it seems that on modification, the BADI is not being called, and therefore the field remains unchanged.
    (This only happens in the table control, because when double-clicking on the line we see that the value is correctly updated)
    Does anyone know any OSS note or any solution (maybe another BADI or configuration) to always have the value updated in the table control?
    Thanks in advance!
    Regards,

    Hi John,
    Through inbound IDOC, if the material already exists then material no will also be passed.
    Use WE19. and give the value for MEINS and check in debug mode.
    Regards
    Arun

  • How to delte empty segments/fields from input XML graphical mapping

    Hi
      I would like to delete segments which don have any values in their child segments in graphocal mapping?
    How should i use createif and existsmapping functions for this?
    Edited by: Rajesh on Jun 15, 2009 8:42 PM

    I would like to delete segments which don have any values in their child segments in graphocal mapping?
    How should i use createif and existsmapping functions for this?
    If you want to check if a value if present in a particular node or not then I dont think exists function will help you....exists function will only check if the node is existing or not.....
    <SRC>
    <Node1>
    <Field1>SAP</Field1>
    </Node1>
    <Node2>
    <Field2></<Field2>
    </Node2>
    </SRC>
    If above is your structure on which you want to implement the logic..then as per your req you dont need to have the Node2 as the field(s) within it is not having any value....then you need to implement the below logic:
    Field
                             ----------> equalS ----> Not ---> If...then / createIf ----> Target
    Constant(keep it blank)
    Regards,
    Abhishek.

  • How should i remove the filed of e1p0041 segment field from generated idoc

    Hi Experts ,
           I have a  requirement , whenever an idoc is generated for the particular segment(e1p0041 ) all the fields of infotype should be
      in generated segment , but there is no need of some field like dat01, dat02, in e1p0041 segment .
         but it is only do programmatically .
        Please give an help .
    thanks in advance.
    Venkat

    Hello Raju
    Thank you for your reply.
    Unfortunattely the Field tab doesn't have the Appearance in it.
    The field tab contain only the following Items:
    Type : Image Field
    Caption:
    URL
    Embed Image Data
    Sizing: Scale Image Proportionally
    Presence: Visible
    Locale: Default locale
    There is no item named "Appearance".
    I am using AdobeLiveCycle Designer 8.0
    Version 8.01.3250.1.491864
    Regards
    dstj

  • I NEED THIS FIELD

    Hi,
    I need this field,
    Go to VL02N, Enter Out Bound Delivery,
    After  Menu bar GO TO -
    > HEADER------>TEXTS
    I Need this field FROM HEADER
    if i enter text here and  after save,
    which table data is saved?
    Thanks & Regards,
    Sreedhar.

    Hi
    use this code as example
        select * from STXL where RELID eq 'TX' and
                                        TDOBJECT eq 'VBBK' and
                                        TDNAME eq vbco3-vbeln and
                                        TDSPRAS eq 'EN'.
        if sy-subrc eq 0.
          CALL FUNCTION 'READ_TEXT'
            EXPORTING
              CLIENT                        = SY-MANDT
              ID                            = stxl-tdid
              LANGUAGE                      = stxl-tdspras
              NAME                          = stxl-tdname
              OBJECT                        = stxl-tdobject
            TABLES
              LINES                         = CTXT.
         endif.
    *data text type c length 300 .
         LOOP AT CTXT.
        concatenate    text ' ' ctxt-tdline  into  text .
          PERFORM SET_TEXT_SYMBOL USING: '&LINE_TEXT&' text.
           PERFORM SET_TEXT_SYMBOL USING: '&LINE_TEXT&' ctxt-tdline(100).
                CALL FUNCTION 'WRITE_FORM'
                  EXPORTING
                    ELEMENT  = 'REM'
                    FUNCTION = 'SET'
                    WINDOW   = 'MAIN'
                  EXCEPTIONS
                    OTHERS   = 1.
         ENDLOOP.

  • ?segment n field for VBKD-INCO1 from ORDERS05

    Hi,
    I was trying to find the corresponding segment and field for VBKD-INCO1 [Incoterms (part 1)] from ORDERS05 idoc.
    Please help me in this regard.
    Message was edited by:
            Ramesh Kumar

    Hello,
    Check segment
    E1EDK17 ->qualf ->001 for incoterms part 1(header lever)
    E1EDP17-> Qualf->001(item level)
    Thanks,

  • Segment fields do not get populated from second IDoc onwards.

    This is a xml file to idoc mapping scenario.
    Source XML Structure.                                                                               
    <MT_message type> ( Occurs 1 )                                                     
         <session header> ( Occurs 1)                                                                               
    <session header/>
          < Header >   ( Occurs 1 to unbounded )
                < Document Header > ( Occurs 1 )
                      Currency
                      <Line Item> (occurs 1 ....unbounded)
                      <Line Item/>
                      <Line Item> (occurs 1 ....unbounded)
                       <Line Item/>
                < Document Header/>
          < Header/>
          < Header >   ( Occurs 1 to unbounded)
                < Document Header > ( Occurs 1 )
                      Currency
                      <Line Item> (occurs 1 ....unbounded)
                      <Line Item/>
                      <Line Item> (occurs 1 ....unbounded)
                       <Line Item/>
                < Document Header/>
          < Header/ >
    < MT_messagetype/>
    Each Header tag creates an IDoc of the basic type acc_documnet01.
    This IDoc has a segment E1BPACCR09 which is repeated for every ocurrence of line item in the header.
    Lineitems -
    > E1BPACCR09.
    The currency field in this segment comes from the currency field in the documnet header tag of the source xml structure.All other fields are mapped from Line items tag of XML source structure.
    When i test the mapping,with the exact source structure as above,
    2 IDocs are output, (for two header tags)
    First IDoc -: For two line items in XML source , 2 E1BPACCR09 are created in IDoc and the currncey field is mapped correctly.
    Second IDoc-: For two line items in XML source, 2 E1BPACCR09 are created in IDoc but the currncey field is not mapped at all neither does the currency fieldname appear with null value in the output IDoc.
    Can someone help me with this issue?
    Himani
    Edited by: Himani Pandey on Jul 10, 2008 5:10 PM

    Hey
    You need to use copyValue standard function,to repeat the source side to occur as many times as receiver side.else it will populate only the first occurence not after that
    Thanx
    Aamir

  • IDOC- ORDERS05 Sales Order modification - Sales Order number (segment/field)

    Hi Guru,
    I´m using IDOC Basic type: ORDERS05 /Message type: ORDCHG for the sales orders modification: I' m testingo the Inbound
    IDOC using WE19 transaction, to fill manually the corresponding fields:  Do you know where should I load the Sales order (segment + field )
    to be modified with this IDOC?
    Thanks in advance!
    Ad

    Hi Adil
    Use any outbound idoc of same idoc type and process it using WE19. Inorder to do that you need to exchange the partner number and port and also click on `Standard Inbound`button in WE19 screen. You may not be sucessful in first attempt but give it a try

  • Need to get the values from "Signed" field from PDF form.

    Hi,
    This is Dinesh. I am PHP Developer. My issue is "I am not able to get the value of "signed" field from the PDF form when the form has been submitted.". I want to get the Digital Signature value of that field and i need to store it in the DB.
    Please help me here Or Please forward this issue to any of the PHP developer who solved this issue and let me know.
    Thanks & Regards
    Dinesh

    Hi Vikas,
    you can use this badi MRM_WT_SPLIT_UPDATE, the method will be WHTAX_SPLIT_UPDATE
    in this badi please see the importing and exporting parameters, you will get the  values of withholding tax code  as TE_RBWS in export parameters.
    Please search in google or SCN you will get how to use it.

  • HELP!  JOB ON THE LINE-  Need to import fields from one document to another document

    In a nutshell I have a set of documents and we now have a new structure for those documents. Either I have to cut and paste all the data from one to another or figure out how to import fields to another document.
    I have two documents. Both are different but require the same information. Basically I need to have one file with fields import specified fields from another document. Ex., Name on document 1, I need the file to know to get the Name field on document 2 and import it into the specified field on document 1. I will have multiple fields that need to do this importing. I REALLY NEED TO FIGURE THIS OUT B/C I HAVE A TON OF DOCUMENTS THAT NEED TO BE COMPLETED.

    If you are talking about the field structure, not the content that Bernd commented on, make a copy of the document with the fields. Open the file and use replace pages to replace the pages with the new document layout. After you have replaced the pages, you will have to select the field tools and move the fields to the proper location. If the form was made in Designer, I am not sure of the process. There is likely a similar process in Designer, but I don't use Designer and can't comment. You may have to go to the Designer forum in such a case, unless other Acrobat users here can help.

  • Removinga field from the segment which is already released

    Hi Folks,
        I have created a custom segment & released it. But later when I want to remove a field from it I'm not able to do so. I tried to cancel the release of the segment & then make the required changes but while tried to cancel the release I'm getting an error saying "Error while resetting release of segment ZDATA_BASIC_SEG". Kindly let me know how could I remove the field from this segment. For your information the current release of our system is 700 & the release of segment is also 700.
    Thanks & Regards,
       santosh

    Hi Santosh,
    As you said, current release of your system is 700 & the release of segment is also 700.
    I tried to test the possible errors during the release of the segment. Please have a breakpoint in the program LEDIJF05 in the form CHANGE_CLOSE_SEGDEF.  The error could be mismatch with the previous definition of the segment, where the release is not equal to 700.
    Message Id : EA, msg no 259.
    Please check.
    Hope this helps.
    Regards,
    Satish Kanteti

  • I need below fields at my selection screen.From which table we can find the

    Sales Org > only one selection field
    Division > only one selection field
    Channel > from u2013 to fields
    Sales Office Channel > from u2013 to fields
    Sales Rep Channel > from u2013 to fields
    User ID of the CSR Channel > from u2013 to fields
    Customer Channel > from u2013 to fields
    Material Channel > from u2013 to fields
    Date: Channel > from u2013 to fields
    I need these fields at my selection screen.From which tables I find these things.I need this logic also.

    I need help

  • Need to copy a custom field from sales order to billing document

    Hi All,
    I have a requirement, I need to add a new field in the sales order header part and even a field in the billing document, once i add this field up in both the documents in the header part i need to create a copy routine using the VOFM tran, can any body help me on what's the procedure to add a field in billing document and does the copy routine transfer the data ( Custom Field ) from Sales Order to the Billing Document, if yes can somebody help me with the procedure on how to and code of it.
    solved it myself ....
    Regards.
    Message was edited by: seshi
            seshi

    Hello,
    Regarding item 1, is it in the region of the global links (ie logout, home, preferences, etc.)? If not, have you tried creating a link via personalizations to the region you wish to have the link displayed (item type = link, destination = fully qualified name of your .xml page/region?
    Regarding item 2, you may have to create the custom subtab programatically using the controller for the region of the current subtab layout.
    Regarding item 3, you can also add a submit button to the page button bar region via personalizations. You can then add any logic you want to the button in the controller for the page.
    Hope this helps.

  • I need to add a single field from with_item table . need to write select query with reference to company code , account doc no , fiscal year

    I need to add a single field from with_item table . need to write select query with reference to company code , account doc no , fiscal year

    Hi Arun ,
    Can you explain little bit more ??
    what is account doc no? 
    what are the transactions should be displayed in your output??
    -Rajesh N

  • New Tab in WBS Elements & need to pull fields from Std SAP Tab to the New

    Hi All,
    I would like to create a new TAB in WBS Element & I need to pull fields from Basic data tab,Origanization Tab,Control Tab & user Fields Tab  to the New Tab.
    Basically my clients wants to see all the fields (based on the requirement) in one TAB.So user will directly  go to the Custom Tab & enter the input data & save.
    So Kindly guide me how to proced.I tried WBS Layouts ,but am confused.
    Any ABAP work is required?or can we do it in PS Configuration itself?
    Thanks
    Suresh

    Configuration:
    Project System>Structures>Operative Structures>Work Breakdown Structure (WBS)>User Interface Settings>Layout of WBS Element Detail Screens>Define Layout of WBS Element
    Detail Screens
    Do do something as below:
    Project Profile:000CAP1
    Act Cat:*     
    Tab Page ID: TAB01     
    Tab page Title:Basic Data
    ICON_HEADER
    Details Screen 1: 2 (WBS Element Basic Data)
    Details Screen 1: 5 (WBS elements, organization)
    Details Screen 1: 8 (WBS Element: User Fields)
    Regards
    Sreenivas

Maybe you are looking for

  • Adobe reader x and xi

    I am currently running Adobe Reader XI on windows 7.  For some reason my developers want to change the default setting of edit/prefences/documents/PDF/a View Mode/View documents in PDF/a mode: from "only for PDF/A documents" to "Never".  Can this be

  • ARD scanner not working and refuses to connect to server

    All of a sudden my ARD stopped working. It has changed the network addresses of the computers I control, scanners do not scan etc. I am also not able to acces anything on my network with it. Any ideas?

  • Xcelsius - How to connect to SQL Server?

    Hi, Can anyone provide me with a step by step guide on how to connect to an SQL server in Xcelsius? I've tried a native XML webservice in SQL Server 2008 with no joy. There is very little about this on google, i have spent hours searching. I am very

  • Problems creating dmp file from script

    Hi, I am running portal 9.0.4.1 on solaris and am trying to create the export dmp file from the downloaded unix script. I use the following command line: gc.sh -mode export -s portal -p <portal schema password) -c <sid> I then accept the default dmp

  • Ibooks keeps crashing on my ipad 3 running ios7

    Hi, i have my ipad 3 running ios 7.01 and ibooks keeps crashing. I have sheet music i need to read when I perform ...today!! Can anyone help!! Many thanks!!