cancel
Showing results for 
Search instead for 
Did you mean: 

read subtype in ESS banking

Former Member
0 Kudos

Hi,

I am currently working on ess banking project. There are two bank views one is MAIN BANK and another is OTHER BANK. When it is main bank ivew, I would like to get CURRENCY field displayed. WHen it is other bank view, I want to get PAYMENT METHODS displayed. I know it probably has sth to do with subtype. How am I going to use it in webdynpro java code? Anyone could shed some lights on it? Thanks very much.

Accepted Solutions (1)

Accepted Solutions (1)

former_member214651
Active Contributor
0 Kudos

Hi,

Tha Bank Infotype will contain the subtype also. Your ABAP'er and the HR functional team shuld be able to tell you the field name. It generally has the name SUBTY (for Subtypes)

Regards,

Poojith MV

Former Member
0 Kudos

Thanks for your reply. The bank infotype is 0009. It has two bank subtypes, 0 is MAIN BANK and 1 OTHER BANK. But how am i supposed to get the value of current active subtype in java code? I am a bit confused. Thanks.

former_member214651
Active Contributor
0 Kudos

After you import the RFC which gets the details for Bank entries, use the object and get the value:

<objectname>.getSubty();

Regards,

Poojith MV

Answers (0)