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

Recomendation regarding Batch Input for Configuration

Former Member
0 Likes
375

Hi Folks,

Our functional specialist asked me if it's possible to create a Batch Input for transaction OBA1. This transaction is a Financial Configuration Transaction.

I have searched for a BAPI and no luck. I don't believe its wise to create a Batch Input for this transaction.

Can anyone give me some advise regarding this subject.

Thanks in advance.

Regards,

Gilberto Li

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
321

Batch input (and interfaces in general) are used when processes are repeatedly scheduled or the volume of data is so high that it makes sense to develop one.

But configuration is generally a one time process with a limited amount of data.

It would probably take your functional consultant more time to test the batch input results that you generate than it would to enter the data him or herself.

I don't see much gain here.

Rob

1 REPLY 1
Read only

Former Member
0 Likes
322

Batch input (and interfaces in general) are used when processes are repeatedly scheduled or the volume of data is so high that it makes sense to develop one.

But configuration is generally a one time process with a limited amount of data.

It would probably take your functional consultant more time to test the batch input results that you generate than it would to enter the data him or herself.

I don't see much gain here.

Rob