2009 Mar 31 7:44 AM
HI friends,
I have to change the Form exb706k in include RPREX010 to accomodate other
Symbolic accounts by reading the table T706K .But when i change it its asking for the
Acces key..also can i know any other way to acomodate the changes. or I'll hav to try for Badi
if i hav to try for badi den which badi do i hav to use.
Any sort of help will be appreciated.
Thanks,
Srinath
HI friends,
I have to change the Form exb706k in include RPREX010 to accomodate other
Symbolic accounts by reading the table T706K .But when i change it its asking for the
Acces key..also can i know any other way to acomodate the changes. or I'll hav to try for Badi
if i hav to try for badi den which badi do i hav to use.
Any sort of help will be appreciated.
Thanks,
Srinath
2009 Mar 31 7:51 AM
hi,
TRIP_AUTHORISATION_DATE : BAdI for Changing the Date During an Authorization Check
TRIP_RECEIPT_SPLIT : Split Receipts to Different Wage Types
Regards,
Arjun.
2009 Mar 31 7:58 AM
HI,
Thnks for ur reply ..but how do i implement the badi TRIP_RECEIPT_SPLIT.
Thnks,
srinath
2009 Mar 31 8:09 AM
hi,
When you display your BAdI in transaction SE18 choose menu Implementation -> Create to create an implementation (e.g. Z_BBP_DETERMINE_ACCT).
Within the implementation SAP suggest already a name for the implementing class. I prefer to relate the class name to the interface name, e.g.
IF_EX_BBP_DETERMINE_ACCT => ZCL_IM_BBP_DETERMINE_ACCT
Now just double-click on the class name and you will be forwarded to the class builder where you can implement the required method(s).
this is one way of implementing badi and also one more way is.
SE18:-
1) In se18 click on radio-button "BADI Name" and put "BBP_DETERMINE_ACCT" in the box provided.
2) Then click on "Enhancement Implementation" on the Menu bar and then click on "Create".
3) Put in the Implementation name (please note that the implementation name should start with "Z" or "Y").
4) Then save the implementation in a package.
5) Double click on the method that you want to implement.
6) Write the requisite code and save and activate the BADI implementation, Interface, Method and all other objects related to the BADI.
SE19:-
1) In "Create Implementation" section click on Classic BADI and put the BADI name in the box beside it.
2) Then click on Create Implementation.
3) Put in the Implementation name (please note that the implementation name should start with "Z" or "Y").
4) Then save the implementation in a package.
5) Double click on the method that you want to implement.
6) Write the requisite code and save and activate the BADI implementation, Interface, Method and all other objects related to the BADI.
Regards,
Arjun
2009 Mar 31 8:18 AM
2009 Apr 11 7:53 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |