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: 

Data Uploading problem

Former Member
0 Kudos

Hi,

we are having a d/b where in the primary keys are shuffled in position. we need to upload the data from the text field based on the d/b positions without doing anmy manual shuffling and touching fiels from Appl server.into SAP where the primary keys are aligned serially. could please sugget a solution for this asap.

thanks

shivakumar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Shivakumar,

1. try in the normal way. It should

not cause any problem bcos

app server communicates with the db server table

on a field-to-field name level,

(irrespective of their position)

2. If it does not work,let us know. Other ways are also

there !

regards,

amit m.

3 REPLIES 3

Former Member
0 Kudos

You could try using the LSM Workbench.

Former Member
0 Kudos

Hi Shivakumar,

1. try in the normal way. It should

not cause any problem bcos

app server communicates with the db server table

on a field-to-field name level,

(irrespective of their position)

2. If it does not work,let us know. Other ways are also

there !

regards,

amit m.

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Write a report so that

1. It downloads from Application server to presentation server.

2. Make the alignments in the internal table so that you can upload from presentaion server to database table directly.

Kindly reward points by clikcing the star on the left of reply,if it helps.