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

BAPI_GOODSMVT_CREATE (testrun/return)

Former Member
0 Likes
1,151

Hi everyone,

I'm programming an application in Visual Basic 6 that need to transfer Data to our SAP-System. Therefore I call the BAPI: BAPI_GOODSMVT_CREATE.

Now my questions:

- How do I set the testrun-parameter?

- How do I use the return-table?

Kind Regards

Olli

2 REPLIES 2
Read only

Former Member
0 Likes
523

Hello,

There is a import field TESTRUN in the BAPI.

If u want to run the BAPI in test run then make it 'X' .

If actually run pass SPACE to this field.

Cheers,

Vasanth

Read only

Former Member
0 Likes
523

I'm programming an application in Visual Basic 6 that need to transfer Data to our SAP-System. Therefore I call the BAPI: BAPI_GOODSMVT_CREATE.

Now my questions:

- How do I set the testrun-parameter?

- How do I use the return-table?

Hi,

Between non sap and sap u need to depend on middle ware tool. that only will take care about the same. now you need to request the middle ware team people wat action is going on there.

i think here only one action is happining like non-sap to sap.

suppose if you are sending data from non-sap to sap, check the same function module whether it is having return parameter or not. if not modify that in middleware.

1. NON-SAP -> middleware ->SAP.

check return parameter for function module in middleware

2. if not maintain return parameter modify that.

and ask to the middleware people INFLOW and OUTFLOW data is working fine or not.

3. once it is ok

4. check the outbound status from SAP side.