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: 

Fields Not Found! in 'BAPI_ACC_DOCUMENT_POST '

Former Member
0 Kudos

Dear AbaperFriends:

So, here i am, with a little problem to make a solution for FI, makin' short the history, i need to agree the follow fields to the bapi BAPI_ACC_DOCUMENT_POST:

BSEC-ANRED - Example: Señora

BSEC-NAME1-GP - Example: Anahi de Cardenas

BSEC-STCD1 - Example: 43878132

BSEC-ORT01 - Example: Miraflores

If somebody can help me?

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Try to with this Structure BAPIACPA09 ( Bapi Name 'CUSTOMERCPD')

Jose R.

4 REPLIES 4

Former Member
0 Kudos

Hi,

Try to with this Structure BAPIACPA09 ( Bapi Name 'CUSTOMERCPD')

Jose R.

former_member193335
Active Participant
0 Kudos

Dear Juan.

The following solution may change acoording with your SAP version.

There are a table in FM BAPI_ACC_DOCUMENT_POST named EXTENSION1 wich you can use to pass the information you need. After you fill this table you need to implement an user exit. Review FM BAPI_ACC_DOCUMENT_CHECK, form CALL_CUSTOMER_FUNCTION for more help.

In that user exit you can move your information to the correct table.

Regards.

Rafael Rojas.

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

Did you find an answer for this?

I'm also looking for update some fields of BSEC table, and I don't know how to do it.

In the user-exit mentioned by Rafael, the table structures do not have these fields.

Thanks in advance.

Regards,

Sónia Gonçalves