‎2009 May 15 12:54 PM
Hello Everybody,
Please tell some FM which take input and generate barcode.
Regards.
Sarbajit.
‎2009 May 15 12:59 PM
Hi,
Please try the Function modules in Function Group ALINK_BARCODE_BDS
BDS_BARCODE_CREATE
BDS_BARCODE_CREATE_VIA_RFC
Regards
Shital
‎2009 May 15 12:59 PM
Hi,
Please try the Function modules in Function Group ALINK_BARCODE_BDS
BDS_BARCODE_CREATE
BDS_BARCODE_CREATE_VIA_RFC
Regards
Shital
‎2009 May 15 1:05 PM
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
‎2009 May 15 1:06 PM
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
‎2009 May 15 1:15 PM
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
‎2009 May 15 1:23 PM
You have to Set the Barcode Entry in OAC5 Transaction and then Execute the Transaction.
‎2009 May 15 1:52 PM
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
‎2009 May 15 2:02 PM
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 .