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

Automatic clearing by code

Former Member
0 Likes
649

Hello,

I need to launch F.13 transaction with parameters 'Company', 'Fiscal Year', 'Account G/L' a,d 'Document Number'.

I have tried by 'CALL TRANSACTION'. I have to fill the select-options 'Document Number' with a lot of entries. I think that 10000 entries shouldn't be OK.

Is there another solution by Function Module or BAPI ?

Thank you.

Bernard Pochin.

4 REPLIES 4
Read only

Former Member
0 Likes
600

Perhaps there is no BAPI for Auto Clearing.

You might think for use of Submit program with selection screen option.

Read only

Former Member
0 Likes
600

The select-options can contain a lot of entries. The problem is the selection on the table 'BSIS' in the program.

where belnr IN select-options => Dump.

It's my problem.

Thank you.

Read only

0 Likes
600

Hi:

Ist fill an internal table by which u are selecting in ur selectoption-low.

then use for all enteries IN itab.

Below is also a link. which may be helpful for u

[For All ENteries IN|]

Read only

Former Member
0 Likes
600

The program is standard (SAPF124). I can't change it.

I need another way to launch automatic clearing.