Is it posibble to code values like *000.01* into Barcode in Documaker 11.4

I am looking for the feasiblity to encode values like '*000.01*' into Barcode in Documaker 11.4
When i tried the same i got a warning message (6657) stating Invalid Barcode.
But my Barcode reader is expecting a value as mentioned above.
Edited by: Barath88 on Mar 21, 2013 12:12 AM

Banner Dal:
BeginSub PreBatch
#tran = 0
rname = Trim(RecipName())
EndSub
BeginSub PreTrans
#tran += 1
#Pagecnt = TOTALSHEETS(rname)
#pageno = 0
BatchRecip=RecipName()
#Formcnt=0
Group = GroupName(,"*")
Form = FormName(, , Group)
while(Form != "")
Nextform = FormName(#Formcnt,Form,Group)
if (Nextform = "")
Group = GroupName(1,Group)
if (Group = "") then
break
end
Form = FormName(,"*",Group)
if (Form = "") then
break
end
#Formcnt = 0
continue
end
#Formcnt += 1
#FormPgNum=1
#AddImgnameCntr=1
Imgname = PAGEIMAGE(#FormPgNum,BatchRecip,Nextform)
while(Imgname != "")
#pageno += 1
tran = Format(#tran,'n','9999')
Pagecnt = Format(#Pagecnt,'n','99')
pageno = Format(#pageno,'n','99')
If (#Pagecnt = #pageno)
#cnt = 1
else
#cnt = 0
end
Barcod2 = "0000" & "." & tran & "." & Pagecnt & "." & pageno & "." & "00" & "." & #cnt
#rcSetFld=SetFld(Barcod2,"NYFTZ","NYFTZAA\" & #AddImgnameCntr,Nextform)
#rcSetFl1=SetFld(Barcod3,"NYFTY","NYFTZAA\" & #AddImgnameCntr,Nextform)
#AddImgnameCntr += 1
#FormPgNum += 1
Imgname = PAGEIMAGE(#FormPgNum,BatchRecip,Nextform)
wend
wend
EndSub
Image Addition DAL:
#pageno = 1
#Pagecnt = TOTALSHEETS()
if (#Pagecnt > 0)
while(1)
iName=PageImage(#pageno)
If (iName = "")
break
end
qName = "NYFTZAA"
AddImage(qName,iName,,"*",1)
qName = qName & "\" & #pageno
#pos.top=9700
#pos.left=18400
SetImagePos("#pos",qName,,"*");
SetFld(0,"NYFTZ",qName,,"*");
SetFld(0,"NYFTY",qName,,"*");
#pageno += 1
wend;
end

Similar Messages

  • Need to fetch function code value of push button into BUS

    He expert,
                       I have created one custom screen in standard transaction IQ02.where I am populating some values into screen and one push button is there.I want to trigger the workflow only when user press this push button.I am using BUS DEVICE for that.
    Is it possible to fetch function code value of push button into the BUS object by creating custom attributes.So i can put the function code value as a condition before triggering workflow.or is there any other way to  to implement the above functionality.
    Please suggest.

    Hi,
    I'd say you need to delegate the std DEVICE object to your own ZDEVICE, where you define a custom event. Then generate the DEVICE.CUSTOMEVENT event when the user clicks on your pushbutton (eg. with SAP_WAPI... function module).
    In your workflow remove the standard triggering event and use your custom event instead.
    Cheers,
    Patrick

  • Tax code value is not flowing into the netprice of the PO

    HI,
    Tax percentage are calculating correctly but the final value is refelected to my pricng procedure and adding on to the net price of the PO,what should I do to bring the tax value to NAVS condition of the pricing procedure.
    Regards
    Kantha

    Hii,
    Check the tax procedure and the condition type assigned with the tax code which you are using. Please provide more details like u r using CIN & TAXINN???
    Regards,

  • Lookup Code value switch automatically in case of same decode value

    Hi,
    We have create a simple Lookup type UDF on OIM user profile. The lookup value contains the different code value for same decode value like 1-->Project Manager, 2-->Project Manager, 3-->Project Manager. Now the issue is that if someone goes form the web console and edit the user (just click on edit and then save it back without making any change), this lookup field value switch to default code value for 'Project Manager'. Let's say if OIM internally assume 2 as default code value for 'Project Manager' (not sure how OIM maintains it internally), If we follow the edit process for a user who has '3' as code value then after save the value in the database change to '2'. The same happens for user with '1' as code value as well. Now mapping multiple code values to same decode is very common where you need to integrate OIM with legacy systems where multiple key values assigned to the Job title/positions with same description. Has anyone came across this scenerio in past and found any solution. Please help. We tried by using lookup querry as well but no luck. We are using 9102 BP02 OIM. Thanks

    First thing first
    Why do you need 3 entries in the lookup for the same vaule? It's only a confusion to the end-user to select which one.
    Now....
    In case you have some compelling situation, just try to have some differentiation for the decode value; like 1~Project Manager, 2~Project Manager, 3~Project Manager. This way confusion may be obviated and so as the issue.

  • Use of bar code value in apex

    Hi experts,
    I am building an employee attendance system in apex.
    When an employee enters or leave the office, the bar code reader captures the value (i.e employee id) based on the bar code sticker on employee i-card. So after getting the employee id, I want that value in first item on apex form.
    Based on this value a function/procedure should be called which stores employee details (e.g. name, date, time etc) into the table without any manual interaction. Also the value of item should be null/clear after entry in table.
    I tried it using windows hooks, but it is not working properly. (e.g. It doesn't fetch the value when computer is locked.)
    Is it possible to fetch the value ( employee id) directly into the form item and at the same time insert the values in the database based on the employee id...???
    This is just an general overview of how it want to be work. Please provide your valuable suggestions for any other way to implement the same.
    Thanks in advance
    Chetan

    I assume you are just using a generic bar code reader that effectivly acts like a keyboard typing the relevant bar code value?
    I really don't think APEX is the right environment to be doing this sort of thing in.
    Unless I've misunderstood the hardware you are using though I really think you are going to struggle getting enything to happen when the machine is locked...

  • Return Code value using 'starting new task' and 'wait until'

    I'm having a minor issue with some return code values in my ABAP.
    This is what part of it used to look like before I modified it:
    With Code in version 1, the sy-subrc was not always zero, sometimes it would be 4.
    That was fine, and my abap would do something based on the non-zero RC.
    had a need to implement an RFC timeout, the only way I could see to do it was to use 'starting new task' etc as seen in Version 2.
    However, with my changes, sy-subrc is always zero.
    The ABAP runs fine but I know that sy-subrc should sometimes be 4, even when it returns within the allotted 60 seconds.
    Maybe I've coded it incorrectly.
    Can someone point me in the right direction?
    #>> Start of VERSION 1
      call function 'MY_FUNCTION_MODULE'
           destination RFCDEST
           tables
                orders_list          = t_orders_packet
                apo_orders_list      = t_apo_orders
                apo_resources        = t_apo_resources
           exceptions
                COMMUNICATION_FAILURE    = 1 MESSAGE MSG_TEXT
                SYSTEM_FAILURE           = 2 MESSAGE MSG_TEXT
                NO_ORDERS_SUPPLIED       = 3
                NO_PEGGED_ORDERS_FOUND   = 4
                ORDERID_CONVERSION_ERROR = 5
                OTHERS                   = 6.
    if sy-subrc is initial.
      * do some stuff as RC was 0
    else.
    * log non-zero return code etc
    endif.
    * << End of Version 1

    And now Version 2.
    I didn't put this into the 1st post as the formatting goes bonkers.
    #>> Start of VERSION 2
      call function 'MY_FUNCTION_MODULE'
           destination RFCDEST
           starting new task 'taskname'
           performing receive_result on end of task
           tables
                orders_list          = t_orders_packet
                apo_orders_list      = t_apo_orders
                apo_resources        = t_apo_resources
           exceptions
                COMMUNICATION_FAILURE    = 1 MESSAGE MSG_TEXT
                SYSTEM_FAILURE           = 2 MESSAGE MSG_TEXT
                NO_ORDERS_SUPPLIED       = 3
                NO_PEGGED_ORDERS_FOUND   = 4
                ORDERID_CONVERSION_ERROR = 5
                OTHERS                   = 6.
      WAIT UNTIL results_received = 'X' UP TO 60 SECONDS.
    if sy-subrc is initial.   << Now this is always ZERO
      * do some stuff as RC was 0
    else.
    * log non-zero return code etc
    endif.
    FORM receive_result USING iv_taskname.
      RECEIVE RESULTS FROM FUNCTION 'MY_FUNCTION_MODULE'
           tables
                orders_list          = t_orders_packet
                apo_orders_list      = t_apo_orders
                apo_resources        = t_apo_resources
           exceptions
                COMMUNICATION_FAILURE    = 1 MESSAGE MSG_TEXT
                SYSTEM_FAILURE           = 2 MESSAGE MSG_TEXT
                NO_ORDERS_SUPPLIED       = 3
                NO_PEGGED_ORDERS_FOUND   = 4
                ORDERID_CONVERSION_ERROR = 5
                OTHERS                   = 6.
      results_received = 'X'.
    endform.                    "receive_result
    * < End of Version 2

  • Convert BUDAT value (like 01/01/2006) to a YYYYMM (200601) NUMC 6 value?

    If some ABAP expert here give a sample code on how to convert a date type of BUDAT value (like 01/01/2006) to a YYYYMM (200601) NUMC 6 value, that would be great <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Apr 10, 2008 12:14 PM

    Here ya go ....
    report  sdn.
    data: l_tdat6(08) type c.
    call function 'DATUMSAUFBEREITUNG'
      exporting
        idate                 = sy-datum
      importing
        tdat6                 = l_tdat6
      exceptions
        datfm_ungueltig       = 1
        datum_ungueltig       = 2
        others                = 3.
    if sy-subrc <> 0.
                   break-point.
    endif."subrc
    break-point.

  • Color space, gamma, and code value range data

    Greetings!
    I'm getting close to submitting my film for professional DCP creation.  It's a ProRes 422 4096 by 1716, 2.39 - 1 file, created as a "master file" in a Premiere Pro CC export (the sequence being an "online" of sorts, built from SpeedGrade color-corrected DPX files).
    The Guidelines for "Digital Cinema Source Delivery" require me to provide information about Color Space, Gamma, and Code Value Range Information (head vs full).  Specifically, an order form asks for TRT, Color-Space, and Full or Head. 
    This is simply all Greek to me.  I know my film looks gorgeous, and the rest of what I've told you, but that's the limit of my experience.
    Can someone help me out?  Specifics are preferred to broad strokes.  Many thanks in advance.

    This is probably too late now for you anyway but here is some extra information:
    The "Digital Source Master" is the video footage before any D-Cinema formatting or encoding has been done.
    It can be literally anything. The DCI specification did not specify this.
    They did however specify exactly what the transcoded verison has to look like. The "D-Cinema Distribution Master" (16bit TIFF, XYZ)
    So in other words, you need to tell your service provider:
    The resolution, fileformat, frame rate and especially the colourspace that you used.
    For example r709 for HD or any other RGB colourspace with applied gamma value (2.3 for example).

  • How to view OK CODE VALUES

    how to find OK CODE values for all like page up page down
    etc any pgm to view all possible ok code values.

    Hi Karthik,
    I don't think there's anything called <i>possible ok-code values</i>. Any ok-code value is possible. Depends on what the code in the PAI module(s) is. Technically, you can even have ok-code values when there's no button with that function code in any screen. However this is not generally practised for obvious reasons.
    You can go to SE80, give the program name and see what are all the GUI statuses that the program uses. That will give you the information about the various ok-codes in the toolbars. But if your program has got some buttons on the screens as well, then I don't think there's any utility which will tell you about all those function-codes.
    Any particular reason why you want to have this information ?
    Regards,
    Anand Mandalika.

  • Code value from decode key

    Hi All,
    Can some one please help me with the below code?
    I need to fetch the code value where as I have the decode value and the lookup name
    I dont see any API which can help me in this.
    Thanks in advance

    you have to get the lookup values in tcResultSet API methods provided tcLookupOperationIntf .
    Iterate over tcResultSet, Now you can get metadata from result set like getStringValue of code key of decode key
    http://download.oracle.com/docs/cd/E10391_01/doc.910/e10027/appendixa.htm#

  • How do you create a user defined functions  UDF and passing a value like a ID to GEt a Value.

    How do you create a user defined functions UDF and passing a
    value like a ID to GEt a Value.
    using a query.
    are there example.
    Thanks

    tons of examples at cflib.org - good place to start, even
    though many
    udfs there are a bit outdated in their code...
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com

  • BC4J - where is the best place to keep "Code" values?

    For tables with "Code" values (such as "ACCTG" for "Accounting", "RD" for "Reasearch and Development", etc) where the Code itself is a key (PK or AK) of the table and where I would be doing comparisons to a code value (such as setting a runtime where clause or param value), I generally build a wrapper class for the table and create public static final String values for the code values, so as not to litter these values throughout my code/pages/etc (centralizing maintenance when code values change, etc). The problem is that #1, these classes generally live in my application packages, resulting in less direct reuse and #2, changes to code values require recompilation, redistribution of the affected classes and restarting of OC4J listeners (as the classes are in the classpath).
    I would ideally like to find a place w/in the BC4J framework to declare these in an XML file (such as EntityXYZ.xml) that I could then access at runtime (w/o accessing oracle.jbo.server package objects). However, as my lookup VO's are SQL-based, not EO-based, I don't have a direct route via ViewRowImpl to the EntityImpl so that I can access the EO's XML properties. I don't really want to set them as properties of a VO, as multiple VO's could use these same codes, so I'd be back to a maintenance problem. Ideally, I would like to have these code values in some location that transcends AMs (ie, not define then at the AM-level either), as I could be using the same underlying table Code values in various AMs and would like to maintain these code values in only one place outside of the database. It seems that putting them on an EO, since that could be considered the BC4J definition of a table, and providing static access (for efficiency's sake) via some means would be a good solution, but I have concerns about the effect of "sharing" EOs across AMs as well as the problem w/ not wanting to directly access an EntityImpl in my client code (ie, when I don't have a VO hook to an EO).
    How are folks implementing this type of thing via BC4J? (Or are they at all?) Clearly, I could take the next step and implement this stuff better on my own than I'm currently doing, but would like to take advantages of BC4J's built-in XML property capabilities versus write my own (and it would be a more centralized place to keep that info, as well...)
    Thoughts, suggestions??
    Thanks,
    Jim Stoll

    Thanks for the reply Steve! I'll take a deeper look into the ToyStore app - an initial browse through didn't seem to reveal what I was looking for, but I was admittedly looking for a particular style of solution. I'll look at the .properties file scheme straightaway.
    I understand the ability to share VOs across AMs, as I do that pretty regularly. My concern about specifying code values at the VO level arises from the (likely) possibility that I could have more than one VO that needs to reference a lookup table 'code' value, and want to avoid having to specify the code values in more than one VO. I could build a 'reference' VO that held the code values as properties (or even hard-coded rows, I suppose), but would that not require me to create an instance of that VO when I wanted to reference the code values, even if I didn't need an actual instance of the VO? (My ideal goal is to mimic the efficiency and ease of access of a public static final variable.)
    I'll take a look at that .properties file based implementation and get back with any questions.
    Thanks Again!!
    Jim

  • Drop-downs in ALV: display list of code & value

    Hi All.
    When you define a Drop-down in Screen-editor (SE51) you'll get a field that contains list of code & value (if you set the "Show key within dropdown lists" option in the SAPGUI).
    I would like to see the same behaviour in ALV Drop-downs. Currently there are 2 options: create a list that shows codes only, or create a that shows the values and the codes are hidden.
    Both these options are set via the tables in Method "SET_DROP_DOWN_TABLE" of the CL_GUI_ALV_GRID class ([this is an example of how to set it|List Box in ALV Grid;).
    Any idea how to set it will be welcome and rewarded.
    Regards.
    Ayal Telem.

    Hi Ridhima,
    I need a drop down field in ALV list for my ABAP report. The user will select one of them and the report will go with this selection. How do you make such thing? I need it too..

  • SQL Query returns values like "---" and "NA"

    Hi
              When I execute a sql query in MII it returns values like "---" and "NA" for empty Char and numeric fields respectively.
    I have checked the database and made sure that these fields does not have any value. This happens only when I run the query through MII. Can any one know how can we get rid of these values?
    Thanks in advance
    Shaji

    Shaji,
    MII sets those values as a default if it discovers null values in a query result. You can change this default behaviour in several ways.
    First, have a look at the document [Setting custom null values in XML|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70628af0-8ec4-2c10-7da2-f451e412dd8f?quicklink=index&overridelayout=true]. Then you may also use SQL functions like [NVL|http://www.techonthenet.com/oracle/functions/nvl.php] to change the value directly in the SQL query. You can also change the value inside the MII BLT to whatever you need.
    Michael

  • Need Help: How to configure/set-up custom interchange code values in B2B

    Hello All,
    Hope everybody is doing well.
    We are currently facing a problem in implementing Inbound 850 Purchase Orders in B2B from one of our Trading Partners (Customer).
    The Customer will be sending us EDI ANSI X12 ver 4010 Purchase Order files, but in the file they are sending a custom GS08 (8th element of GS Segment having Version/Release/Industry Identifier Code) value i.e. "004010RIFMAT".
    The above value is not present in the Standard Code values when we define an ECS using B2B Document Editor.
    Hence the document is failing in B2B since it is not able to identify the Trading Partner.
    If anyone has faced similar issues, I would appreciate if you could let me know on how to configure the same in B2B. Please let me know the steps in detail.
    Thanks In Advance.
    Regards,
    Dibya

    Hello Dibya,
    Can you create a new group ecs with appropriate codelist for GS08 and use it while modelling B2B flow. Make sure to undeploy and validate the agreement.
    Rgds,Ramesh.

Maybe you are looking for

  • IPod Mini need help!

    Hello everybody! Lately, I have been having trouble with my pink iPod Mini (1st generation). I was updating my iPod Mini with the latest restore, and it completed, and required me to plug the ipod into an external power charger. I was not at home, an

  • Logical System Name Usages

    Hi, In Connector properties there is one property called "Logical System Name" what is the purpose of this. regards mmukesh

  • In-built mic not working after installation of windows 7 on my hp nc8430

    So I installed windows 7 on my laptop which originally was running windows xp (hp compaq nc8430) and it turns out that the inbuilt mic is not working and it won't even recognise the SD card that i insert in the card slot. Everything was working perfe

  • Change colors in the calendar

    I saw that there is the possibility to change color to present a variety of calendars. My webcal in particular should be on existing services WEBCAL, eg, the lunar calendar. I change color, but every time my iPad or iPhone sync, returns the default c

  • Adobe Application Manager: Installation Failed

    Hello, my name is Keem. I just signed up for creative cloud as a student.  I installed the Adobe Application Manager, which from what I hear is what allows you to install the software's onto your computer..  Now, whenever I try to install one of the