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: 

Transaction VA 1 is missing in table T180

atif_farooq
Active Contributor
0 Kudos

Dear Experts:

While creating Credit Memo through this BAPI "SD_SALESDOCUMENT_CREATE", id give an error "Transaction VA 1 is missing in table T180". Please Guide.

Regards.

6 REPLIES 6

Former Member
0 Kudos

It should be calling VA01 for a sales order create, but I don't recall if this BAPI supports Credit Memo creation.

0 Kudos

Dear:

We have been through this credit memo creation through a BAPI SD_SALESDOCUMENT_CREATE. This is for your information and the issue was resolved when we tested it another development client.

Regards

Former Member
0 Kudos

Atif,

Use BAPI_SALESDOCU_CREATEFROMDATA

0 Kudos

Atif,

Also - set the Business Object to BUS2094.

atif_farooq
Active Contributor
0 Kudos

Solved

0 Kudos

Hi Atif

How did you solve this issue, i have same issue. Could you share the solution.