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

Change barcode in BDS_BAR_EX and update TOA01 using a Z report?

Former Member
0 Kudos
2,442

Hi guys,

I am trying to develop a z report to correct the wrong barcode in table BDS_BAR_EX table. I know I can do it through OAM1, but I don't want to give OAM1 access to regular user. That's why I try to do it through a customized report. I know I need to click the "adjust barcode" button in the OAM1 after correcting the barcode, can this be done through a z report too? In other words, can a z report update the barcode in BDS_BAR_EX table and trigger the BDS_BAR_IN table to match BDS_BAR_EX table right away? If this can not be done, can I schedule a job to match BDS_BAR_IN table and BDS_BAR_EX table periodically? Any help will be appreciated.

Jack

5 REPLIES 5
Read only

Former Member
0 Kudos
1,245

That's why I try to do it through a customized report.

so, are you going to allow the user to execute the report? If so, why not let them fix the barcode the "right" way? You could develop a small BDC/call transaction program that accepted input and corrected the value. But, personally, I would not write something that overwrites a table with a Z program that can be executed by a user that doesn't have the authority to perform the same action with an SAP transaction code....really doesn't make sense to me.

Read only

Former Member
0 Kudos
1,245

Hi,

OAM1 is archive link monitor, it is not OK to give user access to the tcode because there are other functoins. I only want to give regular user ability to correct the wrong barcode and update the link table. Is there a way to do that?

Jack

Read only

0 Kudos
1,245

From OAM1 you access transaction SBDS3 to check external barcodes that have no match.

So you just need to let people access SBDS3.

bye

S.M.

Read only

0 Kudos
1,245

Hi,

SBDS3 allow user to edit the external barcode but does not immedietely match the internal barcode and update the TOA01 link table. I am not sure it is because our system configuration or something else, everytime I corrected an external barcode I will have to go to OAM1 and press the "adjust barcode" button. Is it the right way? I just wonder whether I can build a report to mimic the "adjust barcode" function in OAM1 so that I don't have to give out OAM1.

If giving out OAM1 is the right way to do, I will do it as the last option. Thanks.

Jack

Read only

helmut_schrder
Participant
0 Kudos
1,245

Hello,

we have same issue.

Did you find any solution of your problem?

Best regards,

Helmut