2012 May 15 4:36 PM
I have been looking for the proper syntax for the startrfc command to return SAP data when no Table parameters exist per se37. My syntax works well for functions that have table parameters. I have seen high level language solutions to retrieve the Export parameter data returned by SAP, but I can not find a command line equivalent.
The BAPI_MATERIAL_GET_ALL function returns data into the file I have specified:
./startrfc -3 -h myhost -s B6I -c 010 -l EN -u user -p pwd -F BAPI_MATERIAL_GET_ALL -E MATERIAL=000000003001121900 -T MATERIALDESCRIPTION,2048,w=/users/tmp/sapdump.txt
With se37 I see there is a Table parameter called MATERIALDESCRIPTION. All is fine there. The function BAPI_MATERIAL_GET_DETAIL causes me a problem because is lacks table parameters. It has Export parameters, but what syntax is required for my startfrc command to direct MATERIAL_GENERAL_DATA to an output file? I have yet to see any example of this, nor answers to similar queries others have made. Is startfrc capable of getting Export parameter data? If so, please suggest an adjustment to:
./startrfc -3 -h myhost -s B6I -c 010 -l EN -u user -p pwd -F BAPI_MATERIAL_GET_DETAIL -E MATERIAL=000000003001121900 -E MATERIAL_GENERAL_DATA (? syntax here to direct output to /users/tmp/sapdump.txt ?)
I have been looking for the proper syntax for the startrfc command to return SAP data when no Table parameters exist per se37. My syntax works well for functions that have table parameters. I have seen high level language solutions to retrieve the Export parameter data returned by SAP, but I can not find a command line equivalent.
The BAPI_MATERIAL_GET_ALL function returns data into the file I have specified:
./startrfc -3 -h myhost -s B6I -c 010 -l EN -u user -p pwd -F BAPI_MATERIAL_GET_ALL -E MATERIAL=000000003001121900 -T MATERIALDESCRIPTION,2048,w=/users/tmp/sapdump.txt
With se37 I see there is a Table parameter called MATERIALDESCRIPTION. All is fine there. The function BAPI_MATERIAL_GET_DETAIL causes me a problem because is lacks table parameters. It has Export parameters, but what syntax is required for my startfrc command to direct MATERIAL_GENERAL_DATA to an output file? I have yet to see any example of this, nor answers to similar queries others have made. Is startfrc capable of getting Export parameter data? If so, please suggest an adjustment to:
./startrfc -3 -h myhost -s B6I -c 010 -l EN -u user -p pwd -F BAPI_MATERIAL_GET_DETAIL -E MATERIAL=000000003001121900 -E MATERIAL_GENERAL_DATA (? syntax here to direct output to /users/tmp/sapdump.txt ?)
2015 Jul 11 6:33 PM
Hello,
I need the same information on startrfc.
Can anyone help on this.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |