We are implementing SAP in a company in the shipping industry. They have the following requirement:
Company code A wants to pay for Company code B when paying through payment method A (ACH) - this uses the program RFFOEDI1 to create idocs. However, Company code B wants to pay for itself when paying through local checks (payment method L) - this uses standard SAP check printing program for US RFFOUS_C. Transaction F110 will allow only one scenario - either company code B is setup to pay using company code A or setup to pay for itself.
I would like to know how the above business need can be met. Also, is there any transaction that can be used to create idocs without using F110 or without creating any payment proposals. RFFORDI1 requires a payment proposal.
Thanks
PHP Include not working
The website is http://www.grlistingservices.comThe code block is as follows:<?phpif (!isset($id)){include 'home.php';}else{include "$id.php";}?>All files are in the same
php email checker
I am having alot of trouble finding info on how to do these email things. I need to do the following.Have a php file log into a email account and saves the emails as text files in a directory then
I face problems to extract data from one table and insert it in another one
Hi,
insert Multiple rows into the table from that table data
Hi All,
Can't get the unicode character
I'm trying to get some text from various parts of a file. I have converted the file to hex (bin2hex) and I've got this:64 72 e6 62 65 72 (without spaces)I'm converting that back by:Code:
ereg_replace in Wordpress
Heya - so I'm working on this site: http://world-of-smiles.theportlandco.com/new-patientsThe site is built off Wordpress and I'm getting the pages title using Wordpress function: Line number On/Off |
How do I get the row number from from an sql table query
Hi allI have a table that I query and it returns a number of rows.mysql_num_rows($query) = $totalI want to have next and previous buttons, is there a way of retrieving the current row number, and can
Php navigation
I have four buttons on a php page.If i click a button it will redirect to different php pages.How would i do that with php?
max function question
Hi All
Time-based image rotation script
I'm trying to write a PHP script that rotates an image based on what time of day it is. I want the script to show day.jpg from 6 AM to 6 PM, and to show night.jpg from 6 PM to 6 AM.I also need the