Hi experts,
The standard Ariba adapter for 9r creates a relationship between Cost Centers and Company Codes in the master data files pushed from SAP to Ariba (i.e. the Cost Center master data file has columns for Cost Center and Company Code, so a relationship is created here).
A problem arises when trying to execute cross-company purchases. To further clarify, when a PR is created in Ariba using the master data pushed from SAP, the user can ONLY choose from the Cost Centers that belong to the Company Code on which the PR is being raised (i.e. the Company Code at the header). In order to purchase on behalf of another Company Code, the requester would need to have access to the Cost Centers of that other Company Code however that is restricted.
Is anyone aware of a work-around to this problem aside from having to extend every Cost Center to every purchasing Company Code?
Thanks
help with variable
I've got a problem, i want to echo some images depending on the $id, however for me to get that id i have to extract it from a query. So i've done that, but i want to extract all id's (not just 1), so
How to Detect it is public_html or httpdocs?
How to check whether it is cPanel or Plesk?If it found public_html perform <?php include("callcPanel.php"); ?>Else if found httpdocs perform <?php
Shuffle Array
Hi,I am writing a script for a game that needs players to randomly be assigned a target (another player) in a loop so that each player is matched with someone other than who has them. See below:Andy
Help with php code
Hello, can anyone tell me why this php word trap fails to work, and the trigger words get blow right past, and the comments get posted anyway?heres the php code im testing on a
noob question
i traying to do a php form with auto replay for both(me and the user who send me a mail),a using this codeCode: <?php$contact_name = $_POST['emp'];$contact_email =
Firefox displaying PHP source code??
Currently testing a site thats almost built, am going to be including php on a sidebar on all pages so thought it'd be easier to just make all pages .php, however when i upload and try and view, in
Loops and Classes
I am making a template system and everything seems to be going well up until I have to loop in a variable where things starts to go weird. I need ideas on how to solve this.It is not picking up
upload image name with extension using php
hi frds..<input id="file1" type="file" name="file[]" >upload image show path like C:\Documents and Settings\My Documents\My Pictures\images0056.jpgi need
Unidentified index error in a simple form
I have been trying to make an HTML form that is handled by a PHP script. So far my attempts to get it to work have proven fruitless.I'm referencing the Visual Quickstart Guide for PHP to learn PHP,
limit string by words??
hello all,I was wonder if there is a function to limit a string by the number of words instead of characters?