Add (name of bill-to-party )column in f-58 (form: F110_IN_AVIS)

Hi, I'd like to ask ..how to show the name of Bill-to-party (add column) in the form F110_IN_AVIS in f-58
I'm confuse about it.
i just know REGUP-XBLNR is the invoice no...that i can trace the bill-to-party no and trace name.
but should I need to write a program to get this form. (don't use its build-in program).
do i have any other ways ..that just need to modify the form only?
hope and Thx for your help

Hi Soobhany Parvez,
Please let me know if the update will be carry out successfully as currently I'm not very sure on steps involved on your side:
1. VA02 & goto the Partners tab at the header level.
2. Select the ship-to party by highlighting the row & click on the 'Business Partner Master Data' button (next to determination log button) which is located at the bottom of the screen.
3. System should display 'General Data' of the Customer Master screen. Click on the 'Display->Change' button & proceed with updating the changes then follow by clicking the Save button.
4. Changes is updated if you recheck from sales transaction.
If the above is not the same you have experience, do not hesitate to let me know & I'm interested to find out the steps you have taken to check further.
Hope this help. Thanks.
Best regards,
HC.

Similar Messages

  • Add bill-to party in billing due list

    hi,
    pls advice how to add bill-to party in billing due list
    thanks

    hi,
    I can confirm that there is a limitation to the selection criteria (like
    salesoffice) in these transactions, because (SD Index: Billing Initiator
    (VKDFS)) does not have such field.
    A solution for this requirement can look like this (example with
    sales office and sales group for RV60SBAT):
       add with an append the new field(s) on table VKDFS
        (take care about the customer name space ZZ*)
       fill the fields ZZVKBUR and ZZVKGRP with userexit LV05IF0V
    for Orders
           FORM USEREXIT_VKDFS_SORTKRI_SALES.
            VKDFS-ZZVKBUR = LVBAK-VKBUR.
            VKDFS-ZZVKGRP = LVBAK-VKGRP.
           ENDFORM.
    for Deliveries
           FORM USEREXIT_VKDFS_SORTKRI_DEL.
            VKDFS-ZZVKBUR = LLIKP-VKBUR.
            VKDFS-ZZVKGRP = LLIKP-VKGRP.
           ENDFORM.
       copy the report RV60SBAT in the customer name space and add
        the new fields as selection criteria
    get all customer numbers wich orders to be invoiced
          SELECT * FROM VKDFS WHERE FKTYP IN X_FKTYP
                              AND   VKORG = VKOR1
                              AND   FKDAT BETWEEN FKDAT AND FKDAB
                              AND   KUNNR IN X_KUNNR
                              AND   FKART IN X_FKART
                              AND   LLAND IN X_LLAND
                              AND   VBELN IN X_VBELN
                              AND   SORTKRI IN X_SORTK
          > ins               and   zzvkbur in vkbur
          > ins               and   zzvkgrp in vkgrp  .
    I hope this information can be of some help.
    Regards,
    Murali

  • Add Ship-to-party and Bill-to-party

    Hi,
    I want to know how to get the data for Ship to and bill to party address.
    Is that data stored in database tables?
    Thanks & Regards
    Santhosh

    Yes...in VBPA table you will get all the related partners for a sales order...
    for customer they will be stored in KNVP table..etc
    Then take the customer and go to KNA1.. there you will get name..etc.. if the data is not sufficient take ADRNR from KNA1 and go to ADRC.
    Message was edited by:
            Rama Jyothi

  • Add Bill to party number in ISA sales order

    Hi Experts,
    We got a requirement to add bill to party to the sales order.How can we do this?
    Thanks in Advance.

    Hi kausahl,
    Thanks. I called the fm in the prepare method.
    CALL FUNCTION 'CRM_ORDER_MAINTAIN'
    EXPORTING
      IT_OPPORT_H                   =
      IT_LEAD_H                     =
      IT_ACTIVITY_H                 =
      IT_SALES                      =
      IT_PRICING                    =
      IT_PRICING_I                  =
      IT_PRIDOC                     =
      IT_ORGMAN                     =
      IT_SHIPPING                   =
      IT_ACTIVITY_I                 =
      IT_PRODUCT_I                  =
      IT_BATCH                      =
      IT_FINPROD_I                  =
      IT_STRUCT_I                   =
      IT_CONFIG                     =
      IT_PAYPLAN                    =
      IT_PAYPLAN_D                  =
      IT_CUSTOMER_H                 =
      IT_CUSTOMER_I                 =
      IT_SERVICE_H                  =
      IT_SERVICE_I                  =
      IT_SERVICE_ASSIGN             =
      IT_QUALIF                     =
      IT_APPOINTMENT                =
      IT_TEXT                       =
      IT_SCHEDLIN_I                 =
      IT_PARTNER                    =
      IT_SERVICE_OS                 =
      IT_REFOBJ                     =
      IT_SUBJECT                    =
      IT_CANCEL                     =
      IT_CANCEL_IR                  =
      IT_CANCEL_DATES               =
      IT_STATUS                     =
      IT_BILLPLAN                   =
      IT_BILLING                    =
      IT_ORDPRP_I                   =
      IT_ORDPRP_I_D                 =
      IT_ORDPRP_OBJL_I_D            =
      IT_CUMULATED_I                =
      IT_SERVICEPLAN_I              =
      IT_SERVICEPLAN_IE             =
      IT_PRICE_AGREEMENTS_BBP       =
      IT_PRICE_AGREEMENTS_CRM       =
      IT_CONFIG_FILTER              =
      IT_AC_ASSIGN                  =
      IT_SURVEY                     =
      IT_EXTENSION                  =
      IT_ACTIVE_SWITCH              =
    IMPORTING
      ET_EXCEPTION                  =
    CHANGING
      CT_ORDERADM_H                 =
      CT_ORDERADM_I                 =
      CT_INPUT_FIELDS               =
      CV_LOG_HANDLE                 =
      CT_PARTNER_ATTRIBUTES         =
      CT_DOC_FLOW                   =
    EXCEPTIONS
      ERROR_OCCURRED                = 1
      DOCUMENT_LOCKED               = 2
      NO_CHANGE_ALLOWED             = 3
      NO_AUTHORITY                  = 4
      OTHERS                        = 5
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    But how to give these i/p parameters according amit's post.i am little confude with that code.
    can you pls tell me what parameters to pass?
    Thanks in Advance

  • Getting Bill-to-party email address and name from a sales order

    Are there any FMs to get the bill-to-party email address and name? I looked into SD_PARTNER functions but was not quite sure which one to use ( even SD_PARTNER_ADDRESS_GET did not seem to have email address in it).
    Please suggest me any FMs if they are already available or the master table from which these can be retrieved.
    Thank you in advance.

    Hi Suzzi,
    Use BAPI FM for the same.
    Best Regards,
    Flavya

  • Compare Server Names in Excel sheet from column1 with column 2 and exact matched server names should be saved in column 3 in same Excel sheet

    Hi Guys,
    First of all thanks in advance any help much appriciated.
    I am new in scripting and excel, i am looking for below solution as my job requires daily work of this kind and i came to know by automating this work lots of time can be saved.
    Compare Server Names in Excel sheet from column1  with column 2 and exact matched server names should be saved in column 3 in same Excel sheet.
    Looking solutions first using excel i.e.vlookup itself so that it will not require any approval in my job else using powersell ,vbscript.
    Once again Thanks for you guys.
    /Regards
    Nitesh24in

    Hi Edward,
    Thanks once again
    I have only changed excel file path and after that this is saved as below , i am not sure which three lines should be together in one line. Please advise.
    $excel = New-Object -ComObject Excel.Application
    $Workbook = $excel.Workbooks.Add("F:\NewDocsToReadNitesh26-May2013\Excel\test.xls")
    $WorkSheet = $Workbook.Worksheets.Item(1)
    $WorkSheet.Activate() | Out-Null
    For ($i=1;$i -le $worksheet.UsedRange.Rows.Count;$i++) {
       If ($worksheet.cells.item($i,1).value2 -eq $worksheet.cells.item($i,2).value2) {
          $worksheet.cells.item($i,3).value2 = $worksheet.cells.item($i,1).value2
    }$Workbook.Save()$excel.Quit()[System.Runtime.InteropServices.Marshal]::ReleaseComObject([System.__ComObject]$excel) | Out-Null
    Thanks and Regards
    Nitesh24in

  • How to add name from text file to jtable?

    hello all,
    how to add name (string) from the notepad file(.txt) into jTable rows.
    I am not able to add it.
    try {
                 FileInputStream fis = new FileInputStream("Devices/Devices_Lst.txt");
                 BufferedReader br = new BufferedReader(new InputStreamReader(fis));
                 String line = null;
                 Vector data = new Vector();
                 line = br.readLine();
                 while ( (line = br.readLine()) != null)
                    int rowCount1 = nmsTable.getRowCount();
                    for(int i=0;i<rowCount1;i++)      
                        myTableInit();  // it initialize the table
                       /* nmsTable.setValueAt(i+1,i,0);
                        Table.setValueAt(line,i,1);
                        Table.setValueAt(" ",i,2);
                        Table.setValueAt(" ",i,3);
                        Table.setValueAt(" ",i,4);
                        Table.setValueAt(" ",i,5); */
                        int rowNo = nmsTable.getRowCount();
                        row.addElement((rowNo+1));
                           //row.addElement(ipText.getText()+"-"+nameText.getText());
                           row.addElement(line);   
                           row.addElement((String)" ");
                           row.addElement((String) "");
                           row.addElement((String) "");
                           row.addElement((String) "");      
                            row.addElement((String) "");      
                            rows.add(row);                                     //rows is the Vector for table row.
                            Table.addNotify(); 
                  br.close();
                 if possible give me some examples.
    thank you.

    For every row you need to create a new Vector and add the data to that Vector. Then the Vector is added to the TableModel.
    If you add 6 items to the single Vector, then you will get 6 columns. So you need to create 6 Vectors and add a single item to each Vector and therefore you will end up with 6 rows with 1 column of data.

  • Bill to party field

    Hi Gurus,
    I am trying to pull BP details on the delivery output. Can anyone tell me the logic and the field name and details to find out the BP no: and address.
    Regards,
    Rajesh

    Dear Rajesh,
    With the help of ABAPer.
    You can try with KNVP table for Bill to party details with respect the ship to party.
    From KNVP table you can pick the bill to party for that ship to party which is available in the delivery.
    Regarding bill to party address you need check with ADRC table.
    From the ADRC table you can get the address for that bill to party.
    I hope this will help you,
    Regards,
    Murali.

  • Bill to party should be pulled from ship to party.

    Hi
    I have scenario in which I want to pull bill to party from ship to party and not from sold to party in sales order. Business requirement have one sold to party say A . This sold to party has 4 ship to party say B,C,D,E.  Every ship to party has one Bill to party respectively say L,M,N,O.  This scenario is only for one customer and not for all. When ship to is entered in the sales order it should give options to select the bill to party .
    I want to know the config steps alongwith the name of the user exit (if it is required for)
    Thanks in advance.
    James.

    Before answering this question, I would like to thank Lakshmipathi for his compliment and James for this interesting scenario.
    Lets say your new ship to parties are 90 & 91.
    Lets say your new bill to parties are 110 & 111.
    So your new requirement is when you enter ship to party 90 or 91, bill to party 110 or 111 has to be determined from sold to party.
    Am I correct? That's how I understood your question(If this is not you are not looking for, please advise).
    In case yes, you  could do the following.
    In your sold to party record, partners Tab, enter the details of your new ship to parties and bill to parties.
    In sales order, enter ship to party and system would pop a box listing bill to parties. You can select one of the bill to parties.
    Once selected, system would populate sold to party record field.
    This is happening because when you enter ship to party record in sales order, system accesses sold to party from ship to party. Once it accesses sold to party, it lists bill to parties available in this sold to party record.

  • Sold to party and bill to party

    hai,
    We made customer as sold to party and we group to bill to party. So all the bills were made to bill to party via sold to party. Now can we take outstanding sold to party level instead of Bill to party? Can any one give the suggestion for this.
    govind.

    Add the partner function SP in VV31 for that Billing type.
    G. Lakshmipathi

  • New condition price depending on bill-to-party counrty

    Hi everybody,
    We are trying to create a new sales condition price that depends on the bill-to-party country. But we can't get it. The only country we can use is the Ship-to party country. Every country we select in the table for the condition refers to the Ship-to party country, not to the Bill-to party country.
    Who can help me?
    Thanks in advance

    Hi
    <b>You can add new field to field catalog with u r required  field , Then create condition table using that new field as follows..</b>
    <b>To add field into Field catalogue:</b>
    For example if you want to use field PSTYV ('Sales document item category') that is included in structure KOMP ('Pricing Communication Item') as a key for a condition table.
    When you create a condition table (Transaction V/03), however, the system does not propose the field in the field catalog.
    Prerequisites:
    For technical reasons, field PSTYV was included in structure KOMP, however, not in structure KOMG ('Allowed Fields for Condition Structures').
    To solve the problem, proceed as follows:
    1. Call up the ABAP Dictionary (Transaction SE11) and create data type ZZPSTYV. Choose PSTYV as a domain.As a short text, you can use, for example, 'ZZ - sales document item category' and as a field label, you can use the field labels of PSTYV.Save, check and activate your entries.
    2. Call up structure KOMPAZ in the ABAP Dictionary (Transaction SE11) in the change mode and make the following entry:
    Component   Component type
    ZZPSTYV     ZZPSTYV
    Save, check and activate the change you made.
    3. Note:Because of the change in structure KOMPAZ, field ZZPSTYV is now known in structures KOMG and KOMP because structure KOMPAZ is included in both structures.
    4. Call up Transaction SPRO. Navigate to 'Sales and Distribution -> Basic Functions -> Pricing -> Pricing Control' and execute 'Define Condition Tables'. Choose 'Conditions: Allowed fields' and include ZZPSTYV as a new entry.
    5. Note:Now you can use field ZZPSTYV as a key field when you create a condition table Axxx.
    6. Supply the new field you defined by including the following source code line in USEREXIT_PRICING_PREPARE_TKOMP:
                  MOVE xxxx-PSTYV TO TKOMP-ZZPSTYV.
    In order processing you find the user exit in Include MV45AFZZ, and in billing document processing you find it in Include RV60AFZZ.
    Consider that you can also use this note as a help if you want to use other customer-specific fields as key fields in a condition table.For header fields, use structure
    KOMKAZ instead of structure KOMPAZ and USEREXIT_PRICING_PREPARE_TKOMK instead of USEREXIT_PRICING_PREPARE_TKOMP.
    For more information, see Transaction SPRO via the path 'Sales and Distribution -> System Modifications -> Create New Fields (Using Condition
    Technique) -> New Fields for Pricing' and Note 21040.
    <b>
    To  creating a condition Table:</b>
    1) There are almost all the regularly used Conditon Table predefined in the system from 001 to 500.
    See what best you can use the Standard Tables to avoid further errors.
    2) In case you should define the new condtion Table,
    a) Goto TCode: V/03
    b) Give a Table any number from 501-999
    Press execute and reach to next screen.
    c) Check up whether  the field you are looking is already added in Field catalogue.
    d) Double click on the fields you want to make a Table..one by one. Note that the sequence here is important in higher hierarchical to lower..
    Eample : Sales Org, DC, Division, Customer and then Material etc..,
    e) After selecting, click on the Techincal View buttin (redone) and reach to next screen.
    7) Check which key  should be in header and which key should be footer. Use check and uncheck functionalities there..
    8) Once you are through with all the above steps ..click on generate button.
    Check the Table is generated or not.
    You can check it at V/04 or V/05 or in SE11.

  • Bill-to Party option in VF31 TCODE

    Hi All,
    Is it possible to have Bill-to Party option in VF31 TCODE.
    There is one requirement to add Bill to party in the selection criteria.
    Thanks,
    Sam

    Hi Sam,
    As it is a standard program (SD70AV3A), i think we cannot change/edit. May be with the help of ABAPer  you can do it.
    regards
    rama krishna

  • Dunning letter based on Bill-to-party

    Hi,
    We have a custom smartform for Dunning letter which is a copy of a standard one.It is being triggered by BTE.
    We have an incoming structure 'mhnd' which is populated based on sold to party and picks up all the outstanding documents pertaining to it.The dunning letter is issued to the sold to party customer.
    The function module (FI_PRINT_DUNNING_NOTICE_SMARTF)trigggered by the event has mhnd already populated and is passed in the tables parameter.
    Now the requirement is to pick the data based on bill to party and issue it to that customer.
    How can we change the data in mhnd based on bill to party?
    Replies appreciated.
    Regards,
    Blessy

    Hi
    You don't need to change the print because sold to party and bill to party are both customer for FI, so u need only to know the right customer code.
    Max

  • How to add a column in Item Master form with chooselist

    Hi Experts
    I add a column in Item Master Form in Stock Data Tab. In this column I want to add Choose list. For this I use AfterFormLoad event. It gives Error "Matrix Line Exist" . My code is given below
    If pVal.FormType = "150" Then
                    form = B1Connections.theAppl.Forms.GetForm(150, pVal.FormTypeCount)
                    form.PaneLevel = 3
                    oItem = form.Items.Item("28")
                    oMatrix = oItem.Specific
                    Dim chooseObj As ChooseListClass
                    chooseObj = New ChooseListClass
                    chooseObj.AddChooseFromListBinCode(form.UniqueID)
                    oColumns = oMatrix.Columns
                    oColumn = oColumns.Add("BINCODE", BoFormItemTypes.it_EDIT)
                    oColumn.Width = 100
                    oColumn.DataBind.SetBound(True, "OITW", "U_BINCODE")
                    oColumn.TitleObject.Caption = "Def BinCode"
                    oColumn.Editable = True
                    oColumn.ChooseFromListUID = "CFL5"
                    oColumn.ChooseFromListAlias = "U_BinCode"
                    oColumn = oColumns.Item("U_BINCODE")
                    oColumn.Visible = False
                End If
    please give your suggestion
    Regards
    Jitender

    Hi Noor
    Thanks for reply
    I tried your suggestion but problem still there. I am using after form load event. Here matrix has 9 lines (all warehouse). If remove the line then how can I reload warehouse data. Can you suggest in more detail.
    my code is given below
    form = B1Connections.theAppl.Forms.GetForm(150, pVal.FormTypeCount)
                    form.PaneLevel = 3
                    oItem = form.Items.Item("28")
                    oMatrix = oItem.Specific
                    MsgBox(oMatrix.RowCount)
                    oMatrix.DeleteRow(1)
                    Dim chooseObj As ChooseListClass
                    chooseObj = New ChooseListClass
                    chooseObj.AddChooseFromListBinCode(form.UniqueID)
                    oColumns = oMatrix.Columns
                    oColumn = oColumns.Add("BINCODE", BoFormItemTypes.it_EDIT)
                    oColumn.Width = 100
                    oColumn.DataBind.SetBound(True, "OITW", "U_BINCODE")
                    oColumn.TitleObject.Caption = "Def BinCode"
                    oColumn.Editable = True
                    oColumn.ChooseFromListUID = "CFL5"
                    oColumn.ChooseFromListAlias = "U_BinCode"
                    oColumn = oColumns.Item("U_BINCODE")
                    oColumn.Visible = False
                    oMatrix.AddRow(1)
    Thanks
    Waiting for reply
    Regards
    Jitender

  • Ship to party,Bill to party, payer, sold to party not shown in partners Tab

    Hi,
    Kindly note that Ship to party,Bill to party, payer, sold to party not shown in partners Tab.
    Eventhough SP,SH,BP,PY are assigned to customer KU only.
    And we have assigned Partner Functions ot account Group.
    Still Ship to party,Bill to party, payer, sold to party not shown in partners Tab
    Please help.
    Regards,
    Rajkumar.C

    Hi
    Please check the following setting once again in spro > sales and distribution > baisc function > partner determination > For customer master
    1. check for partner determination procedure AG , if you have created a new one then please check whether it is there in the list.
    2.Select the AG and then check for whether the partner function has been made mandatory in the procedure or not.
    tick mark  SP, BP,SH,PY , since Sold to party should not be allowed to change so mark it as Not Modifable
    3. partner determination procedure assingment for the account group. AG should be assinged to your account group
    4. Account Group Function assingment - Make sure your all the partner function SP,BP.PY.SH has been assinged to the Account group here.
    Thanks
    RB

Maybe you are looking for