Acct Assignment Cat Goes Blank When Outline Agreement is Added to PO

PO line item has AAC "Q".  OA field is blank.  When we manually put the OA number on the PO line item, the "Q" disappears.  We just went to ECC, and it seems like a new issue.

The contract has AAC "blank".  The PO has AAC "Q".  Sometimes it blanks out the AAC on the PO when the contract is added.  Sometimes it does not.

Similar Messages

  • Acct assignment cat. of item not in user data; Inform system admin

    Hi all,
    We are on a SRM EBP 5.0 project and we are getting the following error when we try to create a purchase order from the purchasers login.
    "Acct assignment cat. of item not in user data; Inform system admin"
    The complete details of the screen shot are as follows:
    The following error text was processed in the system DS1 : Acct assignment cat. of item not in user data; Inform system admin.
    The error occurred on the application server lndnysap1_DS1_01 and in the work process 0 .
    The termination type was: TH_RES_FREE
    The ABAP call stack was:
    Form: ABORT_PO of program SAPLBBP_PO_UI_ITS
    Form: ADD_TO_MSG_LOG of program SAPLBBP_PO_UI_ITS
    Form: ADD_TO_MSG_LOG_MULTI of program SAPLBBP_PO_UI_ITS
    Form: SET_PRICING of program SAPLBBP_PO_UI_ITS
    Form: DETERMINE_EXTERNAL_SCREEN of program SAPLBBP_PO_UI_ITS
    Module: DETERMINE_EXTERNAL_SCREEN of program SAPLBBP_PO_UI_ITS
    We did the following steps :
    Created shopping cart- employer and WF triggered apprd. by manager.
    Purchaser did "Carry Out Sourcing ", and if we say "Create Purchase Order", the PO gets created with a information message that "Incomplete purchase order 11/1 is created "
    When we go to  "Process Purchase Order" for the completion of the same. If we see Follow-on documents "Purchase Order Held" occurs.
    In the tab Item Data details Pricing tab we get this error.
    Do any of the SRM gurus can suggest us what to do?
    In our admin logon it shows
    "Server for pricing is not running. Start Server"  occurs after every run of this process purchase order from the purchasers login, though our IPC is working fine.
    Will be of great help if somebody replies soon.
    Sincerely,
    Sridhar.

    Hi,
    IPC has to be configured.
    Please check the following threads :
    https://forums.sdn.sap.com/click.jspa?searchID=211089&messageID=2714527
    https://forums.sdn.sap.com/click.jspa?searchID=211089&messageID=2715019
    Kind regards,
    Yann

  • Acct Assignment Cat."P" of PR in ECC cann't be brought to EBP

    Dear everyone.
        when I create  PR with "P" of Acct Assignment Cat. in ECC, PR is transfered to EBP as shopping cart. but I found the Acct Assignment Cat. is "CC" ,not "WBS", this is not normal.
        Because in SRM IMG. the "CC" mapping to "K" ;the "WBS" mapping to "P" ; the "AS" mapping to "A".
        Addintional, if I create PR with "K" or "A", then related shopping car's Acct Assignment Cat. is "CC" or "AS", it is right.
        I have a test, I inactived "CC"mapping to "K", and make "WBS" mapping to "K",  while I creat the PR with "K" , PR cann't be transfered to EBP. the error message is "Account assignment category CC does not exist. Check entries"
        Why, doesn't the "cc" be fixed?
        Please help me ,it is urgent.I will reward for this.
    Jesse.

    Jesse,
    If I read you problem right, the problem is that inactivated 'CC' in EBP. How's that configuration done in ECC?  We are not using ECC at this time but it looks like you need to synchronize the account assignment configuration between the two systems.
    Just my 2-cents, I hope that the fix is that easy.
    Regards, Dean.

  • Diagram goes blank when bpel file is outside default dir

    Hi,
    I am using JDeveloper v10.1.2.1.0 and the “Diagram view” goes blank when I take the “.bpel” file from the project root directory (the default location) to some other directory, even though I modify the references accordingly. My suitcase looks like this:
    <BPELSuitcase>
    <BPELProcess id="TaskAssignment" src="../../bpel/TaskAssignment.bpel">
    <partnerLinkBindings>
    <partnerLinkBinding name="client">
    <property name="wsdlLocation">TaskAssignment.wsdl</property>
    </partnerLinkBinding>
    </partnerLinkBindings>
    </BPELProcess>
    </BPELSuitcase>
    The project compiles successfully with “rebuild”, the “Source” tab allows me to see the BPEL source code, but the “Diagram view” remains blank. Why?
    Thanks,
    Manuel

    I have the similiar issue even when the BPEL file is not touched or moved. This happens in I use the email activity.
    <!--
    The 'client' role represents the requester of this service. It is
    used for callback. The location and correlation information associated
    with the client role are automatically set using WS-Addressing.
    -->
    <partnerLink name="client" partnerLinkType="client:AdaptationNotifier"
    myRole="AdaptationNotifierProvider"
    partnerRole="AdaptationNotifierRequester"/>
    <partnerLink name="AdaptationService"
    partnerLinkType="ns3:AdaptationService_PL"
    partnerRole="AdaptationService_Role"/>
    <partnerLink name="NotificationService"
    partnerRole="NotificationServiceProvider"
    partnerLinkType="ns1:NotificationServiceLink"/>
    </partnerLinks>
    <!--
    VARIABLES
    List of messages and XML documents used within this BPEL process
    -->
    <variables>
    <!-- Reference to the message passed as input during initiation -->
    <variable name="inputVariable"
    messageType="client:AdaptationNotifierRequestMessage"/>
    <!-- Reference to the message that will be sent back to the requester during callback -->
    <variable name="outputVariable"
    messageType="client:AdaptationNotifierResponseMessage"/>
    <variable name="Invoke_1_logMessage_InputVariable"
    messageType="ns3:AdaptationService_logMessage"/>
    <variable name="Invoke_1_logMessage_OutputVariable"
    messageType="ns3:AdaptationService_logMessageResponse"/>
    </variables>
    <!--
    ORCHESTRATION LOGIC
    Set of activities coordinating the flow of messages across the
    services integrated within this business process
    -->
    <sequence name="main">
    <receive name="Receive_Notification_Message" partnerLink="client"
    portType="client:AdaptationNotifier" operation="initiate"
    variable="inputVariable" createInstance="yes"/>
    <scope name="Scope_1">
    <scope name="Email_1">
    <bpelx:annotation>
    <bpelx:pattern patternName="bpelx:email"></bpelx:pattern>
    </bpelx:annotation>
    <variables>
    <variable name="varNotificationReq"
    messageType="ns1:EmailNotificationRequest"/>
    <variable name="varNotificationResponse"
    messageType="ns1:ArrayOfResponse"/>
    <variable name="NotificationServiceFaultVariable"
    messageType="ns1:NotificationServiceErrorMessage"/>
    </variables>
    <faultHandlers>
    <catchAll>
    <invoke name="Invoke_1" partnerLink="AdaptationService"
    portType="ns3:AdaptationService"
    operation="logMessage"
    inputVariable="Invoke_1_logMessage_InputVariable"
    outputVariable="Invoke_1_logMessage_OutputVariable"/>
    </catchAll>
    </faultHandlers>
    <sequence name="Sequence_1">
    <assign name="EmailParamsAssign">
    <copy>
    <from expression="string('Default')"/>
    <to variable="varNotificationReq"
    part="EmailPayload"
    query="/EmailPayload/ns1:FromAccountName"/>
    </copy>
    <copy>
    <from expression="string('')"/>
    <to variable="varNotificationReq"
    part="EmailPayload"
    query="/EmailPayload/ns1:Bcc"/>
    </copy>
    <copy>
    <from expression="string('')"/>
    <to variable="varNotificationReq"
    part="EmailPayload"
    query="/EmailPayload/ns1:Cc"/>
    </copy>
    <copy>
    <from expression="string('')"/>
    <to variable="varNotificationReq"
    part="EmailPayload"
    query="/EmailPayload/ns1:ReplyToAddress"/>
    </copy>
    <copy>
    <from expression="string('')"/>
    <to variable="varNotificationReq"
    part="EmailPayload"
    query="/EmailPayload/ns1:Subject"/>
    </copy>
    <copy>
    <from expression="string('')"/>
    <to variable="varNotificationReq"
    part="EmailPayload"
    query="/EmailPayload/ns1:To"/>
    </copy>
    <copy>
    <from expression="string('')"/>
    <to variable="varNotificationReq"
    part="EmailPayload"
    query="/EmailPayload/ns1:Content/ns1:ContentBody"/>
    </copy>
    <copy>
    <from expression="string('text/html; charset=UTF-8')"/>
    <to variable="varNotificationReq"
    part="EmailPayload"
    query="/EmailPayload/ns1:Content/ns1:MimeType"/>
    </copy>
    <copy>
    <from expression="string('Default')"/>
    <to variable="varNotificationReq"
    part="EmailPayload"
    query="/EmailPayload/ns1:FromAccountName"/>
    </copy>
    <copy>
    <from expression="string('')"/>
    <to variable="varNotificationReq"
    part="EmailPayload"
    query="/EmailPayload/ns1:Bcc"/>
    </copy>
    <copy>
    <from expression="string('')"/>
    <to variable="varNotificationReq"
    part="EmailPayload"
    query="/EmailPayload/ns1:Cc"/>
    </copy>
    <copy>
    <from expression="string('')"/>
    <to variable="varNotificationReq"
    part="EmailPayload"
    query="/EmailPayload/ns1:ReplyToAddress"/>
    </copy>
    <copy>
    <from expression="string('')"/>
    <to variable="varNotificationReq"
    part="EmailPayload"
    query="/EmailPayload/ns1:Subject"/>
    </copy>
    <copy>
    <from expression="string('')"/>
    <to variable="varNotificationReq"
    part="EmailPayload"
    query="/EmailPayload/ns1:To"/>
    </copy>
    <copy>
    <from expression="string('')"/>
    <to variable="varNotificationReq"
    part="EmailPayload"
    query="/EmailPayload/ns1:Content/ns1:ContentBody"/>
    </copy>
    <copy>
    <from expression="string('text/html; charset=UTF-8')"/>
    <to variable="varNotificationReq"
    part="EmailPayload"
    query="/EmailPayload/ns1:Content/ns1:MimeType"/>
    </copy>
    </assign>
    <invoke name="InvokeNotificationService"
    partnerLink="NotificationService"
    portType="ns1:NotificationService"
    operation="sendEmailNotification"
    inputVariable="varNotificationReq"
    outputVariable="varNotificationResponse"/>
    </sequence>
    </scope>
    </scope>
    </sequence>
    </process>

  • The screen goes blank when I press to enlarge while watching netflix or a TV show.  What have I done?

    The screen goes blank when I press to enlarge while watching netflix or a TV show.  What have I done?

    Have you tried resetting the iPad:
    Reset iPad:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.

  • Lg cosmos touch goes blank when placing VM calls

    My lg touch goes blank when calling vm & i cannot get the dial pad w/o opening the phone.  I've seen other postings regarding resetting the proximity in the service menu but i cant find it on this phones menu.   how / where do i go to reset the proximity settings IF that is what will fix it.  thanks.

    Hello yosmt! I've researched the operation you've mentioned (changing the proximity settings on the Cosmos Touch) and can't find any data on it. I can tell you this: If you're dialing to your voicemail or any other Interactive voice response system, the display should remain illuminated while the phone is held at a distance from the human face for at least 5 seconds. If your phone isn't doing that, then we have to discuss options other than changing settings. If you want, you can send me a personal message through the forum. Please include your name and mobile number. Thanks!

  • My screen goes blank when receiving or making calls.

    My screen goes blank when receiving or making calls.  Cannot get back to the tiles window until the other party hangs up.

    Go to the Apple in the upper left corner and select About This Mac, then click on More Info, then select Power from the left hand column of the System Profiler. Copy and paste the Battery Information back here.

  • Samsung 205BW goes blank when using DVI

    Hi
    I have a G4 Mac Mini. I recently purchased a [url="http://komplett.ie/k/ki.asp?sku=322266"]Samsung 205BW 20in widescreen LCD monitor[/url].
    I connected it via the DVI port on my mini with the DVI cable that came with the monitor and it seemed to work great but occasionally the screen will flick black as if there was nothing connected to it. It happens most noticeably when I go from a fullscreen quicktime video to the desktop or if I activate Expose. Also if the Mini goes to sleep and I try to wake it the screen stays black and I either have to reboot or change to using the VGA cable.
    The monitor works perfectly if I use a DVI-VGA adaptor and connect to the VGA port on the monitor but I'd prefer to use DVI.....
    I read on here of people using SwitchResX to change the settings for the monitor. I downloaded it but I don't really know what to input in the custom settings... perhaps someone here can help?
    Here is the DDC file from SwitchResX:
    =========================================================
    DDC block report generated by SwitchResX for display
    SyncMaster
    0 1 2 3 4 5 6 7 8 9 A B C D E F
    0 | 00 FF FF FF FF FF FF 00 4C 2D 1E 02 30 32 41 48
    1 | 03 11 01 03 80 2B 1B 78 2A EE 95 A3 54 4C 99 26
    2 | 0F 50 54 BF EF 80 B3 00 81 80 81 40 71 4F 01 01
    3 | 01 01 01 01 01 01 21 39 90 30 62 1A 27 40 68 B0
    4 | 36 00 B1 0F 11 00 00 1C 00 00 00 FD 00 38 4B 1E
    5 | 51 10 00 0A 20 20 20 20 20 20 00 00 00 FC 00 53
    6 | 79 6E 63 4D 61 73 74 65 72 0A 20 20 00 00 00 FF
    7 | 00 48 53 47 50 31 31 34 30 33 30 0A 20 20 00 6B
    Valid DDC block: checksum passed
    EDID Version........1.3
    Manufacturer........SAM
    Product Code........7682 (1E02) (021E)
    Serial Number.......1212232240
    Manufactured........Week 3 of year 2007
    Max H Size..........43 cm
    Max V Size..........27 cm
    Gamma...............2.20
    DPMS Supported Features:
    Active off
    Display type:
    RGB color display
    Input signal & sync:
    Digital
    Color info:
    Red x = 0.640 Green x = 0.300 Blue x = 0.150 White x = 0.313
    Red y = 0.330 Green y = 0.600 Blue y = 0.060 White y = 0.329
    Established Timings:
    800 x 600 @ 60Hz
    800 x 600 @ 56Hz
    640 x 480 @ 75Hz
    640 x 480 @ 72Hz
    640 x 480 @ 67Hz
    640 x 480 @ 60Hz
    720 x 400 @ 70Hz
    1280 x 1024 @ 75Hz
    1024 x 768 @ 75Hz
    1024 x 768 @ 70Hz
    1024 x 768 @ 60Hz
    832 x 624 @ 75Hz
    800 x 600 @ 75Hz
    800 x 600 @ 72Hz
    Manufacturer Reserved Timings:
    1152 x 870 @ 75Hz
    Standard Timing Identification:
    #0: 1680 x 1050 @ 60Hz (B300)
    #1: 1280 x 1024 @ 60Hz (8180)
    #2: 1280 x 960 @ 60Hz (8140)
    #3: 1152 x 864 @ 75Hz (714F)
    Monitor Description blocks:
    Descriptor #0 is Timing definition:
    Mode = 1680 x 1050 @ 60Hz
    Pixel Clock.............146.25 MHz Non-Interlaced
    Horizontal Vertical
    Active..................1680 pixels 1050 lines
    Front Porch............. 104 pixels 3 lines
    Sync Width.............. 176 pixels 6 lines
    Back Porch.............. 280 pixels 30 lines
    Blanking................ 560 pixels 39 lines
    Total...................2240 pixels 1089 lines
    Scan Rate............... 65.29 kHz 59.95 Hz
    Image Size.............. 433 mm 271 mm
    Border.................. 0 pixels 0 lines
    Sync: Digital separate with
    * Negative vertical polarity
    * Positive horizontal polarity
    Descriptor #1 is Monitor limits:
    Horizontal frequency range.......30-81 kHz
    Vertical frequency range.........56-75 Hz
    Maximum bandwidth unspecified
    Descriptor #2 is Monitor name:
    SyncMaster
    Descriptor #3 is Serial number:
    HSGP114030
    =========================================================
    thanks for any help!!
    Mac Mini G4 Mac OS X (10.4.9)
    Mac Mini G4 Mac OS X (10.4.9)

    I had the exact problem you report with my core duo Mac Mini connected to a Syncmaster 204B. This problem persisted when I returned the monitor several times to Samsung for replacement 204B's. They eventually upgraded me to a refurbished 204T and the problem disappeared.
    It seems to me that Samsung has some real problems with screen blanking when their monitors are hooked by DVI to certain Macintoshes. For anyone contemplating a Samsung monitor, I'd recommend another brand until it's known that this screen blanking problem has been resolved with all Samsung models.
    Mac Mini Core Duo   Mac OS X (10.4.9)   1 GB RAM

  • After updating to the ladtest OS my iPhone most time goes blank when I unlock it and does not recognize my finger print not show the passcode to enter. Screen just brightens up and stays blank.

    after updating to the latest operating system on my iPhone 5s, often my screen goes blank and I am unable to unlock my phone. The phone becomes completely non responsive . Since I have the soft touch home button enabled I will either call Siri and ask to open an app which solves the issue or if I don't have Internet then the only solution is to switch off and then switd

    Hello there, Prashanthds96.
    The following Knowledge Base article offers up some great steps for troubleshooting issues with an iPhone not turning on:
    iPhone: Hardware troubleshooting
    Will not turn on, will not turn on unless connected to power, or unexpected power off
    Verify that the Sleep/Wake button functions. If it does not function, inspect it for signs of damage. If the button is damaged or is not functioning when pressed, seek service.
    Check if a Liquid Contact Indicator (LCI) is activated or there are signs of corrosion. Learn about LCIsand corrosion.
    Connect the iPhone to the iPhone's USB power adapter and let it charge for at least ten minutes.
    After at least 30 minutes, if:
    The home screen appears: The iPhone should be working. Update to the latest version of iOS if necessary. Continue charging it until it is completely charged and you see this battery icon in the upper-right corner of the screen . Then unplug the phone from power. If it immediately turns off, seek service.
    The low-battery image appears, even after the phone has charged for at least 20 minutes: See "iPhone displays the low-battery image and is unresponsive" symptom in this article.
    Something other than the Home screen or Low Battery image appears, continue with this article for further troubleshooting steps.
    If the iPhone did not turn on, reset it while connected to the iPhone USB power adapter.
    If the display turns on, go to step 4.
    If the display remains black, go to next step.
    Connect the iPhone to a computer and open iTunes. If iTunes recognizes the iPhone and indicates that it is in recovery mode, attempt to restore the iPhone. If the iPhone doesn't appear in iTunes or if you have difficulties in restoring the iPhone, see this article for further assistance.
    If restoring the iPhone resolved the issue, go to step 4. If restoring the iPhone did not solve the issue, seek service.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Picture goes blank when new grad filter or brush used.

    When I attempt to use a new grad filter or adjustment brush in LR3.6 the picture goes blank i.e. totally black.  The history does not update and I can do no other edits until I Ctrl-Z or go to the grid pane or move to the next image.  I am running on Windows 7 64 bit and I have re-installed, twice, (repaired) using the latest downloaded LR3.6 off the adobe site.  I have done several integity checks which are successful and the problem occurs no matter what catalog I open, small or big.  However, my LR 4 beta works perfectly!?  This problem came out of the blue and the only software that I have installed on my machine recently was some Windows updates and Firetower which checks changes to my Startup processes.
    Alan

    I have experienced this on my old machine running Win XP with 4 GB RAM except that my picture went totally white, not black. I think it happens when LR demands more memory than what is currently available.
    To alleviate the problem you could try the following:
    - Increase your LR Cache size to at least 25 GB (by default it is set to 1 GB). Set Cache size in >Edit >Preferences >File handling tab.
    - Increase your page file, and - if possible - set your page file (a) on a different physical drive than where your OS resides, (b) on a different physical drive where your LR catalog resides.
    See also here for optimizing LR performance: http://kb2.adobe.com/cps/400/kb400808.html
    WW

  • I4s goes blank when trying to message on hookt is anyone having same issue

    My I 4s goes totally blank when using hookt . Does anyone have same problem and is there a fix ?

    Hookt is a free ap thats like the BBM and allows I phones to chat with Black Berry users in the same fashion

  • Screen goes blank when using Patch tool

    The only information I've been able to find on this issue thus far was a post that was written during the Photoshop CS6 beta period at http://forums.adobe.com/message/4285375
    I am using the final released Photoshop CS6 software, not beta, and am having the same issue with the Patch tool. I start to drag around an area to make a selecton, and the screen goes blank so that I can't see where I'm making the selection. When I release the mouse, the image appears again. Another problem which may be related is that sometimes when I zoom in, the screen goes blank. Closing Photoshop and re-launching it usually fixes the problem, but is an annoying time-waster. I have the most current update from the Cloud for Photoshop CS6, 13.1.2.X64.
    Does anyone know a fix for this?

    RAM is 12 GB. I'm not sure which numbers are relevant for VRAM and scratch drive, but this is what I found for video card properties:
    Total Available Graphics Memory: 2809 MB
    Dedicated Video memory: 1024 MB
    System Video Memory: 0 MB
    Shard System Memory: 1785 MB

  • Excel for mac ver14.4.1 screen goes blank when i change to & from full screen view

    when i'm working on an excel document, if i am in full screen and hit escape to go non full screen the document goes blank.
    if i hit the full screen arrows again, i see my document momentarily and then the screen goes blank again.
    i believe this issue began recently after the most recent version update.  i must constantly save my documents in case i go in or 
    out of full screen view and my page goes blank so i don't lose my work.  does anyone else have this issue and what can i do about 
    it?  my macbook uses os x ver 10.7.5.  not sure if this is an excel problem or an os x problem.
    thanks to anyone who can help me figure this out.  

    Hi,
    As your request is relate to Excel for Mac, better to post your issue to the forum below:
    http://answers.microsoft.com/en-us/mac
    Thanks for your understanding.
    Wind Zhang
    TechNet Community Support

  • HT1414 screen goes blank when pluged in battery ok after a minitue

    screen goes blank during uses when pluged in for a minitue is ok

    Most iPhones have the Setting Auto-Lock set to 1 minute. So at, 1 minute the screen automatically turns OFF, turns black, blank. You can set this to other time lengths or Never. Tap Settings App > General > Auto-Lock.

  • Preventing iPod touch screen from going blank when iPod's powered.

    Hi there, is there anyway (or app) to prevent the iPod touch's screen from going blank/turning off?
    This is why I ask...
    I often use my iPod touch as my remote, where I choose which of my iMac's iTunes songs to play next and besides I'm always revising/updating the songs' ratings.  My iPod has a password to unlock and so, doing what I just said often can be bothersome.  I've found out that, if the iPod's own music is playing when connected to the power, the screen never goes blank, it only dims, which is very helpful but, since I'm not listening to the iPod, I always have to turn the iPod's volume all the way down.  Also this increments the number of plays to all those songs played back which is something I don't like either and so, again my question is, does anybody know if there is any way or app that, when the iPod's connected to power, only dimmed the screen (but not allow it to go blank)?
    Hope you can help.
    Thanks.
    Jorge...

    Go to Settings>General>Auto-Lock and set time to never.  If you have a corporate exchange mail account on the iPod that may prevent using never (Never not present).

Maybe you are looking for

  • Is it possible to call custom designed RFC function module, apart from BAPI

    Hi Friends, 1.     Is it possible to call custom designed RFC function module, apart from BAPI. 2.     Why we call it Adaptive RFC layer, Since every time the JCO layer updated with SAP, Why can’t be dynamic. Thanx for Ur time. Cheers, Sam

  • Purchase Order printing by smartforms

    Hi all I am trying to print PO by Smartforms. Problem is that this has to be done copying standard program. How to go about it. I searched the forum and it talked about the driver program /BPR3PF/FM06P and preconfigured Smartform /BPR3PF/MMPO_L both

  • Syncing my 2 Macs and iWeb with .mac

    Hello people... I am having troubles with iWeb. I started using it today for the first time. I love very easy to use and looks great. My problem is this... I use 2 macs and want iWeb to update changes made on both of the machines. Example : I update

  • Web services with SP6

    Hello I am looking for information on the out of the box web services available with SP6?  Is there a document describing features Please let me know Thanks

  • Installation Oracle database Express Edition

    Hi, I am using windows xp pro platform with a laptop. I have this error when I launch OracleXe application for installation : Error reading setup initialization file. Please advice. Thanks, Carole, Montreal, QC