‎2008 Feb 04 1:07 PM
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
‎2008 Feb 04 1:11 PM
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
‎2008 Feb 05 11:19 AM
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.