Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Real Estate Table #4

Open
bastianpohl opened this issue Jul 2, 2021 · 3 comments
Open

Real Estate Table #4

bastianpohl opened this issue Jul 2, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@bastianpohl
Copy link

Adding Support for Profitcenter and for the RE related fields would be great.

@striezl
Copy link
Contributor

striezl commented Jul 5, 2021

Hey @bastianpohl,

PRCTR (Profit Center) has been added: c4047da

As for the Real Estate fields: In the system I have access to this is not set up, so it would be rather tough to implement and test. However a pull request with the correspoding coding would be welcome. Basically there's 3 steps to add new fields - I would be glad to assist if there are any questions:

  1. Structure (se11) ZODIN_INTERNAL: Add new fields
  2. Method ZCL_ODIN_POSTING->MAP(): There is a todo if you need some sort of field value transformation, e.g. add leading zeros
  3. Method ZCL_ODIN_POSTING->POST_DOCUMENT(): Fill new field in structure or table that is passed to BAPIs BAPI_ACC_DOCUMENT_CHECK / BAPI_ACC_DOCUMENT_POST. In this case we would have to pass a new table: REALESTATE STRUCTURE BAPIACRE09
    Ideally also the signature of BAdI method zodin_posting->before (which is called before BAPI_ACC_DOCUMENT_CHECK / BAPI_ACC_DOCUMENT_POST should be extended accordingly)

Kind regards
Bernhard

@bastianpohl
Copy link
Author

Thanks. I will ask my dev team to do the enhancement for real estate and create the pull request.

@striezl striezl added the enhancement New feature or request label Jul 21, 2021
@bastianpohl
Copy link
Author

The results from the first tests with the Real Estate extension looked good. I will have the departments tested in the next few weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants