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: 

Fetch data from Z* table

jaheer_hussain
Active Contributor
0 Kudos


Hi,

I have created one z table to update PR details.

Declartion for PR number and item are

as follows.

BANFN---data element BANFN

BNFPO ---data element  BNFPO.

I am updating throw program(z) this table and gets updated without  any problem.But we try to see data in se16,but system says 'No table entries found for specified key' but I have this PR number in this table as below.Can some body throw light on this issue?

5 REPLIES 5

Former Member
0 Kudos

You have to pad the purchase requisition number with zeroes on the left.

Rob

0 Kudos

Even I put 00 on the left.still not working.

0 Kudos

Hi jaheer,

Have you checked the below thread?

0 Kudos

I agree with my answer in the other discussion seems wrong data was input into database, and correct report are not able to display it...

Check it : Display the data with SE16/SE16N, after deactivation of conversion exit and without any selection criteria. If fields with ALPHA conversion exit contain value without leading zero, numeric with trailang space, you mess with the data, and a correction report is required with usage of CONVERSION_EXIT_ALPHA_INPUT.

Suggest : Also try to add some foreign key relation in your Ztable to check with table EBAN, and check it in your reports, that would have raised an error before writing to database.

Regards,

Raymond

former_member218424
Participant
0 Kudos

i think you need to use fm "CONVERSION_EXIT_ALPHA_INPUT" before saving data into your z* table..