2009 Apr 30 2:02 PM
Hi All,
I am using Badi INVOICE_UPDATE to change the value of 'Tax Amount' with some other value when i am going to create a Invoice for the Purchase Order. I am not able to set the flag inside the BADi which for which i need to make the changes. So please any of have worked on the same scenario plz suggest me.
Waiting for quick replies from your end.
Thnks in advance.
Santosh
Hi All,
I am using Badi INVOICE_UPDATE to change the value of 'Tax Amount' with some other value when i am going to create a Invoice for the Purchase Order. I am not able to set the flag inside the BADi which for which i need to make the changes. So please any of have worked on the same scenario plz suggest me.
Waiting for quick replies from your end.
Thnks in advance.
Santosh
2009 Apr 30 3:52 PM
Hi ,
You achieve this using the ABAP memory:
From the place you want to capture the FLAG:
export flag to memory id 'YOURID'.
.
At the place you want to check the FLAG and do some operations:
import flag from memory id 'YOURID'.
Now when you have the FLAG value, you can check that and do the desired operations.
Hope these option might have clarified most of your doubts.
Regards,
Ashish Arora
2009 May 04 7:21 AM
Hi Ashish,
Thanks for ur reply.
I am writing the required code in the BADi itself to make the changes and want to capture the flag in the same BADi after making the changes. So where to export the flag and where to import the flag.
I didnt get your solution how to do it. so will you please eloborate your answer little bit more.
Waiting for your reply.
Regards,
Santosh
2009 May 25 11:41 AM
Hi All,
I am using Badi INVOICE_UPDATE to change the value of "Tax Amount-MWSKZ" with some other Tax Amount value when i am going to create a Invoice for the Purchase Order from MRIS Tcode. I am not able to do it with the INVOICE_UPDATE BADi because there are no export parameters in the BADi. So please any of have worked on the same scenario plz suggest me.
Waiting for quick replies from your end.
Thnks in advance.
Santosh
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |