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

bdcdata

Former Member
0 Likes
716

which fields of the bdcdata structure are case-sensitive

5 REPLIES 5
Read only

Former Member
0 Likes
686

HI,

only FVAL is case sensitive in bdcdata.better to pass the remaining variables as uppercase.

<b>award points if helpful</b>

rgds,

bharat.

Read only

Former Member
0 Likes
686

Fields: The fields in the BDCDATA structure are as follows:

PROGRAM

Name of the program. Length (8). The PROGRAM field is <b>not case-sensitive</b>. Set this field only in the first record for the screen.

DYNPRO

Number of the screen. Length (4). Set this field only in the first record for the screen.

DYNBEGIN

Indicates the first record for the screen. Length (1). Set this field to X only in the first record for the screen. (Reset to ' ' (blank) for all other records.)

FNAM

Name of a field in the screen. Length (35). The FNAM field is <b>not case-sensitive.</b>

FVAL

Value for the field named in FNAM. Length (132). The FVAL field is <b>case-sensitive.</b> Values assigned to this field are always padded on the right if they are less than 132 characters. Values must be in character format.

reward points if it is usefull ...

Girish

Read only

Former Member
0 Likes
686

hi,

FVAL is case sensitive

Read only

Former Member
0 Likes
686

Hi Suresh,

Only FVAL.

Regards,

Younus

<b>Reward Helpful Answers:-)</b>

Read only

Former Member
0 Likes
686

Yeah only FVAL is case- sensitive.

Thanks,

Sapna