Hi All,
I have a parameter to enter the BP number on screen. when user fills the value & press enter the name of BP will get filled to one more parameter which is non-editable.
I have done this like below:
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 1(30) text-006 FOR FIELD p_bppart.
PARAMETER p_bppart TYPE crmt_evt_browser_f4-event_partner.
PARAMETER p_bppnam TYPE bus000flds-descrip VISIBLE LENGTH 20 MODIF ID mo1.
SELECTION-SCREEN END OF LINE.
But the problem is, the BP name is getting displayed within the box (like other parameters without input option). but i dont need any box to be displayed.
Can any of you tell me how i can display the BP name without the box.
Regards,
Seema