Minimum ship value set for customer#

Hi All,
I have been given list of SOLD TO
and requested this information at account level :--
u2022     Are min ship values set / what value
u2022     Is the u2018Consolidationu2019 flag set
How can I proceed.
Thanks

hi
this is to inform you that
as per my understanding goes
have been given list of SOLD TO - you might have given an excel sheet to find out.
and requested this information at account level - here i have doubt
is account group level or reconcialiation account level ?
if it is reconcialiation level - please chec AONT field
u2022 Are min ship values set / what value - this comes in MMR in the field called Minimum Delivery Quantity.
u2022 Is the u2018Consolidationu2019 flag set - this might come inside G/L account or in Company Code Data account management tab page.
please clarifywhich one you want.
regards
balajia

Similar Messages

  • Cic.mail.to Setting for Customer

    Hi
      I need to Configure email Address for the Customer care in  CRM B2C Scenario .
    I have done following , In <b>XCM Setting/General Settings/Customer/lwc</b> in cic.mail.to Field , i put my Mail id restarted the server but its not Working.
    By Log it says
    javax.mail.MessagingException: Unknown SMTP host: gmail.com;
    23859   nested exception is: 
    23860   java.net.UnknownHostException: gmail.com
    But if we see <b>\root\WEB-INF\xcm\<b>sap</b>\configuration\lwc-config-data.xml</b>
    There is some setting as
    <params id="email">
         <param name="mail.smtp.host" value="xyz.com"/>
         <param name="mail.smtp.port" value="25"/>
         <param name="cic.mail.to" value="[email protected]"/>
    </params>
    but we donot have setting for Customer as
    \root\WEB-INF\xcm\<b>customer</b>\configuration\lwc-config-data.xml
    How to Set host , Port & mailid for Customer Perspective ??
    Can anybody throw some light on that !!!!!!!!!
    Is there any other Setting which has to be performrd.
    pls Guide
    Thanks & Regards
    Ravi Sah

    Thanks Anirban
    You have almost solved my problem, but still i am facing one problem
    I am not able to send mail as there is somthing wrong with the id As Error Log  i m getting is
    javax.mail.SendFailedException:
    Invalid Addresses;nested exception is:
    javax.mail.SendFailedException: 551 The recipient must
    not be to a protected domain as
    the sender's IP is in the trusted Outbound IP list.
    What should be the Soln !!!
    pls Guide
    Thanks & Regards
    Ravi Sah

  • How to create a value sets for concurrent program?

    Hi Friends,
    I am creating a concurrent program with a parameter period...
    In the value set for the parameter period, I am using the following query :
    ---where application_id = 101
    and set_of_books_id = :$PROFILES$.gl_set_of_bks_id
    and closing_status IN ( 'O', 'F', 'C')
    order by period_year, period_num' ----
    In my cursor, i have a condition 'where set_of_books_id = ' ---
    How can I pass the above set of books id into the cursor ?? it is not working when I am defining another parameter as Book and passing that value to the cursor....
    I need that period parameter to return all the periods for the set of books where we are running the concurrent request from...I also need to get the set of books id for my cursor...
    Hope I am making sense...All that I am trying is to have period parameter and also a SOB id in cursor condition...
    Rgds,

    Hi Vamsi /Nitin,
    Let me explain the whole thing now.....
    My plsql procedure is ......
    CREATE OR REPLACE procedure GL_INT(
         perrbuff     out varchar2,
         pretcode     out varchar2,
    pbook          in varchar2,
    pperiod          in varchar2
         ) is
    cursor cur1 (p_sdate in date, p_edate in date )is
    select distinct group_id groupid,
    user_je_source_name source
    from gl_interface
         where accounting_date >= p_sdate
    and accounting_date <= p_edate
    and set_of_books_id = pbook;
    cursor cur2 is
    select distinct start_date sdate,
         end_date edate, period_name period
    from gl_period_statuses
    where      period_name = pperiod
         and set_of_books_id = pbook
         and application_id = 101;
    i               cur1%rowtype;
    j               cur2%rowtype;
    begin
    open cur2;
                   fnd_file.put_line(fnd_file.output,'PERIOD'||'----'||'GROUPID'||
                                       '----'|| 'SOURCE');
              loop
                   fetch cur2 into J;
    exit when cur2%notfound;
                   open cur1(J.sdate,J.edate);
                   loop
              fetch cur1 into I;
                        exit when cur1%notfound;
              fnd_file.put_line(fnd_file.output, J.period||'----'||I.groupid||'----'||
                                  I.source);
                   end loop;
              end loop;
         Close cur1;
    close cur2;
    Exception when others then dbms_output.put_line(SQLERRM);     
    end;
    ==================================================================================================
    For SOB value set, I have passed the default value as vamsi suggested ($profiles$.gl_set_of_bks_id)....
    For period value set, I have entered query as ..where application_id = 101
    and set_of_books_id = :$PROFILES$.gl_set_of_bks_id
    and closing_status IN ( 'O', 'F', 'C')
    order by period_year, period_num...................
    It still doesn't work....I don't know how to derive those Periods based on the SOBs and at the same time pass SOB id into the cursors...
    Please help...
    Rgds,
    Murali

  • How to give  Value set for model attribute?

    Hi all,
           How to give value set for model attribute?
           plz explain me with some sample code.
    Regards,
    Srinu

    Hi Srinivasulu,
    An attribute (of basic data types like integer , string etc) holds a single values.
    Please clarify by what you mean value set ?
    Also, share the structure of context.
    Regards,
    Kartikaye

  • Move Custom Value Sets and Custom Concurrent Programs from Dev to Test

    Hi,
    Friends,
    I want to move the Custom Value Sets and Custom Concurrent Programs from Development to Test Instance...how can i Acheive using FNDLOAD....
    At a time single stroke can I move them using FNDLOAD...
    Please help me in this regard....

    You can do it with FNDLOAD.
    http://appsdbablog.com/blog/2006/09/fndload.html
    Aviad Elbaz

  • 2EETW169 no connect possible: "invalid values set for DIR_LIBRARY

    uapkb2dc:ss2adm 55% R3trans -d
    This is R3trans version 6.05 (release 46D - 27.03.05 - 14:30:00).
    2EETW169 no connect possible: "invalid values set for DIR_LIBRARY '/usr/sap/SS2/SYS/exe/run' or dbms_type 'ORA'"
    R3trans finished (0012).
    trans.log==>
    uapkb2dc:ss2adm 51% more trans.log
    4 ETW000 R3trans version 6.05 (release 46D - 27.03.05 - 14:30:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -x
    4 ETW000 date&time   : 27.07.2007 - 13:18:37
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [developertra,00000]  Fri Jul 27 13:18:37 2007                             713  0.000713
    4 ETW000  [developertra,00000]  db_con_init called                                    88  0.000801
    4 ETW000  [developertra,00000]  create_con (con_name=R/3)                            162  0.000963
    4 ETW000  [developertra,00000]  Loading DB library '/usr/sap/SS2/SYS/exe/run/dboraslib.so' ...
    4 ETW000                                                                             227  0.001190
    4 ETW000  [dlux.c      ,00000]  *** ERROR => DlLoadLib: ld.so.1: R3trans: fatal: libclntsh.so.9.0: open failed: No such file o
    r directory -> DLENOACCESS (0,Error 0)
    4 ETW000                                                                            3140  0.004330
    4 ETW000  [dbcon.c     ,00000]  *** ERROR => Couldn't load library '/usr/sap/SS2/SYS/exe/run/dboraslib.so'
    4 ETW000                                                                             139  0.004469
    2EETW169 no connect possible: "invalid values set for DIR_LIBRARY '/usr/sap/SS2/SYS/exe/run' or dbms_type 'ORA'"
    pls some one help me out to over come this....
    Regards,
    Nani.

    Hello,
    it could be working now, but <b>that</b> setting is wrong
    ORA_NLS33 is an environment variable used by Oracle < 10g
    But you set it to point to a 10g directory that does <b>NOT</b> exist on a standard Oracle 10g installation.
    That makes me think that your oracle client 9.2.0.<x> is not properly installed.

  • Layout Set for custom Iview

    Hi Experts,
           I have created jspdynpage application for getting documents fron Km Folder. i have done this, but i want to set "Context Menu" for link (documents) in that iview. How can i do this.. I have added property called Layout Set for my iview and assign layout Set , but no effect. How to assign layout set for custom developed iview???
    Thanks Advance....
    Regards,
    Kumar.

    Hi praveen,
    is possible to show context menu for portal development iview (custom iView)?.
    I cant use KM Navigation iView, because I am listing members, each member should be a link.. this link is not possible in KM navigation..
    Albert
    Amjeth
    Bala
    Praveen
    Senthil
    I will show like above, here if i click the albert it will get the Albert details. and other members can rate the albert (so we need context menu)..
    how can i achieve this?.
    Regards,
    Kumar

  • Creating 2 custome dependent value sets for party_number and customer_numbe

    Hi,
    I want to create 2 custom value sets XX_PARTY_NUMBER and XX_CUSTOMER_NUMBER
    When i select the value for Party_number from XX_PARTY_NUMBER,
    the corresponding customer_number should populate from XX_CUSTOMER_NUMBER
    This is what i tried
    1ST VALUE SET
    VALUE_SET_NAME -- XX_PARTY_NUMBER
    APPLICATION ---RECEIVABLES
    TABLE HZ_PARTIES
    VALUE-- PARTY_NUMBER
    MEANING PARTY_NAME
    ID-- PARTY_ID
    WHERE_CLAUSE -- ORDER BY PARTY_ID ASC
    2ND VALUE SET
    VALUE_SET_NAME
    XX_CUSTOMER_NUMBER
    APPLICATION -- RECEIVABLES
    TABLE --- RA_CUSTOMERS
    VALUE -- CUSTOMER_NAME
    MEANING -- CUSTOMER_NUMBER
    ID ---
    WHERE_CLAUSE-- PARTY_ID IN :$FLEX$.XX_PARTY_NUMBER
    I'm not getting it correctly.
    Can you help me?

    Hello Friends,
    I am new to Oracle Apps,i am finding difficult in writing the query to get the following details -
    Customer Name,
    Customer Number,
    Bill_to_address,
    Ship_to_address
    Kindly share if you have any query related to this.
    Thanks In Advance!
    Ramya Nomula

  • Getting Multiple Shipping Document sets for multiple deliveies

    Hi,
    I have a trip with multiple deliveries. After ship confirming the trip from a Trips tab, the reports in shipping document set printing multiple times one each for a delivery.
    How can I get the shipping document set to be submitted once per trip?
    Thank you,
    Prashanth

    Hi,
    For your requirement, here is a solution like this:
    1.Create 3 custom Document content types inherit the built-in Document content type;
    2.Create 3 custom Document Set content types inherit the built-in Document Set content type;
    3.In the “Document Set settings” page of each custom Document Set content type, remove the “Document” content type from the “Allowed Content Types”;
    4.Now we can create a Document Library and add the 3 custom Document Set content types into it.
    5.Remove the Document content from the “Content Types” in the “Document Library Settings” page.
    Here is how it works like in my environment:
    In "Document Library Settings" page:
    Best regards
    Patrick Liang
    TechNet Community Support

  • Parent Child Value Sets for Item Categories

    I've tried to set up parent-child value sets, not independent-dependent sets for Item Categories but in vain. So, if Item Category has 2 segments - Category & Sub-Category; Sub-Category only shows valid values for a category. For example, if Category is 19 (Tools), the LOV for 2nd segment would only show 28 (Large Tools), 29 (Heavy Tools) etc.
    Creating an independent-dependent combination displays all values for the independent & dependent sets.
    Just looking for help here.
    Thanks,
    Sanjib

    Karthik, Sandeep and Hugh
    Thanks for your responses. We greatly appreciate you taking the time to reply to this thread. My e-mail is [email protected], that is if you'd like to send any documents.
    Basically, this is what we were looking for -
    The category structure is
    Equipment 1 - Spare 1,
    Equipment 1 - Spare 2,
    Equipment 2 - Spare 1,
    Tools - Large,
    Tools - Small,
    etc.
    When selecting Codes for this structure, if I choose 'Equipment 1' for 1st segment, LOV for 2nd segment would only show 'Spare 1', 'Spare 2'. Similarly, If I choose 'Tools', I only see 'Large', 'Small' for Segment 2.
    Thanks,
    Sanjib

  • BAPI for Assigning multiple ship to party for customer

    Hi experts,
    I need a bapi to assign different ship to party for a customer.
    I have tried SD_CUSTOMER_MAINTAIN_ALL but not working properly.
    Kindly suggest the solution.
    Regards,
    Nitin.

    Hi,
    For the maintenance of customers, there is NO BAPI and NO direct function module.
    There are some functions modules like the one above where the name is looking nice. But these should not be used.
    Below ECC 2005 (6.00), the only solution was batch input and DEBMAS idocs. See [note 384462|https://service.sap.com/sap/support/notes/384462]
    Starting with ECC 2005 (6.00) and above: a synchronisation tool has been introduce. See class CMD_EI_API and VMD_EI_API
    Hope this helps
    BR
    Alain

  • Sample values needed for Customer Number And Sales Organisation in BAPI

    Hi Experts,
        I want to execute the Bapi BAPI_SALESORDER_GETLIST with mandatory parameters such as Customer Number & Sales Organisation .
        How would I come to know what values to enter for Customer Number & Sales Organisation inorder to get some Output in the form of table SALES_ORDER.
        Can you ll help me with some sample values which I can enter to get some useful output.
        And what is the logical way to go inorder to test such BAPIs in future.
    Thanks in Advance,
    Pavanmeet Singh

    Hi,
    CALL FUNCTION 'BAPI_SALESORDER_GETLIST'
    EXPORTING
    customer_number = cust
    sales_organization = sorg
    MATERIAL =
    DOCUMENT_DATE =
    DOCUMENT_DATE_TO =
    PURCHASE_ORDER =
    TRANSACTION_GROUP = 0
    PURCHASE_ORDER_NUMBER =
    IMPORTING
    return = it_return
    TABLES
    sales_orders = salesorder_itab.
    Regards
    Sudheer

  • Minimum Payment Value Setting at Vendor level?

    Hi SAP Payments Gurus,
    I know that you can set a minimum outgoing payment level in FBZP config at the compnay code and payment method level....but is it possible to place a minimum payment level on a specific vendor?
    We have vendors accounts who have many small inovices posted to them but who only want to be paid when the value in their account reached a certain value.
    Any ideas?
    Thanks!

    To my understanding there is no standard way to do this through customizing. But you can use the edit payment proposal functionality in F110 to block vendors whose proposed payment amount is below certain amount. Here you will enter the payment block reason code which is temporary, and will block the proposed invoices only for the present payment run.
    When you configure such payment block reason code, please make sure CHANGE IN PAYMT PROP. check box is ticked.
    If you don't want to use this manual approach, then you should take help of your developer who can create a user exit, which will populate the processed invoices with this payment block reason code, if the total amount for these invoices together is above certain amount for a vendor, through substitution
    Thanks
    Ron

  • How to use a variable value set from custom dll in dataset

    Hi,
    I've inherited a SSRS report that I need to add some functionality to.  I'm setting a variable, ADAuthorizations, from a custom dll 
    ADAuthorizations is a string of all AD groups a user is a member of and I need to use this as a filter in a dataset.  I've tried using this variable as shown in the query below but I'm getting an error "The expression used for the parameter 'Unit_Permissions"
    in the dataset "Unit_Permissions" includes a variable reference.  Variable values cannot be used in query parameter expressions."  Is there another way I should go about doing this?   
    = "SELECT UnitCode, UnitName " &
      "FROM dbo.VW_Unit_Permissions " &
      "WHERE UserId in (" & Variables!ADAuthorizations.Value & ")" &
      "ORDER BY UnitName "
    Thanks,
    Robert

    Please follow below steps,
    1. Create a custom code to get all the users in an array,
    Public Function getUserName() As String()
       dim Users(1) as string
       Users(0) = "user1"
       Users(1) = "user2"
    return Users
    End Function
    2. Create dataset using the below query,
    SELECT UnitCode, UnitName FROM dbo.VW_Unit_Permissions ORDER BY UnitName
    3. Add a parameter @User and set properties : (Datatype as text, Allow multiple values, Visible)
    Under "Available Values" select specify values and set the label and values as expression.
    =Code.getUserName()
    4. Similarly for "Default values" as
    =Code.getUserName()
    5. Go to tablix properties and select the filter tab and set the properties as below,
    - Select Expression "UserId" i.e =Fields!UserId.Value
    - Operator as "IN"
    - Value as =Parameters!User.Value
    6. Preview the report.
    Regards, RSingh

  • How to add values dynamically for custom property during design time?

    I am trying to create a user control with custom properties. I have a property named Server.
    And Values for this property is system dependent. I have the code that can generate the values and is working fine.
    During the design time, when I include this control in my application, and type the property name, I want Visual Studio to prompt for the values. Like it
    does for Alignment property for some controls shows Left, Right, Center.. during design time.
    If the Values are static, I can use an enum and it works fine. I need help with dynamic values.

    You can't, afaik.
    It's either an enum or you don't get that functionality of values.
    There is no right left centre, "Towards the top right but just off centre" - which I just thought of... option for example.
    Hope that helps.
    Recent Technet articles: Property List Editing;
    Dynamic XAML

Maybe you are looking for

  • Count of Service Orders issue in the Bex Report

    Hi Experts, I have a report displaying the Count of Service Orders. The count of service orders I have brought using replacement path variable. The count is getting displayed correctly. When I have the service order in a single record. The moment I d

  • Help !! Safari always crashes ! It sometimes work then doesn't load the pages thought time warner cable tells me my internet is working. What can i do ?

    all is in the title , my airport is conected , internet is connected , but safari always crashes !!!! Its gonna work for 5 minutes then crash for 10 minutes , then work again ! then stop again i really want to fix this problem soon please help me !

  • Comand-Line Listener Pattern???

    Hi all gurus and thanks in advance for any help. I have a basic question relating to command-line input. Is there an easy way of monitoring when a user enters some text through the command-line? I know how to read text off the command line but I�m as

  • Mac mini and Sharp Aquos

    I am planning to buy a mac mini. What do I need to connect it to my Sharp Aquos 32 inch? Anything I need to be aware of when setting up the connection? Thank you

  • Button to open excel file in VC

    Hi all, I have an excel file that contains 2 ,3 sheets. what i want to create an action button in VC and whenever that button is clicked, that file should be opened either in a saparate excel window or on dash board. Is this possible?? Please respond