PO EDI - How do I exclude a specific variant configuration value

Hello,
When sending POs via EDI we include our variant configuration values (segment E1CUCFG/E1CUVAL). There is one specific variant configuration we don't want to include as it's irrelevant to the vendor and keeps confusing them. We do need to send all the other variant configuration values. What would be the best way to do this?
Thank you,
Michael

Never mind, I found it.
MM06E001 / EXIT_SAPLEINM_013 allows me to modify E1CUVAL.

Similar Messages

  • How Forecast Release and Consumption for Variant Configuration

    Hi experts,
    we are planning in our project how to Forecast Release and Consumption for Variant Configuration
    can you explain me
    Regards,
    babu

    Hi Sivaramakrishna,
    We tried the same but what is complicating is having "market" attribute of customer in R/3 and planning forecast in DP at the "market" level. There is no customer as such in DP. THere is only market. We could release forecast at market leve using "consumption group". But I am trying to figure out how to have the sales orders consume forecast at the location, product and market level in SNP.
    Today we have our sales orders to consume forecast in SNP at location-product level. we are trying to take this to "location-product-market" level in SNP.
    I think we need to use some settings for characteristic based or variable consumption I think...but not clear.
    Any help is appreciated.
    Thanks for taking time to reply.

  • How to assign object dependancies in variant configuration

    Hi,
    I had maintain object depedacies, but in BOM for a specific assembly, that object depedancies should come, for that where I have to assign that dependancies, if possible give me the whole proceedure for the object dependancy creation and assignment.
    thanks.

    Hi Samir ,
    Is your material configurable ?  If not , at first you need to create a confgurable material.
    In material master Basic Data -2 , there is an indicator " Material is configurable ". Mark the same.
    Only for configurable materials you find the object dependencies column in BOM .( CS01 )
    Regards
    Ramesh Ch

  • How to get dependencies assigned to Variant Configuration characteistics from program

    Hi Experts,
    I want to get the details of the dependencies assigned to VC characteristics from ABAP program.
    Is there any function module/BAPI to get the dependency details?
    Thanks in advance.

    Dear Ram,
    When you display the syntax of a dependency in the CU03, the syntax is read from the table CUKN in the form CUKDX_GET_KNTAB (Include LCUKDF5Q). The relevant select is
      SELECT * FROM CUKN INTO TABLE CUKN_TMP_TAB
        WHERE    KNNUM = KNNUM
              AND DATUV <= DATE
        ORDER BY DATUV DESCENDING adzhl descending KNCNT ASCENDING."1550879
    In the column KNBLK of the table CUKN_TMP_TAB you can find the syntax of the dependency  (including the line number). Waybe you can use a similar construction in a custom program.
    So you basically only need to know the CUKB-KNNUM of the dependencies that are attached to the characteristic. You can find these more easily by entering the KNOBJ from the CABN of the  characteristic in the table CUOB. The function module CUKD_KNOWLEDGE_DEFINITION is actually not necessary for that.
    Best regards,
    Eric

  • Assigning an interactive activity  by excluding a specific participant

    Hi,
    I'm trying to implement an approval process using ALBPM 6.0, and have a problem couldn't solve effectively.
    There is an interactive activity (let's call it actA) assigned to roleA, a second activity(actB) assigned to roleB. actB executed after actA and an unconditional transition placed between them. Both roleA and RoleB have some common participants. The problem is, both activities shouldn't be assigned to the same participant. How can I guarantee that a participant who has assigned to roleA and roleB does not see actB in his inbox if he executed actA?
    Do you have any suggestions or a solution?
    Thanks.

    Here's the logic that does a "round robin" assignment, but excludes a specific participant.
    role as Role = Role.find(name : "Employee")
    parts as Participant[] = role.participants
    indexStored as String = retrievePropertyFor(Fuego.Server,
                                        application : "RoundRobin",
                                        name : "LastParticipantIndex")
    lastIndex as Int
    finished as Bool = false
    excludedParticipant as String = creation.participant.name
    if indexStored = null or indexStored.empty then
        lastIndex = -1
        // we will start from zero
    else
        lastIndex = Int(indexStored)
    end
    while not finished do
        lastIndex = lastIndex + 1
        if lastIndex >= length(parts) then
            lastIndex = 0
        end
        if parts[lastIndex].name != excludedParticipant then
            finished = true
            participant.next = parts[lastIndex]
            logMessage "This instance is assigned to " + participant.name +
                ", lastIndex = " + lastIndex + ", indexStored = " + indexStored
        end
    end
    storePropertyFor Fuego.Server
        using application = "RoundRobin",
              name = "LastParticipantIndex",
              value = String(lastIndex)Hope this helps,
    Dan

  • How to set up Application specific custom ogoff (sign-off) page.

    Hi,
    I'm using OracleAS 10.1.2.2
    Note 333638.1 shows us how do make a custom SSO login page to be application specific. This works.
    Now, I want to do a custom SSO logout (sign-out) page. Using the redirect method described does not seem to work. Please note that in our version 10.1.2.2, there is no default logout.jsp page in the /sso/jsp directory. To deploy a custom logout page, I would need to update the WWSS_LS_CONFIGURATION_INFO$ view.
    I was able to test a custom SSO logout.jsp page sucessfully. However, when I tried using a redirect_logout.jsp to make it application, it no longer works.
    Does anyone know or have any idea on how to deploy an application specific logout page? (i.e. only specific applications uses the custom logout page, otherwise go to the default one).
    Thanks.
    - Kevin

    Well,
    There are 5 choices to choose from on the page. In the description of the choices at the bottom of the page there are 7, and the two additional choices talk about having to first have registered the site with SSO. So...I'm interpreting that as meaning that other 2 possible choices would be displayed if the site is registered with SSO. That, plus the fact that the page which describes how to add the site to SSO seems to think that the SSO choices are displayed in the wizard.
    So, no, there's no "exact launguage" that says what the reason is for the choices not being displayed. Can you point me to some exact language that tells me how to get those choices displayed?

  • How can i exclude my macbook backup on time capsule from other imac connected to same time capsule?

    we have several mac connected to same time capsule, how can i exclude one macbook backup from all the others mac accessing same time capsule?
    thanks

    Not exactly clear what you mean.. the TC will keep each Mac backup in its own sparsebundle.. it does this automagically.. The backups are not mixed.. all are kept separate.
    Or is this a security question.. you don't want people looking at the contents of the backup?
    You can increase the security of the TC.. but it is too late.. you should have done it when first installed. If you go to the setup you can change security (Secure Shared Disks) by selecting with Accounts.. the problem is you will lose access to all the existing backups. You really need to do a clean start.. create accounts for all the users and start again.
    Also note security is not a big feature here.. anybody with physical access to the TC can press the reset for 1sec and get access. It is a home device not a business device.

  • How do I find out what program / file is using 100 GB of space on my Hard drive?  Once I find the problem  how do I delete the specific files to increase GB of space?

    How do I find out what program / file is using 100 GB of space on my Hard drive?  Once I find the problem  how do I delete the specific files to increase GB of space?

    Use OmniDiskSweeper
    Once you find file, it can be deleted from within OmniDiskSweeper
    Allan

  • How can I set a specific user log on neme to a specific machine

    Greeting,
    I have a question : 
    How can I set a specific user log on name to a specific machine.
    e.g. 
    Only User.A can log on to PC.A and the other can not.
    Base On :
    Windows Server 2003
    Active Directory Version : 5.2.3790.1812

    Technically we're both right.  This depends on what scenario you're setting this up.
    1)  If you want to say only this person can log on to this machine, and it's not an enterprise solution (meaning you have a handful of computers you want restricted, not all computers) then do something like Yan Li has recommended.  However, I
    do not recommend using any DENY LOCAL LOGON user rights.  In this case, you would have to deny everyone except 'User A' and your Administrators.  If you put a user in ALLOW LOCAL LOGON and DENY LOCAL LOGON, then DENY wins and no one logs in.  Instead,
    you should remove all the settings from ALLOW LOCAL LOGON and add only User A and administrators.
    2) If this is an enterprise solution, use the LOG ON TO option I mentioned before.  Managing user right assignments per machine is very difficult and isn't a practical way to do it on a large scale.  If every user in your domain is assigned a computer
    that they can use, only that user can use that machine and that machine will effectively only allow that user.  For this to work, EVERY user must be restricted to a workstation, if no setting is present, then that user can log on anywhere.  This
    is my preferred solution still.
    Like I said, it depends on your situation to which route is better.  I hope this helps and is clear and easy to understand.
    - If you have my posts to be helpful, or the answer, please mark them appropriately.  Thank you.
    Chris Ream

  • HT4207 how can I remove a specific gmail account from my ipad 4?

    How can I remove a specific Gmail account from my ipad 4?

    Assuming you are not syncing with iCloud and you mean, syncing with iTunes only...(you can only use one or the other for syncing to prevent duplicates)
    iTunes -
    - Open iTunes on your Mac. Connect your iPad. Then click on your iPad (either its name or just "iPad"), then click the info tab (right above the photo of an iPad in the middle). From here you can select sync contacts, then sync groups, and select the groups you want and choose Apply/Sync in the bottom left corner.
    iCloud -
    - With iCloud if you just sign into iCloud in System Preferences and turn on Contacts, it will prompt to merge all of your contacts that are not already syncing with Gmail or Yahoo!, etc. so there really isnt a way to pick and choose as much with that.
    - However if you really want to use iCloud and not iTunes, you could import the contacts that you want into iCloud.com, but you would need to export them from your Contacts App on your Mac and then import them into iCloud (VCard / .VCF is the format you want).
    * Exporting the contacts from your Mac Contacts Application --> http://mac.tutsplus.com/tutorials/app-training/contacts-101-a-beginners-guide-to -contacts-on-os-x/ (further down the page)
    *Importing contacts into iCloud.com - http://support.apple.com/kb/PH3605
    **NOTE - Remember if you do the import into iCloud.com method, DO NOT sign into System Preferences > iCloud, and choose to MERGE contacts. If you do this later, all of your contacts will merge with iCloud and you will have duplicates of this group.
    I hope this isnt too confusing. Have a good night!

  • How do I install software (specifically Office for Mac) on a MacBook Air?

    How do I install software (specifically Office for Mac) on my MacBook Air?  Thanks.

    Q7: How do I activate?
    A7: To activate the product, follow these steps:
    1. Launch application and click Enter your product key.
    2. Review the Software License Agreement and click Continue.
    3. You must agree to Software License Agreement. Click Continue.
    4. Enter your product key and click Activate. The Activation Wizard automatically contacts the Microsoft licensing servers through your Internet connection. When you activate the product by using the Internet, the product key is sent to Microsoft through an encrypted transfer. If you decide to activate the product through the Internet and you are not already connected, the wizard alerts you that there is no connection. Click either Activate by Phone or Activate later.  Note Do not lose the product key. Keep the packaging, or note the number. Keep the number information in a safe location.  Your product key is a unique sequence of 25 letters and numbers divided into groups of 5.  If you purchased a box with a DVD: The product is located on the back of the Office for Mac DVD sleeve.  If you purchase through a web site: The product key is sent to you in email with the title Microsoft Office for Mac – Order Confirmation”
    5. If the activation is successful, you receive the following message:  
    Your copy of <product title> is now activated.
    If for any reason the Activation fails, click Activate by phone. Select your location and then dial the phone number on the screen. For example, for United States: 1866-825-4797 or United Kingdom: (44)-(203)-147-4930. You can telephone an Activation Center to obtain the help of a customer service representative and activate the product. Telephone activation might take longer than activation through the Internet. You should be at the computer when you call. Additionally, you should have your software product key. When you select this option, the Activation Wizard generates an Installation ID. You musy have this Installation ID to activate the product by telephone.
    Important When you telephone the Activation Center, you are prompted to read the Installation ID numbers.
    Note Activation Center numbers are not listed for all locations in this article because telephone contact numbers vary by license and also by country or region. The Activation Wizard gives you the number to telephone the Activation Center.

  • How do I input a specific color value for a shape?

    I've been trying to figure out why I cannot input a specific color that I want for a shape. I'm not just choosing a color that looks nice, I'm trying to match it to a solid color in the next clip. Ive tried to use the eye dropper to get the color from the next clip but I cannot copy anything outside of the color pallete provided. I know the value of the color (from 0-255 it's R:191, G:211, B:217) but all FCPX has is 0 - 1, which is some other kind of color value system I've never seen before. Does anyone know how I can put that specific color value into the shape generator?

    Click the color swatch to open the Apple color picker. This is common to all Mac apps.
    Click the second tab for color sliders. Change the popup to RGB.

  • How do I save a specific layer as an audio file

    I needed a second audio file and created a layer and placed my video file that has the audio I want in that layer.  I edited the audio in that layer and now I want to save the result as an audio file.. preferably an MP3 file. How do I select a specific layer and save just that layer as an audio file?

    I would think  with Photoshop you may be able to save it as a video mp4 file then find a Video splitter program to split out the audio.  Or use and Audio program in the first place rather the using a program like photoshop that can do some basic video editing.

  • How do I set a specific page to open when I open a new tab in Firefox? I can open the page when initially opening Firefox, but not for subsequent tabs/pages.

    How do I set a specific page to open when I open a new tab in Firefox? I can open the page when initially opening Firefox, but not for subsequent tabs/pages.

    You can use an extension to set which page to open in a new tab:
    *NewTabURL : https://addons.mozilla.org/firefox/addon/newtaburl/
    *My Homepage: https://addons.mozilla.org/firefox/addon/my-homepage/

  • How do I removing a specific item from an Array?

    Hi there.
    I am having an array of movieclips and when my circle(controlled with the keyboard) hitTests true with one of the movieclips inside that array i want to remove that movieclip from the array so when i hitTest it again it returns false (I hitTest using a "for in" with that array).
    How do i remove a specific item from within an array?
    Can someone help me? Thanks a lot.

    i haven't noticed anyone showing deference because of the points.  in fact, i've seen some people (a minority, to be sure) be just obnoxious about it.  i never encountered that before:  some people feel they have power because they can dole out points.
    but overall i agree with you:  the loss of the list of threads i am participating in, along with the most recent posters name, is a significant drawback of the new forums.  and there's nothing new in these forums that offsets that drawback.
    in addition, i think we've lost way more than 1/2 the older threads.  that's a lot of information that's no longer available.

Maybe you are looking for

  • Drop down by index  in table cell

    Hello I need for one column in table to have a drop down. I have the the following context: node: Zsi_Profile_TyperdvZish_Available_Timeslots_S_Rfc subnode: X value attribute in subnode X: a Node X is singelton = false, selection: 0-1. I am defined a

  • Change PGA for session?

    Hi there, we are developing an OLTP application on 11gR2. As a consequence of having a lot of small transactions, we have configured a relatively small PGA and a lot of SGA memory and have configured the optimizer relevant parameters for choosing b-t

  • Can't connect to a server?  Error message

    Hi, I have what I believe to be a strange problem. My internet service seems to be fine except I can't connect to any pages related to my internet service provider. I have no problems connecting to any other site page. When i try to connect to my pro

  • Advance actions work while in Captivate, but not when Published

    Hey, So I have a button which is suppose to both send you to the next slide and open up a web page in a new window. While in Captivate (5.5), it works, and wonderfully. However, after I publish it...pushing the button does nothing. Any thoughts as to

  • Which kind of printers should i use?

    my pc is power macintosh G3 333MHZ 128MB .9GB 24X CD/6VR model no. M4405 which kind of printers should i use? plz give me name , number and all the details about printer... i have desk writer printer no.550c which kinds of pc can connect with?????? c