cancel
Showing results for 
Search instead for 
Did you mean: 

Bank account database table

former_member812626
Discoverer
0 Kudos

Hi all,

Would like to know if there is a table that could maintain all the information below in one?

  1. Company code
  2. Company name
  3. GL account number
  4. Bank account number & IBAN
  5. bank name/bank code
  6. Currency
  7. Person in-charge
  8. Bank statement format/type
  9. Cash pool account (yes/no)
  10. Comment fields
  11. Account opening date
  12. Account closing date.

Any Ideas or Steps to develop this table are appreciated

Thank you.

Regards,

Chew

Former Member
0 Kudos

Welcome to the SAP Community. Thank you for visiting us to get answers to your questions.

Since you're asking a question here for the first time, I'd like to offer some friendly advice on how to get the most out of your community membership and experience.

First, please see https://community.sap.com/resources/questions-and-answers, as this resource page provides tips for preparing questions that draw responses from our members. Second, feel free to take our Q&A tutorial at https://developers.sap.com/tutorials/community-qa.html, as that will help you when submitting questions to the community.

I also recommend that you include a profile picture. By personalizing your profile, you encourage readers to respond: https://developers.sap.com/tutorials/community-profile.html.

Now for some specific suggestions on how you might improve your question:

* Outline what steps you took to find answers (and why they weren't helpful) -- so members don't make suggestions that you've already tried.

* Share screenshots of what you've seen/done (if possible), as images always helps our members better understand your problem.

Should you wish, you can revise your question by selecting Actions, then Edit.

The more details you provide (in questions tagged correctly), the more likely it is that members will be able to respond. As it stands, I don't know if there is enough information here for members to understand your issue. So please consider revising your question because I'd really like to see you get a solution to your problem!

I hope you find this advice useful, and we're happy to have you as part of SAP Community!

nikunjmehta2290
Participant

There is no such kind of table. You need to maintain this all things then kidnly create the UDT.

Accepted Solutions (0)

Answers (2)

Answers (2)

azizelmir
Contributor
0 Kudos

check this table:

Select * from OADM

narayanis
Active Contributor
0 Kudos

Hi,

Most of the information is availbale in the company details form except the account opening, closing date, GL etc.

Think of attaching UDFs to different setups and retrieving them through a query.

Regards