Customizing SAP Smartform

Hi,
    I need to customize an SAP defined smartform (paycheck). I copied the smartform with Z_ and assigned it to local object. When i activate it, it throws an error saying "The type "/1PYXXFO/SAP_PAYSLIP_US" is unknown. I haven't changed anything. I checked the type in SE11 and it exists. Its in a different package. What should i do now to get rid of that error?. Please help.
Thanks,
Sandeep

hi what is the smartform name u are copuing from ?
is it /1PYXXFO/SAP_PAYSLIP_US"? because in ides i checked this doesnt exist
/1PYXXFO/SAP_PAYSLIP_DE only exists with country extension i dont see a one for US
Do let me know

Similar Messages

  • Need to print SCC-14  and UCC-128 barcodes through SAP Smartforms

    Hi all,
    I have Two labels to be printed using smart forms.
    But in one label the barcode should be of SCC-14 type
    and in other the barcode should be of UCC-128 type.
    <b>How to print SCC-14  and UCC-128 barcodes through SAP Smartforms?</b>
    As standard barcodes do not meet my requirement i have created custom barcodes in transaction se73 of required height and width .
    This is as:Se73>System Barcodes>change>Create>New-->:
    I have given bar code and short text.
    Narrow Module Width &Linear Height&Code128 Mode given default values.
    But in this process where can i set the barcode should be of SCC-14.
    > I have known that if we give Code128 Mode =
    > 'U'-->It is like UCC-128.Is it correct ?
    >
    > But how can i know for SCC-14 barcode.
    >And How many inches is euqal to 1 unit of Narrow Module Width &
    How many inches is euqal 1 unit of Linear Height?
    Please help me in this regard.It is urgent.
    All solutions from you will be fully rewarded.
    Thank you in advance.

    Hi  Rama,
    We are working to print Bar codes using Smart forms.
    Barcode is printing in label (4*6 Inch’s) using printer (Zebra Z4 M PLUS (300 DPI)) (TLP-3842) which supports ZPL Language and Device type is ZLZEB3 (300 DPI).
    We are printing bar codes successfully.
    But After testing bar code using bar code tester (BC TESTER 4.4) software tool.
    The results are failed.
    We are expecting results: Like bellow.
    Value formatted type is: EAN
    Value is “[C142007470 “
    Total Description:   420. “Ship To-Deliver to “Postal Code a Single Postal Authority 07470
    Current Situation:
    Here we are Created Bar code (Ship to Post) in SE73 with
    Bar code type is: Code 128
    Width is: 08
    Height: 300
    Mode is: A    (Even I tried with ‘N’ and ‘U’)
    UCC check: Empty.
    I added this to character format in my Smart forms.
    Text in smart form is: ,,,,<C2>&W_POSTAL_CODE&</>    for  P1 Paragraph.
    Using this functionality  we are able to print a Bar code in Label.
    But while testing using BC Tester
    Values are showing:
    Value formatted type is: EAN
    Value is “42007470 “
    Total Description Values:  Empty
    The Type is ‘EAN’ is when we select the Manually EAN Radio button (but this not capturing automatically this is problem we are facing).
    Even I tried with some changes like bellow:
    But Forcefully writing some code in Program lines  Smartform: 
                   concatenate '420' fs_zediu017-pstlz into w_postal_code
    After this forcefully adding this Value [C1  in Before W_postal_code Element text :
    Text in smart form is:        ,,,,<C2>[C1&W_POSTAL_CODE&</>    for  P1 Paragraph.
    After this we are tested using BC tester
    Every thing is displaying correct Vales which mention above when we manually select the Value formatted type radio button ‘EAN’ but this Wrong.
    Client need when testing bar code using BC TESTER 4.4 it should be display to take EAN radio button and showing all the Values.
    Please let me know if you get any idea on this ?
    Thanks,
    Bathini.

  • How to make use of label printing in sap smartforms

    Hi Dear,
    How to make use of label printing in sap smartforms.. I need to print four records from internal table into sap smart forms. It will
    come as four labels.All page should follow the same procedure... How to do...please help me..
    Regards,
    Nikhil

    Hi,
    Please go through below link, would be helpfull for you.
    [http://help.sap.com/saphelp_nw04/helpdata/EN/6b/54b4b8cbfb11d2998c0000e83dd9fc/frameset.htm]

  • Regarding sap smartforms line items

    hi,
    this is regarding line items in sap smartforms
    when i am executing single line item i am getting out put
    when i am executing with 2 line items  i am getting error  like bellow
    You tried to switch to the next table column, but no other column exists. The current column is 9. The line type IT_GEN contains only 9 columns.
    plz explain clearly

    Hi,
    if you are using template and the line type is for 1 to 2 lines in the template... make sure that column position you mention is equal to the number of cells in the line type... if the data is displayed in the second row the row position should start from 2 and and column position should lie between 1 and 9.
    Just a suggestion ... its better to go with table node instead of going with template...
    regards
    padma

  • Printing QR-Code barcodes in SAP smartforms

    Hi,
    Is it possible to print QR-Code barcodes in SAP smartforms using system barcode font? Can anybody please let me know the font settings for QR-Code in SE73 font maintenance?
    A sample QR-Code lablel can be found [here|http://images.orkut.com/orkut/albums2/ATUAAADhaahG5MxsqQ66lcSO9oHRWD3X8zh7yv1kEakKwMtVHchChN1WfZlM__2D0_o8H7AS4_UaTTCymQQtvXHb9-q3AJtU9VCWnzkZ4gC1sVnCekVuQ90qmhzeMw.jpg].
    Regards,
    Milan

    Hi Milan,
    I'll blog in SDN about my research that I presented at TechEd during session CD119 (blog) but I'll begin sharing with you some ideas.
    Basically, without relay on any printer specific driver I would propose to follow the following steps:
    1.Generate the QR Code image file (.PNG) with one of the methods presented in the following pages
    2.Upload the image into the SAP system
    2.1 Convert the generated file (file.png) to TIFF using SAP IGS class CL_IGS_IMAGE_CONVERTER (see GRAPHICS_IGS_IMGCONV_DEMO)
    2.2.Upload. Use report RSTXLDMC to upload the image into SE78
    3.Include the image into the Form:
    3.1.SAPScript/:INCLUDE ZHEX-MARCO-name OBJECT TEXT ID ST
    If everything is clear, the missing point should now be the first one. To generate the PNG from ABAP I found some options if you like, the better I think is presented in my open source project called abap2qrcode published here http://code.google.com/p/abap2qrcode/.
    I know it's not trivial and I'm curious to know what do you think about it.
    Sergio

  • IPod Service Request- Need Customer SAP Number?

    Uh, trying to send my iPod in for repair and couldn't due to my Customer SAP number not being found? So, anyone have any clue *** this imaginary number is and how I go about finding out what mine is? Thanks ahead of time.
    P.S. Thanks iTunes 7 for turning my iPod into a $300 paper weight. =)

    Uh, trying to send my iPod in for repair and couldn't
    due to my Customer SAP number not being found? So,
    anyone have any clue *** this imaginary number is and
    how I go about finding out what mine is? Thanks ahead
    of time.
    P.S. Thanks iTunes 7 for turning my iPod into a $300
    paper weight. =)
    Ditto. Anyone have any ideas?
    Thanks!

  • Custom SAP report used to display an average standard cost per material.

    Hi All,
    I need to implement a report with the following functionality,
    This is a custom SAP report used to display an average standard cost per material.  Standard cost data is stored in SAP at the Material/Plant level.  This report will gather the individual Standard Costs at each applicable plant (restricted by selection screen input and additional logic specified in more detail in the u201CReport Fieldsu201D section) for applicable Materials (restricted by selection screen input; if not specified all materials should be returned) and calculate an average standard cost for each material.  The corresponding Currency and Base Unit of Measure will also be displayed.
    Additionally the relevant u201CCommodity Code/Import Codeu201D information should be displayed for each material returned.  This attribute is also stored at the Material/Plant level.  To determine the value of this field for each relevant material, the report logic must retrieve the values stored for each plant.  If all values are the same, the value can be output to the report.  If not all values are equal, a message u201CNot Consistentu201D should be output.  It should be noted that if all values are u201Cnull,u201D a null value should be returned in the report.
    Can any one provide me with sample code for the same??
    Thanks Debrup.

    Hello,
    Also refer this [ THREAD|Re: error in Fleet management customising] and [link|Error when recording measurements in IFCU]
    Regards
    Nav
    Edited by: Desire_Naveen on Nov 4, 2009 12:35 PM

  • How i can delete purchase requistion  item from sap smartforms

    how i can delete purchase requistion  item from sap smartforms.

    Hello,
    Smartforms are printable documents,u cannot delete from smratforms.
    U have to handle this in the print program.
    Regards

  • How SAP smartforms are different from Adobe forms

    Hi,
    Can  anyone explain me how SAP smartforms are different from Adobe forms
    Tthanks&Regarda
    Rama Devi

    Hi,
    Both are same but adobeforma are advance version of smartforms
    for more details check with the following links
    Smartforms:
    tcode:smartforms
    [Smartforms|http://help.sap.com/saphelp_nw04/helpdata/EN/a5/de6838abce021ae10000009b38f842/content.htm]
    Adobeforms:
    tcode: sfp
    [Basics of Adobe|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d4fe7fca-0b01-0010-569a-9a9c1ddf4]
    [Adobeforms|http://help.sap.com/saphelp_nw70/helpdata/EN/c8/4adf7ba13c4ac1b4600d4df15f8b84/content.htm]
    Hope this helps you.
    Regards,
    Rajani

  • IGS Graphic Customizing-SAP Chart Designer

    Hi expert,
    I'm creating dynamic graphic in smartforms. Yes it's working but i need customizing for graphic. I'm created one xml file with SAP Chart Designer and assigned this file IGS. It's working just something attributes. Sample : I changed graphic dimension in Chart Designer.. yes it's working but when i changed the colomn color or border color this is not working...  So i'm have color problems in customizing. I'm atach the xml file for discussion.
    Can you help me ?
    Thank you /Regards...
    Aydın

    My IGS Version is : 7200.0.4.1..

  • Printing SAP invoice on SAP printer using custom SAP report

    Hi SAP Experts,
    We have the following requirement.
    We need to create a custom report in ABAP to print the Invoice on the printer specifed in the input selection screen.We don't want to use the external commad using GUI.Can annyone please suggest how can we create a spool directly using the invoicve no in sap.
    Thanks,
    Prathamesh

    Hi Prathamesh,
    Follow this approach.
    Get NAST entry corresponding to invoice number(invoice number = objky).
    insert this piece of code :
         gwa_nast-vstat = 1.
         gwa_nast-erdat = sy-datum.
         gwa_nast-eruhr = sy-uzeit.
         gwa_nast-usnam = sy-uname.
         gwa_nast-manue = 'X'.
         gwa_nast-vstat = 0.
         gwa_nast-LDEST = P_printername_from_selection_screen.
         CLEAR gwa_nast-datvr.
         CLEAR gwa_nast-uhrvr.
         CLEAR gwa_nast-cmfpnr.
       MOVE gwa_nast TO nast.
       PERFORM einzelnachricht_dialog IN PROGRAM rsnast00 USING sy-subrc.
       IF sy-subrc NE 0.
         PERFORM objekt_entsperren IN PROGRAM rsnast00.
         IF sy-subrc EQ 9.
           RAISE print_error_dial.
         ELSE.
           RAISE print_error.
         ENDIF.
       ENDIF.
       SET SCREEN 0.
       PERFORM objekt_entsperren IN PROGRAM rsnast00.
       COMMIT WORK AND WAIT.
    the above will generate a spool.
    Thanks,
    Anil

  • Crystal Reports for VS2010 using a custom SAP ABAP function module data source

    I recently worked with Crystal Reports 2011 and was able to connect and retrieve data from our R/3 system via an ABAP function module. While researching other features, I found this version that can be installed into Visual Studio 2010. The parameters are not very user friendly in Crystal Reports so I was hoping to create a custom dialog to collect my report parameters.
    Does anyone know if I were to install Crystal Reports for Visual Studio 2010, would I be able to design a front-end selection screen in a Visual Basic form and then pass the input to through the Crystal Reports connection to my ABAP function module to retrieve the data filtered on the back-end by the selection screen parameters and return the results to be reported in the Crystal Reports output?
    I am using Visual Studio 2010 Professional Visual Basic with the .NET Framework 4.0 on 32-bit Windows 7. I was able to connect to our R/3 system in Crystal Reports 2011, so if I were to install Crystal Reports for VS2010, would there be a similar way of connecting to SAP?
    Any assistance or direction would be greatly appreciated.
    Thanks,
    Bryan

    Hello Bryan
    I don't know for sure, but I doubt this will work in CRVS2010. Only hope is that the utility available for download in this KBA will point you in the right direction.
    - Ludek
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Share Your Knowledge in SCN Topic Spaces

  • Customer statement smartform

    Can you  please let me the smartform name for customer statement.
    Thanks, Pedda

    Hi
    Same answer for this also
    I hope there is no smartform
    anyhow search for it in smartforms
    <b>there is a script for this
    F140_acc_stat_01</b>
    better use that
    other wise design your own custom smartform.
    Reward points for useful Answers
    Regards
    Anji

  • Problem with lowercase when saving in custom SAP table.

    Hi Gurus,
    I have a problem in saving entries in a custom table in SAP.
    When I enter a name with combinations of upper and lower case in SE16, when saving, my entries were all converted into uppercase. That goes as well in passwords. That's my concern, how can I check passwords if combinations were disregarded?
    My parameter fields for these were just type CHAR.
    Is there a way I can save data as how they were entered?
    Thank you in advance for your responses Gurus...

    Hi,
    Check the Domain of the field and select Lower case check box if it is a Zdomain or else create the new domain or check for one like this.For example..
    Table PA0002 which has a field NACHN and Data element assigned to it is PAD_NACHN...double click on the Data element and now again double click on the Domain and now Under Ouput Characteristics check the Lower Case check.
    And now database get's saved with what ever case you entered

  • Why Netweaver vs. custom SAP and Web development

    I have been reviewing Netweaver as well as SAP's Manufacturing Execution (ME) to determine whether we want to implement this functionality.  I understand that Netweaver provides a standard platform for a company's custom development but my question is Why invest time and money in Netweaver when I can develop custom Z-code and Web code without it?  What is the benefit to Netweaver?
    Thanks,
    Robert Quinn

    Hello Robert
    yes, of course you can develop you own zcode and web/java code without using SAP netweaver platform or nwds(sap netweaver developer studio).
    But with SAP netweaver, you can make full use of the available functionalities, and the development will be faster.
    more important, you can achieve a seamless integration of different product line, such SAP ERP and SAP ME.
    Best Regards,
    Thunder

Maybe you are looking for

  • Safari cannot open webmail server page

    Even after Yosemite update problem not fixed. Still cannot access  emails on server webmail page.

  • Gentoo installation: error while loading shared libraries

    Hello, I am trying to install Free JSP editor on Gentoo with 2.6 kernel. I get errors about loading shared libaries (full output below). I am almost sure that it is caused by LD_ASSUME_KERNEL=2.2.5 in install script but i dunno how to prevent it from

  • How to use CHOOSE function in OBIEE

    Hi, Could any one help me out in using the choose function in OBIEE. How can a column be restricted using the choose function, when different users belonging to different groups logs in. Rakesh

  • Datatypes in HTMLDB

    Hi, I am just getting started with HTMLDB. We are planning to use it as our adhoc query tool, but when I started creating a report I cannot select certain fields. I have determined that all the affected fields so far are of type FLOAT. Can someone po

  • Read attributes via Function Module

    Hi Experts, I need to read Directorate and Division which are  attributes of fundscenter, fundscenter is an attribute of 0Employee by using  Function  Module RSAU_READ_MASTER_DATA in a Transformation. please advise how many times I would call the FM