SD  -  Customer set up

Hi All,
I have to set up 2 different types of customers - 1 - free of charge
                                                                     2 - Payment via credit card.
Any input appreciated.
Meghna

Hi Meghna
So for your requirement you can maintain a single account group only and you need to do the following configuration.
If you want to to deliver the stock to the customers for free of charge then use Free of charge Delivery(FD) document type and then do delivery for free of cost. to the customers
But coming to the credit card related issue , as only the credit card has to be charged means then you need to create the sales order and then do billing but you need to block the delivery till the credit card billing happens. Once the credit card billing happens then you should release the block and deliver the stock to the ship to party.
Regards
Srinath

Similar Messages

  • On first startup each day my tool bars revert to the default setting instead of my customized setting. Why? How do I stop it from happening.

    This happens on both of my computers. After I close down Firefox and then start it up again it sometimes comes to my customized set of tool bars. At other times it does not. Usually the first time I start Firefox it reverts to the default Toolbars. My extensions are Adblock plus, Browsing protection, down them all, float notes, Image Zoom, Java Console 6.0.21 and 6.0.16, Java quick starter, Kodak Easyshare, Link Password, Mile wide back, Microsoft.net framework, Print/print preview, Reminder fox, WOT, Xmarks, Yet another smooth scrolling.

    This is caused by a corrupt file, for details on fixing it see https://support.mozilla.com/kb/Toolbar+keeps+resetting

  • Help Needed in Input Value Help of Custom Set attribute

    Hi All,
    We have maintained value table for custom set type attribute. We generated UI configuration for this set type and brought it into the web UI. But, we did not get the value help on the UI.
    We are trying to get the value help by implementing the BADI crm_prdgenset_valuehelp. This BADI returns object of type cl_bsp_wd_valuehelp_f4descr.
    PFB the code that is showing up the Value help icon but it is not showing any values.
      DATA: lv_valuehelp_descriptor type ref to cl_bsp_wd_valuehelp_f4descr.
    *    lv_fname_prefix = 'STRUCT'.
       ls_map-context_attr = component.  "ZCSDR_PRD_CLS
       ls_map-f4_attr = 'KEY'.
       INSERT ls_map INTO TABLE lt_outmap.
       INSERT ls_map INTO TABLE lt_inmap.
       CONCATENATE 'ZCSDR_CLS' 'ZZ0010' INTO lv_help_id SEPARATED BY '-'.
       CREATE OBJECT lv_valuehelp_descriptor
         TYPE
           cl_bsp_wd_valuehelp_f4descr
         EXPORTING
           iv_help_id                  = lv_help_id
           iv_help_id_kind             = if_bsp_wd_valuehelp_f4descr=>help_id_kind_comp
           iv_input_mapping            = lt_inmap
           iv_output_mapping           = lt_outmap
           iv_trigger_submit           = ABAP_TRUE.
       rv_valuehelp_descriptor = lv_valuehelp_descriptor.
    Any pointers on this is really helpful.
    Thanks,
    Udaya

    Hi Chand,
    Sorry for the late response. As far as i recollect, i guess we have enhanced the setter getter methods and written logic in the get-v method.
    Let me know if the issue is resolved.
    regards,uday

  • Export in iPhoto offers a "Custom" setting for size. The default is 1000. 1000 what? Pixels, centimeters, MB's?

    Export in iPhoto offers a "Custom" setting for size.
    1000 is the default, but I don't know what 1000 refers to.
    Pixels, centimeters, MB's?
    I want to make the photo an 1 inch x 1 inch.
    Do I go up or down from the 1000?
    Thanks

    Pixels.
    For a 1" x 1" photo first crop the photo square.  Then export  with Kind = Current with JPEF Quality = Maximum and Size = Full size.
    Then when you go to print the photo select a 1" x 1" print size.  This will squeeze all available pixels in each dimension into the 1" dimension giving you the highest DPI resolution available from your image file. 
    More about DPI can be found here: All About Digital Photos - The Arithmetic of DPI and All About Digital Photos - The Myth of DPI
    OT

  • Do I need to declare my custom setter accessor in my interface/header file

    Hi there:
    I'm working through a Objective C tutorial. I've got an instance var that is declared in the var section of my @interface (in the header file). It's also declared as a property...all the defaults apply (assign and whatever else).
    @property int foo
    I also have it synthesized in my @implementation code.
    @synthesize foo;
    I need a custom setter though that checks out the value being assigned. Do I need to declare this setter function in my @interface section in the header file?
    -(void)setFoo:(int)newValue {
    if (newValue < minAllowed) {
    NSLog(@"Invalid foo: %i is less than the minimum of %i allowed", newValue, minAllowed);
    return;
    if (newValue > maxAllowed) {
    NSLog(@"Invalid foo: %i is greater than the maximum of %i allowed", newValue, maxAllowed);
    return;
    foo = newValue;
    } // setFoo()

    The @property statement is the declaration of the accessor methods whether they are synthesized or custom coded.
    For a fairly clear, detailed explanation see Accessor Methods in the +Memory Management Programming Guide for Cocoa+.

  • Load customized set type using LSMW+ IDOC (XIF)

    Hi experts,
       now i could load most product field using LSMW+ IDOC (XIF), but when i load customized set type, it gives error " User-defined set type ZTest does not exist in BDOC structure ". After some study i know i must to enhance BDOC type ? but i am not very familiar with BDOC, andy idea ? ths
    also could anyone provide some function module to load product ? ths again
    Edited by: Gang LI on Apr 23, 2009 11:57 AM

    Hi,
       You will have to Re-Generate Your BDoc Structuring due to your Carried out Changes,
    Use TCode:SMW_BDM
    For Creation of the BDoc and Check.
    Hope it answers your Queries..
    Thanks and Regards,
    RK.

  • What is a Scorecard Custom Set Formula and how do I use it?

    When creating a Scorecard (in Dashboard Designer) which includes a KPI, in the right "Details" frame, there is a section for "Set Formulas" and under that (along with Time, which I understand) is "Custom" which I can't find
    any documentation for. How can and how do I use this? (I am using tabular data sources, if that matters.)

    Hi,
    Quote:
    “Set formulas represent the ability to add some advanced MDX or TI expressions to the scorecard.
    The Time Set Formula option allows the entry of TI expressions that will be expanded on the scorecard.
    The Custom Set Formula option allows the entry of a MDX set expression that will be used within the scorecard. The usefulness of this feature has diminished somewhat with the new dynamic hierarchy selection capabilities included in PPS 2010. However,
    the Custom Set Formula feature does still have some value.”
    Please refer more information from:
    http://tutorial.programming4.us/windows_server/SharePoint-2010-PerformancePoint-Services---Understanding-and-Working-with-Scorecards-(part-2).aspx
    http://blog.gnetgroup.com/bi/2012/10/08/dynamic-mdx-if-the-last-day-of-data-isnt-always-day-1/
    http://office.microsoft.com/en-in/dashboard-designer-help/creating-scorecards-by-using-performancepoint-dashboard-designer-HA101730034.aspx
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Export custom setting

    is there a way under the Export-QT conversion to save a custom setting? For example, I often use 400X300 or 320X180. ...i would love a way to save this custom setting so that i don't have to keep typing it in each time. is this possible? thanks

    But you can set up all sorts of presets in compressor. I use it now for all my conversions. Much faster than an fcp conversion export for most things. And you can apply multiple outputs at the same time.

  • How to check the Customizing setting in Different SAP CRM System

    Hello Guru's
    I want to know how to check the Customizing setting in Different system i.e (Sandbox,Development,Quality,Production)
    I mean to say that i was to check all the 4 system are in same line in all the aspects or sink with each orther
    Thanks in advance
    With Regards
    Sreeram

    hi
    to synchronise all the clients in the CRM,u need to structure ur transport request,that is whenever a request has been made,the same has been transported to all the clients or not
    Go to T-Code -SE09 and copy all released transport request from each client from Sandbox,Development,Quality,Production and match all request manually.
    this is just a way other may be to see manually all the settings in all the clients
    best regards
    ashish

  • Exporting custom setting and importing custom setting

    Hi, I recently upgrade to another mac pro.
    I have custom setting for the mpg2 whitin old mac computer for compressor.
    How can I export the setting out from my old machine compressor and import it back into my new machine's compressor?

    Great!
    thanks,
    I have newbie question for you.
    I have animation for 720x480 with square pixel, progressive.
    I can't figure out how to change the pixel ratio to square (or 1) for mpg2 custom setting, and change 29.98 to 30 frames per sec..
    Do you know how?

  • Final Cut Express - Easy Set Up - Custom Set Up

    Does anyone know how to set up Custom Set Up in the FCE Easy Set Up? Is it possible to modify an existing Custom Set Up?
    Thanks in advance.
    Moses

    Sorry!! to be quite out of the topic but I'm wandering if u guys might help;I'm using a Powerbook G4 1200mhz 256ram The problem is that It seems I have deleted the partition somehow..coz now instead of one H/drvs I now have two & what seems to be the most of it is that In cannot install the operating system coz it does not realy recognise the H/drives it gives the network boot or cd-r boot, Im thinking that somehow it needs to be formatted or maybe get the right partition because I can see there's quute a few of them...I'd really appreciate if maybe u might help me (DESPERATE) for assistance PLZ..PLZ..Nkosana (South Africa e-mail> [email protected]

  • My custom set ringtones are not working

    Just recently my custom set ringtones for someone have stopped working and instead the basic tones I have set for the phone are being used instead.   I recently synced my phone to itunes with the back up assistant and this happened after that.  How do I fix that?

    Have you checked these two points?
    1. Is the ringtone still set in the contact info in Contacts/Phone?
    2. Is the ringtone still available on the iPhone?
    If one is no just restore (1. select the tone again, 2. sync the ringtone again)

  • Can we custom set workflow throttle and batch size in Office 365 SharePoint online ?

    Hi All,
    I am new to sharepoint online administration. I want to know that can we custom
    set workflow throttle and batch size in Office 365 SharePoint online ?? likewise we were able to do in SP Farm environment using stsadm cmdlets.
    Can we use SP Online management shell to do the same ?
    Please help !!!

    Thanks for the reply...
    But then how can I optimize my workflow against these properties in Sharepoint online site environment  ?
    Throttle
    Batch size
    Timeout
    Workflow timer interval
    AutoCleanUpDays ()
    refer : http://www.codeproject.com/Articles/251828/How-to-Improve-Workflow-Performance-in-SharePoint

  • Customer set up incorrectly with 13 periods

    upon implementation customer was set up as 13periods -
    October 07 to October 08, the only problem is, October 08 should be period 1st of 09, not the 13 period of 08.
    is there a way to correct this?  easily ?
    fiscal should be for 12 mos only not 13, SAP recognizes the 13th period for yearend entries only, not for an actual period.

    It may not be easy for them. The best solution would be recreating their periods provided they don't have any transactions against the new periods.
    If they already posted JE, the only choice would be restoring clean backup and set everything correct from there. Then reload transactions by DTW.
    As for the 13 periods, it can be set as the actual period if a business need any periods only allowing full weeks.
    Thanks,
    Gordon

  • Accidentally Deleted a Custom Setting

    Today I accidentally hit delete on a custom Compressor setting and for some reason there's no "undo delete" option available. I can't find the setting in my OS Trash, and have no idea if there's any way to recover it. The setting was created by another editor, and I would prefer to recover it. Any help much appreciated!
    HL
    Compressor v3.5

    Nope - that is why you always need a good backup - to protect accident problems and errors
    LN

  • Custom Setting for Frame and kb/s

    I have an edited project I need to upload. I need to compress it at 320x240 with 500 kb/s with 15 fps and h.264.
    Compressor has defaults with 320x240 at 300 or 800 but not 500. How do I select this?
    How do I select frame rate to 15fps?
    d-

    Select your setting, then under the Geometry tab of the Inspector, change the frame size to custom. Frame rate is under the Encoder tab.
    All of this is well documented in the manual.

Maybe you are looking for