'Assignment of list profile for shipping due list'. TCode: VL10CUA

At VL10C, there is 'User Role' tab. How can I change the value at 'Role' field? Where does assignment of this Role can be done?
In other words: 'Assignment of list profile for shipping due list'. TCode: VL10CUA
Thanks in advance.
Edited by: Hikmet Akcali on Jan 31, 2008 4:36 PM

hello, friend.
when you are inside the User Role, click on "Role".  then click on the change mode button (eyeglass/pencil icon).
select a line item and click on details (magnifying lens icon).  in the next screen, you can check or un-check fields, or select options from drop down menus.
regards.

Similar Messages

  • Credit blocked sales order and shipping due list

    Hello all,
    We would like to see credit blocked sales order in the shipping due list (VL10C)
    First we have modified a user exit to have schedule lines quantity confirmed even when the sales order is credit blocked. It works fine but still the schedule lines do not appear in the shipping due list.
    Do you know some way to make this lines appear in the shipping due list ?
    Thank you in advance.

    hello, friend.
    i believe that you can configure the system in such a way that even if a sales order is blocked for credit, the requirements will still be passed on to PP/MM.  however, as long as the delivery block (for credit reasons) remain in the sales order, this order will not appear in delivery due list. 
    i have to ask you:  if you want the blocked order to appear in delivery due list, why block the order at all?  an alternative to listing orders still not delivered would be to use t-code VA05 or VA05N and specify 'open' orders.
    hope this helped.
    regards.

  • Table name for Billing due list

    Dear friends,
    What is the Table name for billing due list ?
    Thanks & Regards,
    Ajay

    check S172 and S173 tables

  • Restriction of user status in service order for billing due list

    Dear CRM Experts,
    I have configured status profile for service order as OPEN,INPROCESS and Completed and have assigned this to the service order transaction type.
    Now once i save a service order without errors ,the system is automatically generating abilling document in  billing due list TX:BEA_DL_01 even though the user status assigned to it is OPEN ,INPROCESS AND COMPLETED.
    According to our client requirement ,a billing document has to be created in Billing due list if the User status assigned to it is COMPLETED only.
    Please suggest the solution.
    Bye,
    Madhav

    Hi Nanda,
    As per your last reply, for some Service Orders you are unable to change the Status. Can you have check whether those service Orders are error free?
    Sometimes, when there are errors in service orders or in 1Orders you cannot change the status from In Process or Open even when you have released certain Items.
    Hope this helps.
    Thanks,
    Samantak.

  • EDI: partner profile for shipping point or plant

    I want to issue idocs for delivery notes based on shipping point or plant, not shipto party as is usual.
    How can I go about this?
    It looks like I need to create a new partner type. Or can I use logical systems?
    If logical system is used, then how do I make the connection document->LS?
    The external system uses the RCVPRN to determine which warehouse to handle the delivery for.
    I am changing the RCVPRN in a user exit now, but this still requires creating/ changing all partner profiles for shipto parties.
    Any ideas? previous experiences?
    Thanks,
    phillip

    Hi Phillip,
    it looks like I need to create a new partner type. Or can I use logical systems?
    > Yes, you can use LS
    If logical system is used, then how do I make the connection document->LS?
    > You can use FM: MASTER_IDOC_DISTRIBUTE to send the outbound IDOC...
    Regards,
    Hendy

  • Assign plan/budget profile for internal order

    i just tried to use T-code KO22 to do change budget for an order, but error msg show 'Assign a plan or Budget profile to the object'.so i wonder how to create the plan or Budget profile and assigned it?  waiting for your answer....

    Hi,
    maintenance for budgeting profiles: T-code OKOB
    assignment to internal order types: T-code KOAB.
    Best regards, Christian

  • How do I get the list index for the selected list item

    How can I obtain the list index for the currently selected
    element in a list item? I'm trying to move the label and value
    from on list box to another by using the add_list_element built-
    in and it requires the list index.
    Thanks for your help...

    Hi,
    You can`t get the Index for the selected item..
    you can get the Value of then Tlist using :Block.ListName .
    maybe theis code will help you..
    PROCEDURE pr_PasarElementos(ls_Origen           varchar2,                    ls_destino          varchar2,          cValor                    varchar2 default null) IS
         nCont_Orig     number := 0;
         nCont_Dest     number := 0;
    begin
    nCont_Orig := GET_LIST_ELEMENT_COUNT(ls_Origen);          nCont_Dest := GET_LIST_ELEMENT_COUNT(ls_destino);
         Add_List_Element(ls_destino,nCont_Dest+1,cValor,cValor);
         for rec_Orig in 1..nCont_Orig loop
         if GET_LIST_ELEMENT_VALUE(ls_Origen,rec_Orig) = cValor then
         delete_list_element(ls_Origen,rec_Orig);
         end if;
         end loop;
    end;
    you can call the procedure with :
    pr_pasarElementos('control.ls_activos','control.ls_inactivos',:CONTROL.ls_activos);
    here I`m working with the Value equal to the Label... you would need to look for the Label of the origin (ls_Origen) list using the Value (cValor) you already have.
    I hope this help you.

  • Shipping due list

    Hi all,
               I want to create shipment  list for deliveries to know which deliveries are due for shipment. But I dont know how to view this.
                 I have a confusion,  whether Shipment list is same as shipment we are creating in VT01N .
                 Could anyone of you resolve this.
    Thanks in advance,
    Regards,
    S.Jenibalet.

    hi jeni,
    1)  VT01N is create shipments
    2)  VT11 is to create shipment list for materials planning
    3)  VT12 is to create shipment list for transportation planning.
    you can confirm these transaction codes once again by going T.Code se 93 and give  VT * and select F4. you get a list all t.codes starting with VT.
    Shipment and delivery are different. you can more than one delivery in a single shipment.
    Hope this clarifies.
    Thanks & Regards
    Sadhu Kishore

  • Invoice List & billing due List

    Hi
    What is the difference between Invoice Lists (VF21) and Billing Due List that we select in VF01 ? I know theoritically their meaning but want to know in which scenario both these transactions are used?
    regards
    debasish

    Hi
    We do not maintain condition technique for invoice list schedule and is nowhere similar to the pricing condition technique.
    In VF21, give the billing type as LR and enter the billing docs numbers and save.
    Invoice list is required so that there is no need to send several bills to the customer rather send a single invoice list.
    In our project once the invoice list is generated for a customer a program runs and picks up the invoice list and generates a unix based file in the directory which can be downloaded as an excel and this excel carries all the details of the billing documents and the material and the pricing details which is sent to the customer.
    Regards
    Edited by: Srikkanth k on May 19, 2008 1:26 PM

  • How to display header for secondrary alv list

    HI ALL,
    WHEN I RAN THIS REPORT HEADER IS COMING FOR FIRST ALV.WHEN I DOUBLE CLICK ON SALES ORDER NUMBER IT SHOWS SECONDARY LIST. FOR THIS SECONDARY LIST HEADER IS NOT COMING.ANY BODY CAN SUGGEST HOW TO FIXZ THIS PROBLEM
    REPORT ZMAHI1 LINE-SIZE 30.
    TYPE-POOLS : SLIS.
    *TYPES : BEGIN OF I_VBAK,
           VBELN TYPE VBAK-VBELN,
           ERDAT TYPE VBAK-ERDAT,
           ERNAM TYPE VBAK-ERNAM,
           ERZET TYPE VBAK-ERZET,
           VTWEG TYPE VBAK-VTWEG,
           VKORG TYPE VBAK-VKORG,
          END OF I_VBAK.
    DATA : BEGIN OF IT_VBAK OCCURS 0,
            VBELN TYPE VBAK-VBELN,
            ERDAT TYPE VBAK-ERDAT,
            ERNAM TYPE VBAK-ERNAM,
            ERZET TYPE VBAK-ERZET,
            VTWEG TYPE VBAK-VTWEG,
            VKORG TYPE VBAK-VKORG,
           END OF IT_VBAK.
    *DATA : IT_VBAK TYPE STANDARD TABLE OF I_VBAK INITIAL SIZE 0,
          WA_VBAK TYPE I_VBAK.
    *TYPES : BEGIN OF I_VBAP,
           VBELN TYPE VBAP-VBELN,
           MATNR TYPE VBAP-MATNR,
           ERZET TYPE VBAP-ERZET,
           POSNR TYPE VBAP-POSNR,
          END OF I_VBAP.
    DATA : BEGIN OF IT_VBAP OCCURS 0,
            VBELN TYPE VBAP-VBELN,
            MATNR TYPE VBAP-MATNR,
            ERZET TYPE VBAP-ERZET,
            POSNR TYPE VBAP-POSNR,
           LINE_COLOR(4) TYPE C,     "Used to store row color attributes
          END OF IT_VBAP.
    *DATA : IT_VBAP TYPE STANDARD TABLE OF I_VBAP INITIAL SIZE 0,
          WA_VBAP TYPE I_VBAP.
    DATA : EVENTCAT TYPE SLIS_T_EVENT.
    DATA: I_FIELDCAT TYPE SLIS_T_FIELDCAT_ALV,
          WA_FIELDCAT TYPE SLIS_FIELDCAT_ALV.
    DATA: FIELDCATALOG TYPE SLIS_T_FIELDCAT_ALV WITH HEADER LINE,
          GD_TAB_GROUP TYPE SLIS_T_SP_GROUP_ALV,
          GD_LAYOUT    TYPE SLIS_LAYOUT_ALV,
          GD_REPID     LIKE SY-REPID.
    DATA:  I_TITLE_VBAK TYPE LVC_TITLE VALUE 'ALV LIST FIRST'.
    DATA:  I_TITLE_VBAP TYPE LVC_TITLE VALUE 'ALV LIST SECOND'.
    DATA: V_REPID LIKE SY-REPID .
    DATA :    HEADING TYPE  SLIS_T_LISTHEADER.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-T01.
    PARAMETERS : P_VBELN TYPE VBAK-VBELN.
    SELECTION-SCREEN END OF BLOCK B1.
    INITIALIZATION.
      V_REPID = SY-REPID.
    START-OF-SELECTION.
      PERFORM GET_DATA.
      PERFORM BUILT_FIELDCATALOG.
      PERFORM E03_EVENTTAB_BUILD USING EVENTCAT[].
      PERFORM COMMENT_BUILD USING HEADING[].
      PERFORM GRID_DISPLAY.
    *&      Form  GET_DATA
          text
    -->  p1        text
    <--  p2        text
    FORM GET_DATA.
      SELECT VBELN
             ERDAT
             ERNAM
             ERZET
             VTWEG
             VKORG
         FROM VBAK
         INTO TABLE IT_VBAK
      WHERE VBELN EQ P_VBELN.
    ENDFORM.                    " GET_DATA
    *&      Form  BUILT_FIELDCATALOG
          text
    -->  p1        text
    <--  p2        text
    FORM BUILT_FIELDCATALOG.
      CLEAR I_FIELDCAT.
      REFRESH : I_FIELDCAT[].
      WA_FIELDCAT-TABNAME = 'IT_VBAK'.
      WA_FIELDCAT-FIELDNAME = 'VBELN'.
      WA_FIELDCAT-SELTEXT_M = 'SALES DOC NO'.
      APPEND WA_FIELDCAT TO I_FIELDCAT.
      CLEAR WA_FIELDCAT.
      WA_FIELDCAT-TABNAME = 'IT_VBAK'.
      WA_FIELDCAT-FIELDNAME = 'ERDAT'.
      WA_FIELDCAT-SELTEXT_M = 'Creation Date'.
      APPEND WA_FIELDCAT TO I_FIELDCAT.
      CLEAR WA_FIELDCAT.
      WA_FIELDCAT-TABNAME = 'IT_VBAK'.
      WA_FIELDCAT-FIELDNAME = 'ERNAM'.
      WA_FIELDCAT-SELTEXT_M = 'NAME'.
      APPEND WA_FIELDCAT TO I_FIELDCAT.
      CLEAR WA_FIELDCAT.
      WA_FIELDCAT-TABNAME = 'IT_VBAK'.
      WA_FIELDCAT-FIELDNAME = 'ERZET'.
      WA_FIELDCAT-SELTEXT_M = 'TIME'.
      APPEND WA_FIELDCAT TO I_FIELDCAT.
      CLEAR WA_FIELDCAT.
      WA_FIELDCAT-TABNAME = 'IT_VBAK'.
      WA_FIELDCAT-FIELDNAME = 'VTWEG'.
      WA_FIELDCAT-SELTEXT_M = 'DIS CHANNEL'.
      APPEND WA_FIELDCAT TO I_FIELDCAT.
      CLEAR WA_FIELDCAT.
      WA_FIELDCAT-TABNAME = 'IT_VBAK'.
      WA_FIELDCAT-FIELDNAME = 'VKORG'.
      WA_FIELDCAT-SELTEXT_M = 'SALES ORG'.
      APPEND WA_FIELDCAT TO I_FIELDCAT.
      CLEAR WA_FIELDCAT.
    ENDFORM.                    " BUILT_FIELDCATALOG
    *&      Form  GRID_DISPLAY
          text
    -->  p1        text
    <--  p2        text
    FORM GRID_DISPLAY.
      V_REPID = SY-REPID.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
           EXPORTING
                I_CALLBACK_PROGRAM      = V_REPID
                I_CALLBACK_USER_COMMAND = 'USER_COMMAND'
                I_CALLBACK_TOP_OF_PAGE  = 'TOP-OF-PAGE'
                IT_FIELDCAT             = I_FIELDCAT[]
                I_SAVE                  = 'A'
                IT_EVENTS               = EVENTCAT[]
           TABLES
                T_OUTTAB                = IT_VBAK
           EXCEPTIONS
                PROGRAM_ERROR           = 1
                OTHERS                  = 2.
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " GRID_DISPLAY
    for header
    *&      Form  HEADER
    FORM TOP_OF_PAGE.
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
           EXPORTING
                IT_LIST_COMMENTARY = HEADING.
    ENDFORM.                    " HEADER
    *&      Form  E03_EVENTTAB_BUILD
    FORM E03_EVENTTAB_BUILD USING    E03_LT_EVENTS TYPE  SLIS_T_EVENT.
      DATA: LS_EVENT TYPE SLIS_ALV_EVENT.
      CALL FUNCTION 'REUSE_ALV_EVENTS_GET'
           EXPORTING
                I_LIST_TYPE = 3
           IMPORTING
                ET_EVENTS   = E03_LT_EVENTS.
      READ TABLE E03_LT_EVENTS
      WITH KEY NAME = SLIS_EV_TOP_OF_PAGE INTO LS_EVENT.
      IF SY-SUBRC = 0.
        MOVE 'TOP_OF_PAGE' TO LS_EVENT-FORM.
        APPEND LS_EVENT TO E03_LT_EVENTS.
      ENDIF.
      DELETE E03_LT_EVENTS WHERE FORM IS INITIAL.
    ENDFORM.                    " E03_EVENTTAB_BUILD
    *&      Form  COMMENT_BUILD
    FORM COMMENT_BUILD USING LT_TOP_OF_PAGE TYPE SLIS_T_LISTHEADER.
      DATA: W_HEADING TYPE SLIS_LISTHEADER.
      DATA: W_HEADING1 TYPE SLIS_LISTHEADER.
      CLEAR   : W_HEADING, LT_TOP_OF_PAGE.
      REFRESH : LT_TOP_OF_PAGE.
      W_HEADING-INFO = 'Synopsys World' .
      W_HEADING-TYP = 'H'.
      APPEND  W_HEADING  TO LT_TOP_OF_PAGE .
      CLEAR  W_HEADING  .
    ENDFORM.                    " COMMENT_BUILD
    end of header portion.
    *&      Form  USER_COMMAND
          text
         -->R_UCOMM    text
         -->,          text
         -->RS_SLEFIELDtext
    FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMM
    RS_SELFIELD TYPE SLIS_SELFIELD.
      CASE R_UCOMM.
        WHEN '&IC1'.
          IF RS_SELFIELD-FIELDNAME = 'VBELN'.
            PERFORM GETDATA_FROM_VBAP.
            PERFORM BUILD_FIELDCATLOG_IT_VBAP.
            PERFORM BUILD_LAYOUT.
            PERFORM E03_EVENTTAB_BUILD USING EVENTCAT[].
            PERFORM COMMENT_BUILD USING HEADING[].
            PERFORM GRID_DISPLAY1.
          ENDIF.
      ENDCASE.
    ENDFORM.                    "user_command
    *&      Form  GETDATA_FROM_VBAP
          text
    -->  p1        text
    <--  p2        text
    FORM GETDATA_FROM_VBAP.
      DATA: LD_COLOR(1) TYPE C.
      SELECT VBELN
             MATNR
             ERZET
             POSNR
         FROM VBAP
         INTO TABLE IT_VBAP
         FOR ALL ENTRIES IN IT_VBAK
      WHERE VBELN = IT_VBAK-VBELN.
      LOOP AT IT_VBAP .
        LD_COLOR = LD_COLOR + 1.
        IF LD_COLOR = 8.
          LD_COLOR = 1.
        ENDIF.
        CONCATENATE 'C' LD_COLOR '10' INTO IT_VBAP-LINE_COLOR.
        MODIFY IT_VBAP  TRANSPORTING LINE_COLOR.
      ENDLOOP.
    ENDFORM.                    " GETDATA_FROM_VBAP
    *&      Form  BUILD_FIELDCATLOG_IT_VBAP
          text
    -->  p1        text
    <--  p2        text
    FORM BUILD_FIELDCATLOG_IT_VBAP.
      CLEAR FIELDCATALOG.
      REFRESH : FIELDCATALOG[].
      FIELDCATALOG-FIELDNAME   = 'VBELN'.
      FIELDCATALOG-SELTEXT_M   = 'SALES DOC NO'.
      FIELDCATALOG-COL_POS     = 0.
      FIELDCATALOG-OUTPUTLEN   = 10.
      FIELDCATALOG-EMPHASIZE   = 'X'.
      FIELDCATALOG-KEY         = 'X'.
      APPEND FIELDCATALOG TO FIELDCATALOG.
      CLEAR  FIELDCATALOG.
      FIELDCATALOG-FIELDNAME   = 'POSNR'.
      FIELDCATALOG-SELTEXT_M   = 'PO Item'.
      FIELDCATALOG-COL_POS     = 1.
      APPEND FIELDCATALOG TO FIELDCATALOG.
      CLEAR  FIELDCATALOG.
      FIELDCATALOG-FIELDNAME   = 'MATNR'.
      FIELDCATALOG-SELTEXT_M   = 'MAT NO'.
      FIELDCATALOG-COL_POS     = 2.
      APPEND FIELDCATALOG TO FIELDCATALOG.
      CLEAR  FIELDCATALOG.
      FIELDCATALOG-FIELDNAME   = 'ERZET'.
      FIELDCATALOG-SELTEXT_M   = 'TIME'.
      FIELDCATALOG-COL_POS     = 3.
      APPEND FIELDCATALOG TO FIELDCATALOG.
      CLEAR  FIELDCATALOG.
    ENDFORM.                    " BUILD_FIELDCATLOG_IT_VBAP
    *&      Form  GRID_DISPLAY1
          text
    -->  p1        text
    <--  p2        text
    FORM GRID_DISPLAY1.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
           EXPORTING
                I_CALLBACK_PROGRAM     = GD_REPID
                I_CALLBACK_TOP_OF_PAGE = 'TOP-OF-PAGE'
                IS_LAYOUT              = GD_LAYOUT
                IT_FIELDCAT            = FIELDCATALOG[]
                I_SAVE                 = 'A'
                IT_EVENTS              = EVENTCAT[]
           TABLES
                T_OUTTAB               = IT_VBAP
           EXCEPTIONS
                PROGRAM_ERROR          = 1
                OTHERS                 = 2.
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " GRID_DISPLAY1
    *&      Form  BUILD_LAYOUT
          text
    -->  p1        text
    <--  p2        text
    FORM BUILD_LAYOUT.
      GD_LAYOUT-NO_INPUT          = 'X'.
      GD_LAYOUT-COLWIDTH_OPTIMIZE = 'X'.
      GD_LAYOUT-TOTALS_TEXT       = 'Totals'(201).
      GD_LAYOUT-INFO_FIELDNAME =      'LINE_COLOR'.
    ENDFORM.                    " BUILD_LAYOUT

    In ur report,
    in the rountine <b>GRID_DISPLAY1</b>.
    <b> GD_REPID = SY-REPID.</b>
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
           EXPORTING
                I_CALLBACK_PROGRAM     = GD_REPID
                I_CALLBACK_TOP_OF_PAGE = 'TOP-OF-PAGE'
                IS_LAYOUT              = GD_LAYOUT
                IT_FIELDCAT            = FIELDCATALOG[]
                I_SAVE                 = 'A'
                IT_EVENTS              = EVENTCAT[]
           TABLES
                T_OUTTAB               = IT_VBAP
           EXCEPTIONS
                PROGRAM_ERROR          = 1
                OTHERS                 = 2.
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.

  • Creation of profile for CO28

    Hi,
    We needto create the profile for display of components with some particular fields for CO28 transaction.
    I am aware of COIS transaction in SPRO to do that. There is also the transaction OPLM linked for creation of profiles.
    Can anyone tell me the exact way and step by step rpocedure for creating a new profile with required fields.
    Proper expalantory answer will receive good points.
    Rg,
    Vipul

    Hi Vipul,
    Go to SPRO-shop floor ctrl-information system-define profile for order info system.
    Here u will find all the objects with the profiles attached for each objects under the Standard profile.
    These profiles are used in reporting transactions like
    Profile for order info system - COOIS, CO28
    profile for picking list - CO27
    profile for missing part info system - CO24
    Folllowing profiles are assigned to ordertype dependent parameters at plant level - OPL8, Here under display you have to assign these profile in "Display Profile" tab.
    profile for missing parts list
    profile for documented goods movement
    Hope this has answered your query. Reward your points
    Regards
    R.Brahmankar

  • Assignement of Forecast Profile at customer level

    Hi All,
    Does anyone know if it is possible to assign a forecast profile to a specific customer (that has multiple materials assigned to it). If I try to do this /SAPAPO/MSDP_FCST2 I get an error message.
    I want to have all materials linked to this forecast profile but don't want to assign one individually.
    Does this make sense?
    Cheers,
    Rumi

    Hi
    It should be possible to do it.
    You can create a respective selection in Planning book for products with respective customer.
    Than using /SAPAPO/MSDP_FCST2 - Assign Forecast Profiles to a Selection , you can assign respective forecast profile for this selection.
    Please find enclosed herewith the more information regarding it.
    http://help.sap.com/saphelp_scm41/helpdata/en/1d/2f503c8f233835e10000000a11402f/content.htm
    Please let us know if it help you. You can also let us know what error you are getting.
    Thanks
    Amol

  • Item not relevant for Billing but still exist in Billing due list VF04

    Hi Experts,
    I am experiencing an issue where this is an STO scenario.
    The PO->DN->PGI->GR (Receiving plant) where there is no invoice required as its with the same company.
    However, I can see there is one Delivery still getting reflected in VF04 due list.
    Standard Delivery type NL has been used and already checked the item categoy relevance and its
    maintained as J ( Relevant for deliveries across EU countries.) I dont think so this was billed earlier as I had already checked the Deliveries created with same item category for past six months and they have not been billed.
    Is there any other settings that needed to be checked apart from item cateogry and verifying how the same combination of Delivery type and item category worked earlier?
    IBest Regards,
    Ramesh

    Dear Ramesh,
    You may be right that with the same item category settings, there were no billing item generated (with the billing indicator as J in your Item Category) earlier. But how now it is happenning the other way round.
    Here are the reasons:
    The outbound delivery is relevant for billing if: (YOUR PRESENT CASE)
    1. The Plants abroad active field is selected (found in Customizing under Financial Accounting -> Financial Accounting Global Settings -> Tax on Sales/Purchases -> Basic Settings -> Plants Abroad -> Activate Plants Abroad)
    2. Country of departure (country where the plant is located) and destination country (country where the ship-to party is located) need to be different EU countries.
    So, if you dont satisfy the above two conditions you will not get the billing item and that's what has happenned in your past 6 Months.
    Regards
    Edited by: SAP2020 on Nov 13, 2009 4:41 AM

  • Billing Due List based on Ship to Party

    Hi,
                I have a scenario where in I have multiple ship to parties in a single sales order . So there are different deliveries for all the different ship to parties (i.e Delivery Split). But I need to process the Billing due List based on the Ship to party.  The Bill to party and the Payer is same for all the ship to parties. Let me have an example.
               Let the  Sold to party -
    111
                            Bill to Party    -
    111
                            Payer            -
    111
                            Ship to Party 1 -- 222
                            Ship to Party 2 -- 333
                        Sales order  --- 99999 has 10 line items, 5 each going to each ship to party. Now I am having Multiple deliveries .
                          del 1-> 44444 (Del NO)--> 222
                          del 1-> 44445 (Del NO)--> 222
                          del 1-> 44446 (Del NO)--> 222
                          del 1-> 44447 (Del NO)--> 333
                          del 1-> 44448 (Del NO)--> 333
                          del 1-> 44449 (Del NO)--> 333
    Now I want a single invoice for del 44447,44448,44449 and one more Single invoice for del 44444,44445,44446.
                 So I need to have a Billing due list based on the Ship to Party. Please provide me if any solutions and also let me know if I am missing anything in the Standard SAP to achieve this.
    Thankyou,
    Rakesh Tummala.

    Hi
    USEREXIT_FILL_VBRK_VBRP  will not work since it is the billing due index (VKDFS) that you want to add ship to ID as the sort criterion.  The proper user exit are actually:
    - USEREXIT_VKDFS_SORTKRI_SALES for order related billing
    - USEREXIT_VKDFS_SORTKRI_DEL for delivery related billing
    they are in include module V05IEXIT.
    For delivery related billing it is a one line code as below
    VKDFS-SORTKRI = LLIKP-KUNNR
    Order related billing is a little more complicated because you can have ship at both header and item level. If you need this as well post a follow up
    Once you have this done, then you can use the sort criterion field in VF04 to do ship to selection for you

  • Wrong SHipping point in delivery due list VL10G

    Hi All,
    We are facing vague issue related to delivery due list where it shows worng shipping point with respect to order.
    Order has shipping point XXXX where as in deliverydue list it shows YYYY....
    We checked the table responsible for showing values (Table VEPVG) in delivery due list.. It shows wrong shipping point YYYY as well...
    Any idea why there is discrepancy...
    Thanks in advance for help
    Ghassan

    Is it possible that you have different shipping points on the sales order, i.e. different at header and item level?

Maybe you are looking for

  • Booting ubuntu 13.04 on HP ENVY H9 1355 tower

    So I've been trying to replace the ridiculous windows 8 OS from my new-ish HP Envy tower, and have encountered nothing but headaches.  From what I've read, its an issue with "secure boot keys" that microsoft would have to issue a software vendor for

  • Packaging an AIR application in a native installer

    Hi! I'm trying to create a native installer of my AIR Application,  because (I think) it's the only way make the native processes working.  But I have a problem: I used the following command to pack: "adt  -package -storetype pkcs12 -keystore myCert.

  • Simcity 4 and OS 10.4

    Since I upgraded to OS 10.4 my simcity 4 operates so slowly as to be unplayable. Any suggestions on a fix for this? G5   Mac OS X (10.4.4)  

  • Crash...recurring theme here?

    I just upgraded to CS6. I also installed the patch from the Adobe Downloads page (16.0.1). I don't have any problems opening the program, but a few minutes into working on a document, it just crashes. It isn't even the same process that crashes it ea

  • 1231AP Time/Date change

    The only way I can figure out how to change the time/date on 1231ap's is through telnet/console. Any way to do so through the web interface?