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
Getting Subdomain Name With PHP?
I want to grab the subdomain name with PHP so I can generate database queries.for example my subdomain is san-jose.mydomain.comHow would I go about grabbing the subdoman name with PHP? Thanks!
generate seo frienly url from a text like wordpress
Convert: "åäö" to "aao", "space" to "-", "!?" to "nothing", and all to lower case.function MakeSeo($string){ ???}i want a php
start new row of pictures
on my site www.budstreasureauctions.com there is a featured auctions box that users will pay to get there picture on the homepage. currently the box limit is 6. If you increase the limit then it
Checking if a process is running (problems including psapi.dll i think...)
Ok, so all I'm trying to do is check if a program is running...
Last character removed
I have created a string from an array. I have inserted commas from my form values. I am trying to remove the last comma from the string and can't seem to remove it. I have tried chop, rtrim, substr,
Weird problem with SELECT command..Help!
Hi!It seems I'm having a really weird problem with SQL SELECT command....I have table into a mySQL DB wich as 4 entry in it. I created the select command to retrieve the data and only 3 of the 4 entry
How to Handle more than one submit button in single form?
HiI have one PHP file which contains one Form. In this form there are two Submit type Buttons<input type="submit" name="edit" value="save"> <input
error checking breaking my code
Hi there, OK first of all, big apologies for what I assume is really fundamental errors in the structure of my code. I'm really new at this and still learning, but I'm almost at the stage of giving up
Using two $_POST Function / Switch () statements, second does not work.
Hi all. I’m new to php and am having a problem getting $_POST Function / switch () to work. I am coding a registration form. I ask the user a Yes/No question. Depending on the answer I have an
Number Format
Hi All,