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

Access internal table records within differnt BADIs.

Former Member
0 Likes
604

Hello,

I have Implemented 2 standard BADIs 1)'HRALE00INBOUND_IDOC' and

2)'HRALE00INBOUND_OBJEC'

for Inbound IDoc processing.

There is a need of some records in an Internal table from BADI 1 to BADI 2.

As we can't change the signature standard BADI, what are the possible solution to meet this requirement.

As Export/Import to memory ID will hamper the system performance, what is the possible solution.

Thanks.

Hello,

I have Implemented 2 standard BADIs 1)'HRALE00INBOUND_IDOC' and

2)'HRALE00INBOUND_OBJEC'

for Inbound IDoc processing.

There is a need of some records in an Internal table from BADI 1 to BADI 2.

As we can't change the signature standard BADI, what are the possible solution to meet this requirement.

As Export/Import to memory ID will hamper the system performance, what is the possible solution.

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
564

Hi,

Export /import is the solution. I dont think so that it would have such huge impact on your performance.

How big are the internal tables?

Read only

0 Likes
564

Hi,

Thanks,

The Internal tables are getting populated per IDoc and per object type. The data volume might be in hundreds but the access rate to the internal table is high.

please suggest.

Thanks.