Interface BdcMessage
- 
 public interface BdcMessageThis class represents a single message returned by a transaction call. It largely corresponds with the SAP dictionary structureBDCMSGCOLLThis message can be translated into clear text by callingXbpInterface.getMessageText()method
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEnv()Get the BDC input activityStringgetFieldName()Get the BDC field nameStringgetLanguage()Get the language of the messageStringgetMessageId()Get the message idStringgetMessageNumber()Get the message numberStringgetMessageType()Get the message typeStringgetMessageV1()Get the first parameter of the messageStringgetMessageV2()Get the second parameter of the messageStringgetMessageV3()Get the third parameter of the messageStringgetMessageV4()Get the fourth parameter of the messageStringgetModuleName()Get the module nameStringgetScreenNumber()Get the screen numberStringgetTransactionCode()Get the transaction code
 
- 
- 
- 
Method Detail- 
getTransactionCodeString getTransactionCode() Get the transaction code- Returns:
- transaction code
 
 - 
getModuleNameString getModuleName() Get the module name- Returns:
- name of the module
 
 - 
getScreenNumberString getScreenNumber() Get the screen number- Returns:
- screen number
 
 - 
getLanguageString getLanguage() Get the language of the message- Returns:
- language of the message
 
 - 
getMessageTypeString getMessageType() Get the message type- Returns:
- message type
 
 - 
getMessageIdString getMessageId() Get the message id- Returns:
- message id
 
 - 
getMessageNumberString getMessageNumber() Get the message number- Returns:
- message number
 
 - 
getMessageV1String getMessageV1() Get the first parameter of the message- Returns:
- first parameter
 
 - 
getMessageV2String getMessageV2() Get the second parameter of the message- Returns:
- second parameter
 
 - 
getMessageV3String getMessageV3() Get the third parameter of the message- Returns:
- third parameter
 
 - 
getMessageV4String getMessageV4() Get the fourth parameter of the message- Returns:
- fourth parameter
 
 - 
getEnvString getEnv() Get the BDC input activity- Returns:
- BDC input activity
 
 - 
getFieldNameString getFieldName() Get the BDC field name- Returns:
- BDC field name
 
 
- 
 
-