...
If you set the Activate Trace flag via the NLINK Management Module (NMM) you can generate a file NLINK SapRfcBapi CoNNector2 Trace.Log in the Logs folder which contains details of the outbound call to SAP. This text file is not very user-friendly, but you can find the Import and Table parameters and see exactly what data NLINK is sending.Watch: Set the Activate Trace flag in the NMM
View file |
---|
name | nmm_activate_trace.mp4 |
---|
height | 150 |
---|
|
Code Block |
---|
title | Example Contents of NLINK SapRfcBapi CoNNector2 Trace.Log |
---|
collapse | true |
---|
|
06-Jan-17 11:04:11 :
ABAP Name MATERIAL
DataType 0 ('RFCTYPE_CHAR')
Direction 1 ('RFC_IMPORT')
Decimals 0
ucLength 36
nucLength 18
Default ''
Optional '' ('')
06-Jan-17 11:04:11 : Data '100-300'
...
06-Jan-17 11:44:40 :
ABAP Name MATNRSELECTION
DataType 5 ('RFCTYPE_TABLE')
Direction 7 ('RFC_TABLES')
Decimals 0
ucLength 78
nucLength 39
Default ''
Optional '' ('')
06-Jan-17 11:44:40 : ABAP Name SIGN
06-Jan-17 11:44:40 : DataType 0 ('RFCTYPE_CHAR')
06-Jan-17 11:44:40 : Decimals 0
06-Jan-17 11:44:40 : ucLength 2
06-Jan-17 11:44:40 : ucOffset 0
06-Jan-17 11:44:40 : nucLength 1
06-Jan-17 11:44:40 : nucOffset 0
06-Jan-17 11:44:40 : Data 'I'
06-Jan-17 11:44:40 : ABAP Name OPTION
06-Jan-17 11:44:40 : DataType 0 ('RFCTYPE_CHAR')
06-Jan-17 11:44:40 : Decimals 0
06-Jan-17 11:44:40 : ucLength 4
06-Jan-17 11:44:40 : ucOffset 2
06-Jan-17 11:44:40 : nucLength 2
06-Jan-17 11:44:40 : nucOffset 1
06-Jan-17 11:44:40 : Data 'BT'
06-Jan-17 11:44:40 : ABAP Name MATNR_LOW
06-Jan-17 11:44:40 : DataType 0 ('RFCTYPE_CHAR')
06-Jan-17 11:44:40 : Decimals 0
06-Jan-17 11:44:40 : ucLength 36
06-Jan-17 11:44:40 : ucOffset 6
06-Jan-17 11:44:40 : nucLength 18
06-Jan-17 11:44:40 : nucOffset 3
06-Jan-17 11:44:40 : Data '100-300'
06-Jan-17 11:44:40 : ABAP Name MATNR_HIGH
06-Jan-17 11:44:40 : DataType 0 ('RFCTYPE_CHAR')
06-Jan-17 11:44:40 : Decimals 0
06-Jan-17 11:44:40 : ucLength 36
06-Jan-17 11:44:40 : ucOffset 42
06-Jan-17 11:44:40 : nucLength 18
06-Jan-17 11:44:40 : nucOffset 21
06-Jan-17 11:44:40 : Data '300-300' |
...