Application Development and Automation 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: 
Read only

recording-skipping mandatory fields

Former Member
0 Likes
661

hi,

is there any possibility to skip mandatory fields while recording a transaction.

my requriment is in xk01 transaction i want to skip the field SORTL(MANDATORY).because my flat file does not contain this field.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
602

Hi,

Compulsory you have to pass values to mandatory fields. In ur flat file pass ur fields along with mandatory fields.

hi,

is there any possibility to skip mandatory fields while recording a transaction.

my requriment is in xk01 transaction i want to skip the field SORTL(MANDATORY).because my flat file does not contain this field.

4 REPLIES 4
Read only

Former Member
0 Likes
602

Hi ,

I dont think it is possible to skip mandatory fields while recordsing , my reasoning for it is , if that is possible then we can upload any data and there will be no data consistency.

Regards

Arun

Read only

Former Member
0 Likes
602

The fields are made mandatory via the configuration by the functional consultants and I am sure there will be a business reason behind the same.

Without filling in the mandatory fields, you cannot complete a transaction, whether its a online transaction or you are uploading the data.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
603

Hi,

Compulsory you have to pass values to mandatory fields. In ur flat file pass ur fields along with mandatory fields.

Read only

Former Member
0 Likes
602

thanx all