Forum Discussion
It has been pointed out to me that the same field is within the SAP IDoc Read Snap, but waiting for someone with more knowledge on the subject to provide more details.
Hi @dmiller,
Can you please update if you get any details on the use of ‘IDoc Read BAPI Name’ this property for ‘SAP IDoc Write Snap’?
What value we need to give for this property while writing an IDoc to SAP?
- dmiller7 years agoFormer Employee
I’m checking again with Engineering.
- Rakesh7 years agoEmployee
The updated SAP IDoc Read Snap docs has the following on the iDoc Read BAPI Name property:
Required. An IDOC Read BAPI name that is based off the SAP-delivered IDOC_READ_COMPLETELY BAPI property and containing the same input. In SAP, clone the IDOC_READ_COMPLETELY BAPI to Z_SNAP_IDOC_READ_COMPLETELY to make the default value work. Typically done in se37 transactions by users who have SAP programmatic access.
Example: Z_SNAP_IDOC_READ_COMPLETELY
Default value: Z_SNAP_IDOC_READ_COMPLETELY
Note: This is required to get information other than the IDoc number and transaction ID, such as the iDoc status code information.
'Hope this helps.