Create Customer of type CONSUMER (Accnt Group 0170)

Hello All,
i have scenario where i want to create customer of type <b>CONSUMER (account group 0170).</b>
i have seen BAPI's, BAPI_CUSTOMER_CREATEFROMDATA etc but it asks for reference customer number with sales org. But in case of CONSUMER there is no sales organization.In this case does anybody have solution for this or only BDC is the solution.
please let me know.
Regards,
Chandra

Hi,
If programming is not essential, you can use transactions VD01 or XD01 for the same.
Hope it helps u.
Regards,
Himanshu

Similar Messages

  • Creating Custom Content Types

    As the title suggests,  does anyone know how to create Custom Content Types in Adobe Livecycle Content Services ES?  I have looked far and wide across the www, and haven't had any luck with a straight forward, easy to follow, tutorial on the subject.  I have seen it for Actions and Aspects, but not Content.
    Thank you in advance,
    Alex

    Marc,
    Thanks for your response.  I've spent the past couple of days trying to get it to work, but I still cannot figure it out.
    According to all documentation I have found, I have modified the files I thought were the same as the Alfresco files:
    C:\...\jboss\server\all\deploy\contentservices.war\WEB-INF\classes\alfresco\extension
                   + .\liveCycleContentModel.xml
                        Added the <types> tag above the <aspects> tag, and created my type as specified online and also in a book
    Then I copied the web-client-config.xml to the extension folder and renamed as web-client-config-custom.xml and added the code to Content Wizards and Action Wizards to display it in the web ui.
    Am I missing anything?  When I re-package the .war file and redeploy/restart JBOSS, my localhost:8080/contentspace is completely broken.  no login in or anything but workspace is still in tact.
    Thanks for any further help,
    Alex

  • How to Create Custom Content Type with 100 site columns ?

    Hi EveryOne,
    i have one requirement to create custom conten types in sharepoint 2013 as follows.
    1. Create a content type with 100 site columns ( in this 100 site columns includes 10 mms feilds and 10 lookup fields).
    2.when we deploy the content type in other server if already the same content type existing in the server it should be upgrade the existing content type.
    Please advise how do develop the solution ( using power shell script or visual studio with event receiver or xml file)
    Regards,
    Srinivas

    Try below:
    http://www.mindfiresolutions.com/Add-Columns--Fields-Programmatically-to-a-SharePoint-List-282.php
    using(SPSite
    oSPsite = new SPSite("http://Web-URL"))
        oSPsite.AllowUnsafeUpdates =
    true;
    using (SPWeb oSPWeb = oSPsite.OpenWeb())
            oSPWeb.AllowUnsafeUpdates =
    true;
    /* get the SPList object by list name*/
    SPList lst = oSPWeb.Lists["EmpList"];
    /* create a Numeric field for EmpID */
    SPFieldNumber fldEmpID = (SPFieldNumber)lst.Fields.CreateNewField(
    SPFieldType.Number.ToString(),
    "EmpID");
            fldEmpID.Required =
    true;
            fldEmpID.DisplayFormat =
    SPNumberFormatTypes.NoDecimal;
    /* create a Text field for Name */
            SPFieldText fldName = (SPFieldText)lst.Fields.CreateNewField(
    SPFieldType.Text.ToString(),
    "Name");
            fldName.Required =
    true;
            fldName.MaxLength = 50;
    /* create a Date field for Dob*/
    SPFieldDateTime fldDob = (SPFieldDateTime)lst.Fields.CreateNewField(
    SPFieldType.DateTime.ToString(),
    "Dob");
            fldDob.DisplayFormat =
    SPDateTimeFieldFormatType.DateOnly;
    /* create a Currency field for Salary */
            SPFieldCurrency fldSal = (SPFieldCurrency)lst.Fields.CreateNewField(
    SPFieldType.Currency.ToString(),
    "Salary");
            fldSal.Currency =
    SPCurrencyFieldFormats.UnitedStates;
            fldSal.DisplayFormat =
    SPNumberFormatTypes.TwoDecimals;
    /* add the new fields to the list */
            lst.Fields.Add(fldEmpID);
            lst.Fields.Add(fldName);
            lst.Fields.Add(fldDob);
            lst.Fields.Add(fldSal);
    /* finally update list */
            lst.Update();
            oSPWeb.AllowUnsafeUpdates =
    false;
        oSPsite.AllowUnsafeUpdates =
    false;
    If this helped you resolve your issue, please mark it Answered

  • Is it Possible to create custom Object type in configuration Tab

    Hi ,
    We have object type for table in Development Tab in SOLAR02 , is it possible to create a custom object type to represent the table object type in Configuration Tab.
    Please let me know the steps , if it is possible.
    Best Regards,
    Saravana

    Hi
    You answer for you problem exists and its a common problem but you need to go for this development as mentioned below
    /people/andreas.diebold/blog/2007/02/13/extend-sap-solution-manager-to-manage-new-object-types
    We did long time back
    Hope ur problm and doubt is resolved now
    Regards
    Prakhar

  • Create custom movement type from 101 with only qunatity update

    Dear Experts ,
    I need to  create a movement type behaving just like 101 but should have no accounting entries generated .
    Is it possible . Can i customise the account grouping to meet the above requirements ?
    Regards
    Anis

    HI,
    You can try movement type 511(free of charge). but Price control in material master should be MAP.
    Regards,
    Pardeep Malik

  • Extending an IDoc Type or Creating Custom IDoc type

    Hi Experts,
    We need to modify IDoc Type "DESADV01" for adding extra fields. Should I extend this IDoc Type or Create a new Custom IDoc type with the extra fields? Which is the best practice? This is my first time with IDoc functionality. Please let me know.
    Thanks for the help.

    Hi Dev,
    Simple solution man.
    Try to create an extension for the Idoc you wanted to extend.
    Steps would be as follows: -
    1) Go to WE31, create the z-segments and make them ready
    2) Go to WE30, give some name for the extension and select the radio button extension and click on create button
    3) It will ask you necessary details like which idoc you wanted to extend...Give the details and add the z-segments and save it.
    4) Release it
    Thats it.
    Hope this solves your problem.
    Thanks,
    Babu Kilari

  • Create custom fault type in BPEL

    Hi
    Quick question for you all on a sunny Friday in London! Has anyone created a custom fault type in BPEL?
    If so, I'd appreciate a quick how to. I'm guessing it's a case of declaring a new type in your WSDL, but does it have to extend a type or something?
    Many thanks
    Chris

    From a rainy sunday eveving in Holland,
    You just create your own message type. Then you defien in your WSDL the fault, and point it to your own message type.
    In de BPEL process, you just name the name-space and use the Throw activity that uses your message type.
    Marc
    http://orasoa.blogspot.com

  • Create Custom HRInfotype type, Tcode : PPCI

    HI Guys
       My requirement is to create an HRinfotype . user should use Transaction PO10 and choosing the org unit, user should be able to choose my custom Infotype 9004 “Site type and Industry” and select Create/Edit/Delete.
    For this we follow the below given steps :-
    Step1:     Create  structures as mentioned in the HRI9004 
    Step2:     Using transaction PPCI create field infotype.
    Step3:     In table T777I assign the new infotype to the standard object type Org unit and define the time constraint.
    Can any body help me or send me any document to start from step 2 . i.e Using transaction 'PPCI'   .
    w

    Hi Manoj
       I did try this step . My problem is I had already created an infotype '9004'  then i deleted DD objects and i also did 'Shift + f2'  . Now when i am trying to create 9004 infotype . It says "Infotype 9007 cannot be created
    Please look at the following log"   and log  displays the below Given DD objects
    Infotype 9007                                                                               
    Dictionary                                                                               
    Structure HRI9007 exists                        
               Structure P9007 does not exist                  
           Table HRP9007 does not exist                                                                               
    HRP9007 not created in the database         
                   Database index XXXX not created                                                                               
    Module pool                                                                               
    Module pool MP900700 does not exist             
               Include MP900720 does not exist                 
               Include MP9007BI does not exist                                                                               
    Screens                                                                               
    Screen 1000 does not exist                      
               Screen 2000 does not exist                      
               Screen 3000 does not exist                                                                               
    User interface                                                                               
    User interface for MP900700 does not exist        
        Table entries                                                                               
    T778T: no table entries exist                     
             T777T: no table entries exist                     
             T777D: no table entries exist                     
             T77ID: no table entries exist                     
             T777I: no table entries exist                     
             T777Z: no table entries exist                     
             T77OA: no table entries exist                     
             T777M: no table entries exist                     
             T778U: no table entries exist                     
             T777U: no table entries exist                     
             T77NI: no table entries exist                                                                               
    SOBJ entries                                                                               
    OBJECT PDST: no table entries exist               
             OBJECT PDWS: no table entries exist                                                                               
    Dialog module                                                                               
    Dialog module RH_INFOTYP_9007 does not exist   
        TADIR entries                                                                               
    R3TR TABL HRI9007 does not exist               
             R3TR TABL P9007 does not exist                 
             R3TR TABL HRP9007 does not exist               
             R3TR PROG MP900700 does not exist              
             R3TR PROG MP900720 does not exist              
             R3TR PROG MP9007BI does not exist              
             R3TR DIAL RH_INFOTYP_9007 does not exist                                                                               
    Could you give me some solution or else try the same steps . Create infotype - Delete infotype and DD objects - Then try creating the same.

  • PPCI: Create customer info type

    Hi,
    I tried to create a new info type for OM. I used PPCI but get the following error.
    Any ideas why i can't successfully create info type 9010
    Structure HRI9010 exists
    Structure P9010 does not exist
    Table HRP9010 does not exist
        HRP9010 not created in the database
        Database index XXXX not created
    Module pool
    Module pool MP901000 does not exist
    Include MP901020 does not exist
    Include MP9010BI does not exist

    hi
    this link might be useful
    how to create OM Infotype
    Regards
    sameer

  • Problem to create HR customized info type

    Hi Guys,
    When i am creating customized info type using T-code PM01,  i get error message like "package in non original system only modifiable with organizer tools".
    The above message is coming whenever save the infotype in either customized package or local package.
    Please tell me the solution to overcome the error.
    thanks.

    Phani,
    In PM01, under create tab when you enter Custom Infotype number and hit enter Which System does it show as Original System (under attributes group), per my understanding it should have been SAP (I Guess), So choose a Package such that your Original System is the system you are working on.
    Hope this helps!
    Regards
    Shital

  • Can I add Custom Content Type created programmatically to Custom List Definition?

    I have created Custom content type programmatically in the Feature Receiver. Followed by this have another feature which creates List Template. I want to add the custom content type to the list template.
    Using VS 2012, I added the custom content type to the list definition. The Schema.xml for the list definition looks as below:
    <ContentTypes>
    <ContentTypeRef ID="0x010100D7D9F4B1F4A9684BB44389571024B2EC00C393BB21B8AD7B41B62A87DF0501504D" />
    </ContentTypes>
    ID was automatically added by the VS tool.
    List Template is created, the new content Type is also added, but the Name is displayed as "Document" instead of the custom content type name. So I see two CTs with the name "Document".
    How can I achieve this? Any help is appreciated.

    Hi,
    Please add EnableContentTypes="TRUE" in the <List > tag.
    The following materials would be helpful:
    How to add custom content type to a custom list
    http://innersharepoint.blogspot.de/2009/10/how-to-add-custom-content-type-to.html
    SharePoint Custom List Definition with Content Type
    https://achrafsp.wordpress.com/2013/03/31/sharepoint-list-definition-with-content-type/
    Create a Custom SharePoint List Definition
    http://www.mssharepointtips.com/tip.asp?id=1188
    Best Regards
    Dennis Guo
    TechNet Community Support

  • SharePoint 2013 Custom Content Type with Site Column custom validations

    Hello,
    Can somebody please suggest me how I can create custom content type with site columns with custom validation to site columns programmatically?
    Thanks,
    Praveen Kumar Padmakaran

    Hi,
    From your description, my understanding is that you want to create content type with site column with validation.
    You could create a site column, and add some validation to the site column. After you could create a custom content type, please add the site column with validation to the content type. Please refer
    to this code below:
    static void Main(string[] args)
    // replace your url
    using (SPSite site = new SPSite("http://sp/sites/sp2013"))
    using (SPWeb web = site.OpenWeb())
    //define the type of the field
    SPFieldType type = SPFieldType.Number;
    // create a site column
    SPField field = CreateSiteColumn(web, "newTest", type, "");
    // add custom formula for the field
    SPFieldNumber fieldNumber = web.Fields.GetField("newTest") as SPFieldNumber;
    fieldNumber.ValidationFormula = "=[newTest]>5";
    fieldNumber.ValidationMessage = ">5";
    fieldNumber.Update();
    SPContentTypeId parentItemCTypeId = web.ContentTypes[0].Id;
    // create custom content type
    SPContentType contentType = CreateSiteContentType(web, "newContent", parentItemCTypeId, "Custom Content Types");
    // add the site column to the content type
    AddFieldToContentType(web, contentType, field);
    // add fiedl to contenttype
    public static void AddFieldToContentType(SPWeb web, SPContentType contentType, SPField field)
    if (contentType == null) return;
    if (contentType.Fields.ContainsField(field.Title)) return;
    SPFieldLink fieldLink = new SPFieldLink(field);
    contentType.FieldLinks.Add(fieldLink);
    contentType.Update();
    // create a custom content type
    public static SPContentType CreateSiteContentType(SPWeb web, string contentTypeName,SPContentTypeId parentItemCTypeId, string group)
    if (web.AvailableContentTypes[contentTypeName] == null)
    SPContentType itemCType = web.AvailableContentTypes[parentItemCTypeId];
    SPContentType contentType =
    new SPContentType(itemCType, web.ContentTypes, contentTypeName) { Group = @group };
    web.ContentTypes.Add(contentType);
    contentType.Update();
    return contentType;
    return web.ContentTypes[contentTypeName];
    // create a site column
    public static SPField CreateSiteColumn(SPWeb web, string displayName,SPFieldType fieldType, string groupDescriptor)
    if (!web.Fields.ContainsField(displayName))
    string fieldName = web.Fields.Add(displayName, fieldType, false);
    SPField field = web.Fields.GetFieldByInternalName(fieldName);
    field.Group = groupDescriptor;
    field.Update();
    return field;
    return web.Fields[displayName];
    You could refer to these articles:
    C# code to create Site Column, Content Type, and add fields to Content Type
    http://spshare.blogspot.jp/2013/10/c-code-to-create-site-column-content.html
    How to do custom validation for site column in SharePoint
    http://www.c-sharpcorner.com/uploadfile/anavijai/how-to-do-custom-validation-for-site-column-in-sharepoint/
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected].

  • Custom Process Types not working in SAP BPC 10.0

    Hi Experts,
    We have migrated from SAP BPC 7.5 NW to SAP BPC 10.0 NW.
    We have three Custom Process Types created in BPC 7.5NW using the super class CL_UJD_SIMPLE_ACTOR as super class.
    It has been made Obsolete and Final class in BPC 10.0NW and the Custom Process types are not running as expected.
    Can you please suggest if there is any alternative for using the existing custom process types? Or do we have any alternative for creating custom process types?
    *Note: We have tried replacing the superclass with CL_UJD_ACTOR instead of CL_UJD_SIMPLE_ACTOR but of no use.
    Regards,
    Balraj.

    Hi Inl,
    The statement looks fine, just confirm:
    Your CATEGORY dimension is named CATEGORY? Is it really has property COMPARISOIN?
    Can you show the screenshot of UJKT run of script?
    What is your core BPC SP?
    Vadim

  • How to use custom aspx page as template for custom content type

    Hi,
    I have created custom content type and custom aspx page. I want to use aspx page as template for custom content type.
    Can anybody please let me know how to accomplish this?
    Any help would be appreciated.
    Thank you,
    AA.

    Check if you are looking for the below
    http://www.sharepointpals.com/post/How-to-Create-a-Page-Layout-(PageLayout)-with-ContentType-in-SharePoint-2013
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Problem with customized info type creation

    hi
    When i am creating customized info type using T-code PM01, i get error message like "package in non original system only modifiable with organizer tools".
    The above message is coming whenever save the infotype in either customized package or local package.
    As per my observation when i save the infotype, it default takes SAP package So i need to change that package.So how can i change the package in T-code PM01.
    Please tell me the solution to overcome the error.
    Thanks,
    Ali

    Hi,
    Since infotype attribute in table T582A is clent specific, so you should maintain the entries in the target client.
    Create the table entry of your infotype in the other client in view V_T582A (infotype attribute) or via t-code PM01 and click button 'infotype characteristics. Also you can transport CR from client to client via t-code SCC1 as well.
    Hope helps,
    Chen Jian

Maybe you are looking for

  • Down payment as commitment

    Hi, We implemented fund management in system. Now we are posting advances in F-48, the amount consumed from budget and treated as actual expenses but i need all advances as commitment and at the same time it has to check the availability of budget al

  • Swear word on unknown changes and why can i no longer access a program i paid for????

    my photoshop elements THAT I PAID FOR is no longer available on my computer!!!!!!!  who stole it?  where did it go?  why should i buy another one?  and how come i cannot find a way to contact adobe???????????????  i am really pissed!  i feel totaly m

  • [iPhone SDK] UIDatePicker doesn't move

    Hello, I created a UIDatePicker directly in my UIAppDelegate class. The picker appears on my screen but I can't move it. If I add programatically ask it to move with animation the picker date changes. It seems the picker isn't enabled or doesn't get

  • Installing Access Manager under App Server platform

    We have done an install of Access Manager 2005Q1 under App Server platform edition 2005Q1 (v8.1) on Linux Redhat Enterprise edition (v3). When starting up Access Manager, we get a NoClassDefFound exception. Some postings mention some issues with the

  • Fix for Flash player in Mountain lion/Safari 6.0

    Hi, i was having problems with flash player but found a fix, it takes a while but it worked for me. First install the latest flash player. now mount the flash player installer, go to flash player installer and right click, then "open package contents