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

Function Module regarding Barcode

sarbajitm
Contributor
4,054

Hello Everybody,

Please tell some FM which take input and generate barcode.

Regards.

Sarbajit.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,235

Hi,

Please try the Function modules in Function Group ALINK_BARCODE_BDS


BDS_BARCODE_CREATE
BDS_BARCODE_CREATE_VIA_RFC

Regards

Shital

7 REPLIES 7
Read only

Former Member
0 Likes
2,236

Hi,

Please try the Function modules in Function Group ALINK_BARCODE_BDS


BDS_BARCODE_CREATE
BDS_BARCODE_CREATE_VIA_RFC

Regards

Shital

Read only

0 Likes
2,235

Hi Shital,

Right now I'm doing RnD on FM BDS_BARCODE_CREATE.

Can you tell me what I have to pass for the parameter BARCODE ,CLASSNAME,CLASSTYPE, OBJKEY,?

Thanks in Advance.

Regards.

Sarbajit

Read only

Former Member
0 Likes
2,235

Hey,

Have a look at this Standard Program BDSBARIN

This program is used for Generating, Creating and inserting Barcode.

Your problem will be solved

Good luck

Read only

0 Likes
2,235

Hi Anup,

I'm trying to run BDSBARIN. But after putting some data in the selection screen ,as i'm pressing F8.....i'm getting error Barcode entry not active-> Administration .What's about it?

Regards.

Sarbajit

Read only

0 Likes
2,235

You have to Set the Barcode Entry in OAC5 Transaction and then Execute the Transaction.

Read only

0 Likes
2,235

Hi Anup ,

In OAC5, I have set Object Type VBRK as

BCodeType:- UPC_A

and checked all the checkbox.

And trying to run the BDSBARIN with input Bar code type : UPC_A

Object type : VBRK

Object key : 1

Document type : BDS_IMAGE

Bar code : Bar code

ad left other input field blank.Now I'm getting error like SAP ArchiveLink: Objects not assigned to a storage system(Customizing).

Need your help.

Thanks in Advance.

Regards.

Sarbajit

Read only

0 Likes
2,235

There might be no barcode object assigned in your system.

Set Break-point in ALINK_BARCODE_POPUP Function module before

PERFORM GIVE_ME_THE_CONTREP(ARCHIVELINKTOAOM)

USING OBJECT_TYPE I_DOCUMENT_TYPE L_CONTREP.

and then debug .