BADI in HR

Question:
Helle sapian's
does anyone have a documentation of the BADI in HR
we have a upgrade project and we try to analyse the BADI implementation in order to replace or create a nex userExit for the PA, PD infotypes.
thank u
Best regards
Answer:
Every BADI MUST be documented, so just look at the Badi and check out the according documentation
Answer:
Are you sure that all BAdI has documentation????
Answer:
Helle sapian's
does anyone have a documentation of the BADI in HR
we have a upgrade project and we try to analyse the BADI implementation in order to replace or create a nex userExit for the PA, PD infotypes.
thank u
Best regards
what release are you on?
_________________
Answer:
Are you sure that all BAdI has documentation????
Yes otherwise you are not allowed to release it!
However it might be that its not decriptive enough, but officially it MUST be documented.
-McFruit
Answer:
Are you sure that all BAdI has documentation????
Yes otherwise you are not allowed to release it!
However it might be that its not decriptive enough, but officially it MUST be documented.
Dokument HR_BEN_US_PAY0013 ist in Sprache DE nicht vorhanden
Meldungsnr. SD 207
Document HR_BEN_US_PAY0013 is not available in language EN
Message no. SD 207
SAP still release BAdI without Documentation.
Yes officially SAP have to document everything. But ???
What i did is reading what the object does directly from the ABAP Code (of course since this is BAdI it means ABAP OO Code)
Answer:
Helle sapian's
does anyone have a documentation of the BADI in HR
we have a upgrade project and we try to analyse the BADI implementation in order to replace or create a nex userExit for the PA, PD infotypes.
thank u
Best regards
If you are in 4.6C or higher.
you still can use ZXPADU01 and ZXPADU02 from SMOD (CMOD) to PA infotype, you doesn't need to replace it.
for PA and PD please check BAdI HRBAS00INFTY
This is the answer from SAP for the release that lower than 4.6C
'the exit we have in release 46C is based on a new technology which is
not available in release 46B. Therefore it is not possible to
downgrade our 46C solution for transaction PP01 and we don't develope
an exit for transaction PP01 based on the old technology for release
46B. Therefore you have no other possibility than to make your
extensions in form of a modification.
Let me know if you want use our remote consultion service for this.'
good luck
Answer:
i dont search a documentation of a specific BADI, i mean a global documentation witch explain this concept.
thank you
Are you sure that all BAdI has documentation????
Answer:
Dokument HR_BEN_US_PAY0013 ist in Sprache DE nicht vorhanden
Meldungsnr. SD 207
Document HR_BEN_US_PAY0013 is not available in language EN
Message no. SD 207
SAP still release BAdI without Documentation.
Yes officially SAP have to document everything. But ???
What i did is reading what the object does directly from the ABAP Code (of course since this is BAdI it means ABAP OO Code)
Cheers
When I look at this BAdI in se80 (the definition of course!) I get the following documentation:
This Business Add In reviews and lists the costs and contributions arising in benefits plans according to plan category. This can be used in the Total Compensation Statement, for example. If individual benefits plan categories are to be processed in another way or are not to be output (in the Total Compensation Statement, for example), this enhancement can be used to store category-specific coding or to completely remove a benefits plan category from the subcategory table so that it is not processed.
Interface
You can implement the Business Add In method TCS_DATA_GET country- specifically, in order to make the structure of the Total Compensation Statement country-dependent.
Example
In the Total Compensation Statement for employees in certain countries, you want to:
Hide certain subcategories
Read additional data as well as standard data
Read data other than the standard data
Activities
After calling up the IMG activity, a dialog box appears, in which you can enter a name for the implementation.
If you have already made other implementations for this BAdI, another dialog box appears, in which the existing implementations are displayed. In this case, choose Create , and proceed as follows:
1. In the dialog box, enter a name for the BAdI implementation in the Implementation field, and choose Create.
The screen for creating BAdI implementations is now displayed.
2. Enter a short text for the implementation in the Short text for implementation field.
3. From the tab index, choose Interface.
The Name of implemented class field is already filled on the tab page, as a class name was automatically assigned to the implementation when you named it.
4. Save your entries, and assign the implementation to a development class.
5. Place the cursor on the method, and double-click to enter method processing.
6. Enter the coding for the implementation between the statements method <Interface name> ~ <Name of method> and endmethod.
1. Save and implement your coding. Return to the Edit Implementation screen.
1. Save the entries on the Edit Implementation screen.
Note: You can also create an implementation, and then activate it at a later time. In such a case, end the processing stage at this point.
2. Choose Activate
The coding you stored in the method will be run when the application program is executed.
Further Notes
For more information on using Business Add-Ins, refer to the SAP Library under Basis Components ->ABAP Workbench (BC-DWB) ->Changing the SAP Standard (BC)->Business Add-Ins.
Seems that your system is not set up correctly!

More Articles:

grade and help IT0008?
Structural autho & MSS & Infotype 105?
gettin SQL error?
ITS Speed issues?
Increase IT0008 based upon %?
Accessing saphelp from SAP GUI on unix clients(linux)?