Hello,
My company has a scenario where:
Company A bills Company C for INTER (cross) company billing amount of $1,000.00 -- Billing Doc 90000000 (see details below):
=====================================================================================================
Wbs-A.1 Employee Number1 8 hrs bill class technician 1 $50.00 hrly billing rate $400.00 billing line item amt
Wbs-A.1 Employee Number2 10hrs bill class technician 2 $60.00 hrly billing rate $600.00 billing line itme amt
Company B bills Company C for INTER(cross) company billing amount of $1,050.00 -- Billing Doc 90000001 (see details below):
=====================================================================================================
Wbs-B.1 Employee Number3 4hrs bill class engineer 1 $100.00 hrly billing rate $400.00 billing line item amt
Wbs-B.1 Employee Number4 3hrs bill class engineer 2 $200.00 hrly billing rate $600.00 billing line itme amt
Company C bills our outside customer for billing amount of $2,000.00 -- Billing Doc 90000003 (see details below):
==========================================================================================
Wbs-C.1 Employee Number1 8hrs bill class technician 1 $50.00 hrly billing rate $400.00 billing line item amt
Wbs-C.1 Employee Number2 10hrs bill class technician 2 $60.00 hrly billing rate $600.00 billing line itme amt
Wbs-C.1 Employee Number3 4hrs bill class engineer 1 $100.00 hrly billing rate $400.00 billing line item amt
Wbs-C.1 Employee Number4 3hrs bill class engineer 2 $200.00 hrly billing rate $600.00 billing line itme amt
In the example above the billing line item details from companies A and B would need to be loaded in detail into Company C.
Company C would then create a billing document to bill the outside customer. This billing document would contain 4 billing document line items.
Is anyone aware of how the above can be achieved using standard sap functionality.
Any help is greatly appreciated.
Thanks and Regards
Blogging s/w
heya frndz!!! i want to start a blog.... m looking for a s/w like oscommerce which is thr for e-comm websites... so can u please suggest me some s/w through which i can set up the blog... thnx in
Solution Manager BPR
Does the SolMan-BPR-ARIS-Integration (http://www.ids-scheer.com/en/ARIS/ARIS_Platform/ARIS_Business_Architect_for_SAP/3743.html ) use an interface open to the public? If yes, were can I finde some
Help with form post data and arrays
Hi all,I am new to this forum... It has been awhile since i have worked with arrays, and i am starting to pull my hair out with this little issue i am having..I hope someone can help me out with it,
Download Image from URL and Upload it
Ok, I have been googling for the last 1/2 hour trying to figure this out, Most likely I'm just not searching for the right thing. Here is what I want to do. I want to have a Text box which somebody
Error querying database.
I get the above error when trying to insert some values to a datatable.Here's the code :Code: $dbc = mysqli_connect('127.0.0.1:3306', 'root', 'xxxx', 'aliendatabase') or die('Error connecting to
PHP Directory Listing Not working
Hey Guys,I need help, I tried a ton of directory listing scripts and they all don't work. Althogh the normal Apache Directory Indexing does work when you visit. The URL is
hiCode: <?phpecho "<td width=\"$columnWidth%\" align=\"center\"><a href=\"" . $_SERVER['PHP_SELF'] .
PHP Redirecting
Hello everyone. Is there a way to redirect people to pages within a statement in PHP? Since there is output before this redirect i cant use the header function.Thnx for your time
Execure stored procedure on a timer
Can someone tell me an easier way to execute a stored procedure on a timer? I am using Oracle 10g R2 DB on windows 2003 server. I have a batch file that calls an SQL file, which runs fine when I
Convert array to string and write to csv file
I am looking to write a MySQL query to a csv file.At the minute I:check for the original file, and delete it;create a new (blank) file;run the MySQL query and pass it into an array;write it to the new