Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancement Xd01

Former Member
0 Kudos

Dear Team,

I am trying to make field of XD01 addr1_data-remark as mandatory.

But unable to find the right place to make it mandatory.

Can any one guide.

Thank you.

asustainer

8 REPLIES 8

Former Member
0 Kudos

Mandatory in the selection screen?

Former Member
0 Kudos

Yes..in the Xd01 screen where customer general data is filled in the same screen the bottom most field is remarks field. and i need to make it mandatory.

0 Kudos

Add OBLIGATORY at the end of your parameters statement as in:

SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-b01.
PARAMETERS:
      p_ccode  LIKE oiurv_doc_bcn-or_lvl_1_no OBLIGATORY.
SELECTION-SCREEN END OF BLOCK b1.

Hope this helps!

Former Member
0 Kudos

on the screen its text is "Comments" with text box.

and the field name is "REMARK".

Former Member
0 Kudos

scott,

I am talking about the standard screen xd01, after proving the company code details, when we go the next screen and fill the General Data of customer, in the same screen at the bottom there is a last field "Comments" with input box...I need to make this input text field as mandatory and if not filled...then user should be prompted with a message, to fill the field. Without filling this field user should not go to next screen,

0 Kudos

I understand the requirement...  OBLIGATORY makes the field required.  I am assuming your using a custom screen/include, etc.?!  If so, adding a check on the field and providing the appropriate WRITE statements should fulfill your requirement.  If not, maybe another expert will chime in here with other possible solutions.

Former Member
0 Kudos

it is for "External Customer Group"

Former Member
0 Kudos

it is for "External Customer Group"