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

create data bank table and a creation program for a customized field

Former Member
0 Likes
1,195

Hallo Developers,

I have added some customized fields to the transaction VL*N, this field are dreivername and some information.
Any way I need now to create a program to create these dreivers information as well as Data and to save this data in a data bank table instead of LIKP where I have already made Append.

This look like transaction FK01 but only with 4 or 5 fields and with no finance implication.

Any Ideas or Steps to achieve this will be appreciated.

Sandi

Hallo Developers,

I have added some customized fields to the transaction VL*N, this field are dreivername and some information.
Any way I need now to create a program to create these dreivers information as well as Data and to save this data in a data bank table instead of LIKP where I have already made Append.

This look like transaction FK01 but only with 4 or 5 fields and with no finance implication.

Any Ideas or Steps to achieve this will be appreciated.

Sandi

5 REPLIES 5
Read only

SimoneMilesi
Active Contributor
0 Likes
1,102

So you want to create a master data for your fields, right?
Why do not use a table with its SM30 maintenance? 5 fields would be more easy to handle that way.

If you need to put some logic, build your own report that updates and checks data from your Z table

Read only

0 Likes
1,102

How the program will be able to create automatically the Driver number ist there a class or FM to do this

?

Read only

0 Likes
1,102

Is it a custom data?
Build your own logic, using a custom range

Read only

0 Likes
1,102

yes

it Is a custom data, could u please specify more !

Read only

0 Likes
1,102

Well, i cannot be more specific since i do not know your scenario so well.

My suggestion is to create a custom range number for your driver id https://wiki.scn.sap.com/wiki/display/ABAP/How+to+Create+you+own+Number+Range++SNRO
and develop a custom report to maintain the data.