Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Calling a custom customizing table in badi

0 Likes
1,135

Hi Experts,

I need to create custom customizing table and call it into a badi implementation. Can anyone help me in how to call a custom table into a badi implementation. And is steps to create a customizing table same to application table

Hi Experts,

I need to create custom customizing table and call it into a badi implementation. Can anyone help me in how to call a custom table into a badi implementation. And is steps to create a customizing table same to application table

2 REPLIES 2
Read only

former_member751591
Participant
0 Likes
980

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with Community Q&A , as it provides tips for preparing questions that draw responses from our members.

For example, you can:

- outline what steps you took to find answers (and why they weren't helpful)

- share screenshots of what you've seen/done

- make sure you've applied the appropriate tags

- use a more descriptive subject line.

The more details you provide, the more likely it is that members will be able to respond. Feel free to also take our Q&A tutorial Q&A tutorial

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

By adding a picture to your Profile you encourage readers to respond.

Read only

Sandra_Rossi
Active Contributor
0 Likes
980

Search blog posts or questions about "SE11" how to create a database table, then menu option Utilities > Table Maintenance Generator to create a "table maintenance dialog", and search ABAP statement "SELECT" how to read the contents of a table.