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
How to store checkbox array in a session, and then be able to add to it?
I'm trying to store an array of checkbox values into a session array, sort of like a shopping cart, but I can't figure out how to not overwrite the sessions array each time new checkbox values are
Multiple includes losing variables
Hey all,just starting out w php and ran into a problem pretty quickly. I'mincluding several files into each page. The variables in the first include file are functional in the main page, but are
PHP SUBMIT
Code: <input name="doLogin" type="image" src="images/loginsubmit.jpg" id="doLogin3" value="Login">ON FIREFOX it works finebut on
Simple program to copy files between two computers over the web
I use logmein free and often need to move files between my two computers. Generally, I move the file to my server, then download it, but it takes longer because of the intermediate step.Is there a
How to copy a part of a vector in a raw memory
Hi,
Trouble verifying database password
Thankyou to everyone who responded to my last post (I can't find the posting, it has been buried). I am currently making a login form and the associated php code. It all seems to work apart from the
Implementing Single Sign-On using SAML 1.1, x.509, LDAP in C#.net
Hi,
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:Code: [Select]$mailer = new PHPMailer();$mailer->IsSMTP();$mailer->Mailer = "smtp";$mailer->SMTPSecure = 'tls';
php not working written for consumption of slots
1. Here is the function where i will be allowed to consume the slot booked by me.2. Here i check the unique reservation id, current server time & date.3. Then i ask the user to enter the
Can I call a class inside a function?
I have a class written in another file that handles my image resizing.Can I do this (php says I can't calling a non-existent class), but I know its there becuase the require doesn't fail aboveCode: