on 2023 May 25 12:07 PM
Dear All,
a company A merged with a company B.
Company A is headquartered on Street A and for tax & monetary issues requires that all invoices and credit memos be issued/printed to Street B (Headquarters of Company B).
1. Is it possible to insert a 2nd address (Street B) line (like in the attachment) which will be printed on all credit notes and invoices?
2. The print templates will probably be adjusted. would that be a big effort ? Could this be solved in SAP customizing or should something be programmed here in ABAP ? how can I do this ?
3. Do you have a better solution suggestion, which could also be possible in SAP by means of a field unknown to me "Input of a separate billing address" (in this case address B), which is used instead of the master address (street A), without changing the company B master data?
Thank You for you Suggestions/Answers
Request clarification before answering.
When you say company A is merged with company B, I presume, you have two Sold-To accounts in SAP. This means, if you check KNA1 table, you will have two values against the field ADRNR. So in order to fetch the required address in print output (in your case, it is company B), maintain the related customer code as Bill-To & Payer (assuming, you fetch the address of this partner function for print out, if the Sold-To is different).
So, as and when billing documents are generated, system would store the ADRNR value to VBPA table also. Now, your ABAP team to fetch this ADRNR and fetch the address from KNA1 to the smartform being used for billing
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
119 | |
8 | |
7 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.