Move field to VBKD

Normally sales order pick payment terms from Customer master by
     moving ZTERM-KNVV   (Payment term from sales area data) to ZTERM-VBKD
But we suppress payment terms of sales area data in customer master.
and want that sales order should pick payment terms from company code data.
i.e.   Move ZTERM-KNB1 ( payment terms company code data) to ZTERM-VBKD
Can anybody give me a full process how to do this.

Hi Friend,
  Try to check out this link and confirm : http://scn.sap.com/message/14134942
Hope this will you in some what.
Regards,
Kundan

Similar Messages

  • How to move field symbol internal table to internal table with header line?

    Dear all,
    hi...hereby i would like to ask how i can move field symbol internal table to a internal table?
    as i know field symbol internal table is without header line..
    so, may i know how to do this....to move field symbol internal table to internal table which consist of header line and field and record will same as field symbol internal table...in additional, my field symbol internal table is dynamic table mean everytime will have flexible columns..?
    Please advise...
    Thanks
    Regard,
    ToToRo.
    Edited by: @ToToRo@ on Aug 20, 2009 6:16 AM

    Hello,
    Try this way:
    If both the type of internal tables are same then you can directly assign dynamic internal table to static internal table.
    itab = <itab>.
    Suppose you have field symbol internal table <itab> which is different in structure from ITAB.
    Now, you can create <wa> as follow:
    FIELD-SYMBOLS <wa>.
    DATA wa TYPE REF TO DATA.
    CREATE DATA wa TYPE LINE OF <itab>.
    ASSIGN wa->* to <wa>.
    This way your work area is read.
    Using [ASSIGN COMPONENT|http://help.sap.com/saphelp_nw04/helpdata/EN/fc/eb3923358411d1829f0000e829fbfe/content.htm] syntax you can read required component of <wa>.
    Finally you can use that value to load static internal table.
    You can also refer to my thread on [Dynamic table|Re: Creating Dynamic table].
    Hope this helps!
    Thanks,
    Augustin.
    Edited by: Augustarian on Aug 20, 2009 10:06 AM

  • QA32 or QA11 - reason for movement field enable to QA32 ,inspection screen

    Hi friends,
    while doing goods receipt MIGO 101 quality stock. material document posted.
    i added field(Reason for movement ) for 101 mov type.
    When i want try at QA32 for quality to blocked stock i need to enter reason for blocked stock like pending or waiting for approval.
    here system not appeare reason for movement field in QA32 screen.
    how to enable reason for movement at QA32 inspection stock screen.
    Edited by: sivasankar cherukuri on Jul 7, 2010 11:53 AM

    Issue closed. my self

  • Move Field symbol data to Internal table

    Dear All,
                     Please suggest how to move field symbol data to internal table. The requirement is I have dynamic data in Field symbol which to move to table parameter of a function module.
    Thanks in Advance
    Rams.

    Dear All,
                    In need to pass tabular data  i.e. multiple entries from field symbol to the table parameter of the custom function module.
    Field symbol is declared as below:
    FIELD-SYMBOLS: <FS_EXCEL_TAB> TYPE STANDARD TABLE,
                                 <FS_TABLE_HEADER> .
    DATA WA_PD LIKE PRICE_DOWNLOAD.
    APPEND <FS_TABLE_HEADER> TO <FS_EXCEL_TAB>.
    CLEAR <FS_TABLE_HEADER>.
      WA_PD-VKORG = <FS_EXCEL_TAB>-VKORG.u201D Problem while using this statement
      APPEND WA_PD TO PRICE_DOWNLOAD.
       CLEAR WA_PD.
    Field symbol <FS_EXCEL_TAB>  is populated like this.
    VKORG | KUNNR_SH | KUNNR_SP |
    0015      | 102105       | 102105       |
    Now I need to move this data to table in tables parameter of custom fucntion module.
    Thanks in advance,
    Rams

  • Want know a table name in which material movement field exits

    hi,
    if any know the table name which contains "material movement" field and  ("vendor number" or any vendor related field)

    Material movements are in tables MSEG and MKPF.
    Regards,
    Rich Heilman

  • ?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,

  • Move fields from one table to another

    Hi,
    I would like to move fields from one internal table into corresponding fields of another internal table.
    move-corresponding syntax seems only to work with structures. How do you accomplish this for internal tables? Do I have to use for loops?
    regards
    Baran

    Yes you have to use loops and move-correspoding statements unless you have all the common fields in the same order on both internal table and no different fields to the left most.
    eg:
    data: begin of itab1 occurs 0,
             field1 type i,
          end of itab1.
    data: begin of itab2 occurs 0,
             field1 type i,
             field2(1),
          end of itab2.
    do 5 times.
    itab1-field1 = sy-index.
    append itab1.
    enddo.
    itab2[] = itab1[].
    loop at itab2.
    write:/ itab2-field1.
    endloop.
    The above code would give you some idea.
    Regards,
    ravi

  • Copying Fields from one PDF to an Updated PDF - can't move fields on destination pdf

    I'm using Word as the authoring software for a PDF.  In version 9, I never had problem copying fields from one to another.  But in Version 11 I copy them to the new revised form and the fields won't move.  I can't move them with the mouse or the keyboard arrows.  I do see a bunch activity in the right pane called fields (tab order) but the fields don't move.
    Any help understanding why and how to solve is greatly appreciated.
    Thanks in advance for your time and experience.

    Highlight all the fields with CTRL +A, click on properties, and uncheck "Locked"  in the bottom left.

  • Move Field from Stacked Canvas to Tab Canvas

    Forms R2 10.1.2.0.2. Adding tab canvas to an existing form and want to retrofit a tab canvas into the form. When I move an existing field via the property sheet by changing Canvas and Tab page to Page, the field does not show. I can create a new field on the tab canvas with no problem. Is there a trick here that I am missing?

    I figured it out. You have to reset the X & Y position with an offset of the 0,0 position. The Tab Canvas has it own Grid separate from the Main Canvas, which starts at 0,0. I should have seen it before creating this post.

  • Move fields from Custom Tab to Standard Tab.

    Hi all,
       I have created one field through EEWB.The NewField is Displaying In the new tab 'CUSTOM TAB' Now i want to move this field to standard tab. I am using CIC0 tcode ( Service Contract ) pls. help me ....for moveing fields from one custom tab to standard tab.
    Thanks Inadvance,
    Siva Kumar.B

    Hi Siva,
      I think you need standard modification to do it.
    Regards.
    Manuel

  • Move Field  (MARA-KOSCH) to MVKE

    Hello All ,
    Need your help in this issue ,
    Product allocation determination procedure ( MARA-KOSCH ) is available in Material Master data 1 screen , we want to move it to MVKE table and Sales Data 1 view .
    Can anybody let me know how to do it
    Regards
    Saurabh

    MM17 is for Mass Maintenance of Material List. So, I dont Think we can add Fields like MKVE-KOSCH.
    Its not Possible.
    Regards,
    Ashok

  • Move fields

    Hallow I have a little problem that I spend a lot of time to solve it with out answer .my problem is that I have id.number NUMC 9 and pernr NUMC 8 .I wont in my loop to move id.number to pernr with out the last number ex. Id number 123456789 I wont perner 12345678 the problem is that in some time I have id number that with 5  or 6 number like 12345 and I wont perner 1234 (cut the last number) how can I do that I try it with 3 solution but it not work well u can see it with asterisk. Thanks for your answeres
    DATA : v_strlen TYPE i.
      DATA : w_length TYPE i.
    w_length = STRLEN( itab-id_number ).
    w_length  = w_length - 1.
      DATA:  i_stell  TYPE i , n_stell(8) TYPE n.
    *--table with data from file(csv)--
      LOOP AT itab1.
        SPLIT itab1 AT ',' INTO:
          itab-id_number
          itab-hagbla
          itab-date_open_hagbla
          itab-date_start_hagbl
          itab-date_stop_hagbla
          itab-date_open_hamora
          itab-date_close_hamor.
       i_stell = itab-id_number.
       n_stell = i_stell.
       itab-pernr = n_stell.  <b>solution1</b>*  this bring zero before number ex.id 12345 perner 00012345
       itab-pernr = itab-id_number+0(8).    <b>solution2</b>
       itab-pernr = itab-id_number+0(w_length). <b> solution3</b>
        APPEND itab.
      ENDLOOP.
    <b></b>

    Hi Antonio,
       I guess solution 3 should work for you, what are you getting values of itab-id_number and w_length.  You are keeping w_length out side the loop , keep that w_length inside the loop and check.
    Hope that will work and will solve your problem.
    reward points if it is solved your problem.
    DATA : v_strlen TYPE i.
    DATA : w_length TYPE i.
    w_length = STRLEN( itab-id_number ).
    w_length = w_length - 1.
    DATA: i_stell TYPE i , n_stell(8) TYPE n.
    *--table with data from file(csv)--
    LOOP AT itab1.
    SPLIT itab1 AT ',' INTO:
    itab-id_number
    itab-hagbla
    itab-date_open_hagbla
    itab-date_start_hagbl
    itab-date_stop_hagbla
    itab-date_open_hamora
    itab-date_close_hamor.
    i_stell = itab-id_number.
    n_stell = i_stell.
    itab-pernr = n_stell. solution1* this bring zero before number ex.id 12345 perner 00012345
    itab-pernr = itab-id_number+0(8). solution2
    <b>
    w_length = STRLEN( itab-id_number ).
    w_length = w_length - 1.</b>
    itab-pernr = itab-id_number+0(w_length). solution3
    APPEND itab.
    ENDLOOP.
    Use code with bolded in side the loop.
    Regards,
    Kiran I
    Message was edited by:
            kiran i

  • Move fields in bseg table

    Hi
    Below is my bseg table data. My requirement is  if   line item 1 of zuonr is space i want to get this value from line 2 of kunnr.
    BUKRS   BELNR        GJAHR    BUZEI    ZUONR      KUNNR
    7063       0140951570  2009       001
    7063   0140951570 2009  002   0000017017         0000055555
    my output will be
    BUKRS   BELNR        GJAHR    BUZEI    ZUONR      KUNNR
    7063       0140951570  2009       001   0000055555     
    7063   0140951570 2009  002   0000017017         0000055555

    Hi Kumar,
    Define one more table (itab2) of same structure.
    Loop at 1st table.
    Itab2-bukrs = itab1-bukrs.
    Itab2-belnr = itab1-belnr.
    Itab2-gjahr = itab1-gjahr.
    Itab2-bezei = itab1-bezei.
    If itab1-zuonr = space.
    Itab2-zuonr = itab1-kunnr.
    Else.
    Itab2-zuonr = itab1-zuonr.
    Endif.
    Append itab2.
    Endloop.
    Hope this will help you.
    Best Regards,
    Deepa Kulkarni

  • How to get custom field value in vbkd table using "SD_SALESDOCUMENT_CREATE" bapi

    Hi Experts,
    Need your help . In one program Iam using SD_SALESDOCUMENT_CREATE bapi .
    i/p for my report is am excel.
    excel is having  below formatt.
    To create salesdoc we are using SD_SALESDOC_CREATE bapi.
    but After execution of the program we are unable to find the ZZFV_SBCNT (which is custom  field) in VBKD w.r.t salesdocument.
    Need your help what we need to do to reflect the value in vbkd table.
    Here temp will contains the data from excel
    1)
    FORM f_move_header_data .
       wg_header-doc_type            = wg_temp-auart .                   "Order type
       wg_header-sales_org           = wg_temp-vkorg .                   "Sales Organization
       wg_header-distr_chan          = wg_temp-vtweg .                   "Distribution Channel
       wg_header-division            = wg_temp-spart.                    "Division
       wg_header-sales_off           = wg_temp-vkbur .                   "Sales Office
       wg_header-sales_grp           = wg_temp-vkgrp .                   "Sales Group
       wg_header-purch_no_c          = wg_temp-bstnk .                   "Customer purchase order number
       wg_header-pymt_meth           = wg_temp-zlsch  .                  "Payment Method
       wg_header-zzychan_role        = wg_temp-zzychan_role_i.           "Channel Role
       wg_header-zzysub_role         = wg_temp-zzysub_role  .            "Submitter Role
       wg_header-zzy_inv_for_opt     = wg_temp-zzinv_format  .           "Invoice Format Optio
       wg_header-ord_reason          = wg_temp-augru  .                  "Order Reason Code
       wg_header-bill_block          = wg_temp-faksp.                    "Billing Block
       wg_headerx-doc_type            = c_set .                   "Order type
       wg_headerx-sales_org           = c_set .                   "Sales Organization
       wg_headerx-distr_chan          = c_set .                   "Distribution Channel
       wg_headerx-division            = c_set.                    "Division
       wg_headerx-sales_off           = c_set .                   "Sales Office
       wg_headerx-sales_grp           = c_set .                   "Sales Group
       wg_headerx-purch_no_c          = c_set .                   "Customer purchase order number
       wg_headerx-pymt_meth           = c_set  .                  "Payment Method
       wg_headerx-zzychan_role        = c_set.                    "Channel Role
       wg_headerx-zzysub_role         = c_set .                   "Submitter Role
       wg_headerx-zzy_inv_for_opt     = c_set .                   "Invoice Format Option
       wg_headerx-ord_reason          = c_set .                   "Order Reason Code
       wg_headerx-bill_block           = c_set.                    "Billing Block
    ENDFORM.                    " F_MOVE_HEADER_DATA
    2)
    FORM f_move_item_data .
       wg_item-itm_number          =   g_itmnumber.                              "Item number
       wg_item-material            =   wg_process-matnr .                        "Material
       wg_item-target_qty          =   wg_process-target_qty.                    "Targeted Qty
       wg_item-item_categ          =   wg_process-pstyv.                         "Sales document item category
       wg_item-zzylegal_i          =   wg_process-zzlegal.                       "Legal Contract
    **********Added this line for vbkd-ZZFV_SBCNT****************************
       wg_item-zzfv_sbcnt          = wg_process-zzfv_sbcnt.      
    APPEND wg_item TO i_item.
    wg_itemx-material            =   c_set .                        "Material
       wg_itemx-target_qty          =   c_set.                         "Targeted Qty
       wg_itemx-item_categ          =   c_set.                         "Sales document item category
       wg_itemx-zzylegal_i          =   c_set.                         "Legal Contract
       wg_itemx-zzsteady_date       =   c_set .                        "Amortization Start Date
       wg_itemx-zzsteady_end_dat    =   c_set.                         "Amortization Stop Date
    **********Added this line for vbkd-ZZFV_SBCNT****************************
       wg_itemx-ZZFV_SBCNt     =   c_set.   "
       APPEND wg_itemx TO i_itemx.
       CLEAR : wg_itemx. 
    endform. 
    3)           
    FORM f_move_head_ext
    wg_extension-structure   = c_ext_vbak.
       wg_ext_vbak-zzinv_format = wg_temp-zzinv_format.
    wg_ext_vbak-zzychan_role = wg_temp-zzychan_role_i.
       wg_ext_vbak-zzysub_role  = wg_temp-zzysub_role.
       wg_extension+30 = wg_ext_vbak.
    APPEND wg_extension to i_extension.
    CLEAR wg_extension.
       wg_extensionx-structure =  c_ext_vbakx.
       wg_ext_vbakx-zzinv_format = c_set.
      wg_ext_vbakx-zzlegal      = c_set.
       wg_ext_vbakx-zzychan_role = c_set.
       wg_ext_vbakx-zzysub_role  = c_set.
       wg_extensionx+30 = wg_ext_vbakx.
       APPEND wg_extensionx TO i_extensionx.
       CLEAR wg_extensionx.
    ENDFORM.                    " F_MOVE_HEAD_EXT
    *&      Form  F_MOVE_ITEM_EXT
    *       Item Extension
    4)
    FORM f_move_item_ext .
    * Structure for BAPI parameter Extension
       wg_extension-structure = c_ext_vbap.
       wg_ext_vbap-posnr      = g_itmnumber.
       wg_ext_vbap-zzsteady_date       =   wg_process-zzsteady_date .                 "Amortization Start Date
       wg_ext_vbap-zzsteady_end_dat    =   wg_process-zzsteady_end_dat.               "Amortization Stop Date
       wg_ext_vbap-zzlegal             =   wg_process-zzlegal.                        "Legal Contract
       wg_extension+30 = wg_ext_vbap.
    APPEND wg_extension to i_extension.
    * Structure for BAPI parameter Extension - Update Indicator Fields
       wg_extensionx-structure =  c_ext_vbapx.
       wg_ext_vbapx-posnr = g_itmnumber.
       wg_ext_vbapx-zzsteady_date       =   c_set .
       wg_ext_vbapx-zzsteady_end_dat    =   c_set.
    *  wg_ext_vbapx-zzlegal             =   c_set.
    *wg_process-zzfv_sbcnt = c_set.
       wg_extensionx+30 = wg_ext_vbapx.
       APPEND wg_extensionx TO i_extensionx.
       CLEAR wg_extensionx.
    and bapi calling is like below.
    CALL FUNCTION 'SD_SALESDOCUMENT_CREATE'
         EXPORTING
           sales_header_in       = wg_header
           sales_header_inx      = wg_headerx
           logic_switch          = wg_logic_switch
           business_object       = fp_bus_obj
           status_buffer_refresh = 'X'
         IMPORTING
           salesdocument_ex      = g_sorder
         TABLES
          return                = i_return
           sales_items_in        = i_item
           sales_items_inx       = i_itemx
           sales_partners        = i_partner
           sales_conditions_in   = i_cond
           sales_conditions_inx  = i_condx
           sales_text            = i_text
           extensionin           = i_extension
         extensionex           = i_extensionx.
    still we are not getting ZZFV_SBCNT value in VBKD table w.r.t created salesdoc(g_sorder)
    Please help me from this issue.
    Thank You..

    Hi,
    Please let me know how to add custom fields in the characteristic list, My clients wants department and profit center grouping.
    Please tell me how to solve it..
    Thanks & Regards,
    Reena..

  • Move Corresponding Fields

    Hi
    I would like to move fields from a structure that has the following fields
    data Struc1 type table1.
    Fields:
    BUKRS
    WAERS
    MENGE....
    (similarly another 50 such fields)
    into another structure that has following fields,
    data Struc2 type table2.
    Fields:
    ZZ_WAERS
    ZZ_MENGE
    ZZ_BUKRS
    The data elements linked to the fields in both the structures would be the same. Move-Corresponding will not work as the field names do not match... also the order of the fields in both the structures do not match
    What is the easiest way to do this task other than moving each field one at a time?
    Can I apply any field symbols concept here... please let me know

    Hi Grame,
    if you want to create a generic solution, you can use RTTI Runtime Type Information to determine the datatype of the components in both structures. Then you could create assignments for equal types in source and target structure.
    This could work as long as you do not have more than one component of the same data type (data element) in the structures.
    Something like
    FIELD-SYMBOLS:
        <data1> TYPE ANY,
        <data2> TYPE ANY.
      DATA:
        lo_typedescr1 TYPE REF TO cl_abap_typedescr,
        lo_typedescr2 TYPE REF TO cl_abap_typedescr.
      DO.
        ASSIGN COMPONENT sy-index OF STRUCTURE itab1 TO <data1>.
        IF sy-subrc NE 0.
          EXIT.
        ELSE.
          DO.
            ASSIGN COMPONENT sy-index OF STRUCTURE itab2 TO <data2>.
            IF sy-subrc NE 0.
              EXIT.
            ELSE.
              lo_typedescr1 = cl_abap_typedescr=>describe_by_data( <data1> ).
              lo_typedescr2 = cl_abap_typedescr=>describe_by_data( <data2> ).
              IF lo_typedescr1 =  lo_typedescr2.
                <data2> = <data1>.
              ENDIF.
            ENDDO.
          ENDIF.
        ENDDO.
    I have some doubts about performance if you do this for every table line. It will be better to do it once, keep the results in some kind of internal assignment table and use it in the loop. For this I don't write the code, thats your homework
    Regards,.
    Clemens

Maybe you are looking for

  • Why do I have to run a  doc.saveAs() prior to Inserting, Deleteing, or Extracting pages?

    MY SETUP: I'm using folder level javascripts.   In Acrobat I have the 'enable menue items javascript execution privledge' enabled,  In my actual folder level scrips I have them wrapped in a trusted function along with app.beginPriv()/app.endPriv().  

  • SAP Query - Adding new fields to SAP query

    Hi experts, I got an issue to work on SAP query. I have Transaction code and need to know the infoset to add additional two fields to the existing output. Please let me know how to find infoset/ Query for the specfic transaction and how to add fields

  • Reg.Calculate Raw material cost(Fabric)+Process cost(semifinished -cutting)

    Dear Friends Please consider our below scenario In AFS, PO is created and stock is maintained in unrestricted (Raw material) and then Production order is created for Cut pcs and Raw material is issued to production order through 261 mvt type next Cut

  • 2.1 Bug with uploaded files?

    Hi, I'm not sure if we're posting bugs to the forum but i'll just post it up here anyway.. I'm using HTMLDB 2.1 running on Oracle Express and uploaded a javascript file (into 'static files') so that i could reference it from a page. My page was worki

  • Syncing with iCal via iTunes fails

    since 3 weeks I'm not able to sync my calendars between my iPhone (3G, iOS 3.1.3) and iTunes (v 10.4.1 for MacOS) and iCal. The iPhone is shown in iTunes, I can start syncing and the progress of the process is beeing shown in iTunes. iTunes also tell