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

manditory fields for vendor master

Former Member
0 Likes
473

my requirement is i am using tcode SXDA using RFBIKR00.

minimum mandatory fields for create vendor master.

in my legacy system BPCS i have fields like

name with char 45 mapping to BLFA1-NAME1 char 35.

ADDRESS char 40 map to BLFA1-stras char 35.

and how to handle with the variation of field length while mapping.

pls its urgent.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
425

Two ways that I can think of:

1) Truncate

2) Produce a report from the legacy system that lists all fields that have thir contents greater than the structure length. Then the users must decide whether to change the names to a shorter one before the upload.

Rob

Two ways that I can think of:

1) Truncate

2) Produce a report from the legacy system that lists all fields that have thir contents greater than the structure length. Then the users must decide whether to change the names to a shorter one before the upload.

Rob

1 REPLY 1
Read only

Former Member
0 Likes
426

Two ways that I can think of:

1) Truncate

2) Produce a report from the legacy system that lists all fields that have thir contents greater than the structure length. Then the users must decide whether to change the names to a shorter one before the upload.

Rob