Application Development 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: 

BAPI or batch input for FBD1

jlsim
Explorer
0 Kudos

Hi Gurus,

I need to do a batch posting thru FBD1, is there any BAPI or batch input program i can use apart from BDC?

BDC will be quite risky as the profitability segment subscreen fields might change and this will alter the code useless.

thanks in advance.

<thread moved, has nothing to do with ABAP Objects. Please choose your forums more carefully in future>

Edited by: Mike Pokraka on Aug 20, 2008 11:58 AM

3 REPLIES 3

former_member181995
Active Contributor
0 Kudos

Jee,

check these FM may these help.

FI_FM_RECURRING_ORDER_REL_SET 
FI_PSO_DOCS_FROM_RECURRING_DIS
FI_PSO_FI_VIA_RECURRING       
FI_PSO_RECURRING_AENDERUNGSBEL
FI_PSO_RECURRING_CHANGE_WRITE 
FI_PSO_RECURRING_DATA_CHECK   
FI_PSO_RECURRING_ORDER_POST   
FI_PSO_RECURRING_ORDER_WRITE  
FM_FI_RECURRING_EXISTS_CHECK

Former Member
0 Kudos

Hi,

Use FM 'POST_DOCUMENT'

To use this FM you need to pass the document number, you can get the next document number using FM 'number_get_next' for object RF_BELEG.

I have used this for my implementation, it works.

Regards,

Sonal

0 Kudos

Hi Sonal,

Can you please post the code...