cancel
Showing results for 
Search instead for 
Did you mean: 

Why are my componts disabled?

former_member199435
Participant
0 Kudos

Hi all,

I develop a web dynpro by use BAPI, but my components on the screen are disable! how can fix the problem? how is it occurs?

Best regards,

Evans.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check the cardinality of the node to which the UI elements are bound, the cardinality should be 1..n so that you have the elements enabled..

Thanks and Regards,

Karthikeyan

former_member199435
Participant
0 Kudos

Hi Karthikeyan,

I changed cardinality to 1..n, but my components still disabled. my use case is create bank data and use BAPI is "BAPI_BANK_CREATE", when I run the program, Bank's master is enabled, but bank's detail data like address is deusables, when I submit the data, it tell me, I miss the bank's address data, can you give me a sample? let me see where is different?

Answers (0)