AFS Invoice SMARTFORM... is there one ?

Hi,
Is there an <b>AFS</b> (Apparel Footware Solution) <b>Invoice Smart Form</b> and data-gathering/print program supplied by SAP?
I expect an AFS Invoice would show the “grid values” (sizes) for a material.
I see there is a SAPscript form J_3A_RVINVOICE01 and program RVADIN01... but we do not want to use a SAPscript form.
We are currently using the SAP Invoice Smart Form LB_BIL_INVOICE and print program RLB_INVOICE. But... this form does not show the “grid values” (sizes) for a material.
SAP version  SAP ERP Central Component 5.0
Thanks for helping!
Dave...

Thanks...
Invoice Smart Form LB_BIL_INVOICE and print program RLB_INVOICE does not have any grid(size) data for AFS materials... all the grid(size) values for a material are accumulated to one record for the material...
So... if there is a SHIRT sizes Small, Medium, Large with a quantity of 1 each...
...the Form gets 1 record for SHIRT quantity 3...
Maybe some configuration in our system is wrong... because this same shows in VF03... no size detail at all...
I'll try the SAPscript... but I expect no size detail will be here either because it does not show in VF03...
Thanks...
Dave...

Similar Messages

  • Bill to party address printing in standard invoice smartform

    Hi Experts,
        I am trying to modify the standard invoice smartform as per client requirement.In the payment window, i deleted the fields which are not necessary and I have to print bIll to party address in payment information window. I wrote the code like this in program lines.
    CLEAR GS_HD_ADR.
    get customer adress number
    READ TABLE IS_BIL_INVOICE-HD_ADR INTO GS_HD_ADR
    WITH KEY BIL_NUMBER = IS_BIL_INVOICE-HD_GEN-BIL_NUMBER
                  partn_role = 'RE'.
    ADRNR = GS_HD_ADR-ADDR_NO.
    DATA : IT_ADRC TYPE STANDARD TABLE OF ADRC with header line
           WA_ADRC like line of  it_ADRC.
    SELECT * FROM ADRC INTO TABLE IT_ADRC
    WHERE ADdrnumber = GS_HD_ADR-ADDR_NO.
    read table IT_ADRC INTO WA_ADRC index 1.
    Next I Created one text node and I inserted fields like
    &wa_adrc-name1&
    &wa_adrc-street&.
    In SE16 , data is there for name1 and street fields of ADRC table. when I am trying to activate the form , iam getting warning message as field&wa_adrc-name1& has no defined value. In the output, data is not displayed for bill to party address. Please tell me the solution.

    Hi Parwez,
      Sorry Iam very busy from morning.So,Iam unable to reply .You can ignore the warning messages.
    In global definitions, types tab write the following code.
    types:begin of ty_adrc,
         addrnumber type AD_ADDRNUM,
         name1 type AD_NAME1,
         street type AD_STREET,
         city1 type AD_CITY1,
         city_code type AD_CITYNUM,
         end of ty_adrc.
    types:wa_adrc type table of ty_adrc.
    In global data,
    it_adrc type table of ty_adrc
    wa_adrc type ty_adrc
    In the program lines of address window, write this code.
    CLEAR gs_hd_adr.
    get customer adress number
    READ TABLE is_bil_invoice-hd_adr INTO gs_hd_adr
    WITH KEY bil_number = is_bil_invoice-hd_gen-bil_number
                   partn_role = 'RE'.
    adrnr = gs_hd_adr-addr_no.
    SELECT name1 street city1 city_code FROM adrc INTO corresponding fields of TABLE it_adrc
    WHERE addrnumber = gs_hd_adr-addr_no.
    loop at it_adrc into wa_adrc.
    READ TABLE it_adrc INTO wa_adrc with key addrnumber = gs_hd_adr-addr_no.
    endloop.
    try with this code

  • Regarding invoice smartform

    Hi experts,
    I have seen invoice smartform  step by step procedure in the following  link.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/printing+invoices
    But when Iam trying this smartform, we dont have predifined types like y_ty_vbrk in our server. So, can anyone tell me what are thedeclarations to be maintained in form interfaces and global variables and what shoulb be written in the types declaration. In the link,in one screenshot we have
    OPERAND . but in our server we have INTERNAL TABLE. what should we have to write there for activating the smartform without errors.

    in FORM interface you have belwo strctures.
    most of the data you will get IS_BIL_INVOICE if not there you will create own internal table in smartform itself..
    IS_BIL_INVOICE     TYPE     LBBIL_INVOICE
    IS_NAST     TYPE     NAST
    IS_REPEAT     TYPE     NA_REPET

  • Down Payment Invoice in Sap Business One 2007

    hi
      Scenario.
      Before Creating Sales Order Advance is taken from customer. Then Sales Order is created .
      Before delivery performa invoice is raised indicating Advance & Balance Amount against that Sale Order
      Example price = 225000 Taxes = 23410 Advance = 75000 Balance = 178410.  Then finally invoice is raised for the full amount.
       How this can be done.
       Is there any document on How to link Customer Advance with A/R Invoice for Sap Business One 2007.
    Thanks

    Hi Manish,
    The following would apply to 2007A but I would think it's the same or very similar for 2007B:
    1.  Enter your Sales Order - don't click 'Add' if you've also received a payment (advance payment or deposit)
    2.  Click on the Payment Means (money bag) icon
    3.  Select the payment method and enter the amount information, etc. (like a regular incoming payment)
    4.  Click OK to save the changes; you will return to the S/O window
    5.  Click Add to save the S/O and payment.
    When doing this, SAP will not only add your S/O but create and AR DownPayment Invoice & Incoming Payment, all linked together.
    If you've already processed your S/O, open it and copy it to an AR DownPayment Invoice.
    Enter the DPM amount in the footer section.
    Do steps 2 & 3 (above).
    Add the AR DP invoice.
    When ready to process the invoice, be sure to link the DPM before adding it otherwise there will be some manual steps to do.
    Hope this helps,
    Heather

  • Printing double line / small box residing in main box - Invoice smartform

    Hi,
    I have 2 Invoice smartforms, meant for Country_A and Country_B. We r on ECC 6.00
    Country_A is printing fine.
    But, when comes to Country_B, in ITEM table, the header box, (where column labels are printed), one more box is printing!! it looks like (not exactly) instead of single line ________ its printing ======, so, pls. let me know, Wht culd be the reason?
    Thank you

    Hi,
    Check that if you used table borders in attributes of line types.
    And also check if you are using sy-unline...
    Regards,
    Shankar.

  • Invoice Smartforms

    Hello,
            I have written a bespoke invoice smartforms. The problem I am having is that sometimes the smartform is generating a 'next page' when it does not need to. There is a Footer detail defined within MAIN. The smartform lists the items and then prints the footer detail and then it sometimes prints the next page but with just the general information (i.e logo, title, invoice number, etc).  In some instances there is no item information so there is no secondary window expected to displayed on the next page.
            My question is, how do I stop this additional page from being produced when there are no items to be displayed on this page? I thought that the 'next page' is only suppose to be generated when it cannot fit the items all on the first page.
            Has anybody experienced the same  problem? Any help would be appreciated.
    Thanks in advance.

    Hi,
    I had this requirement, where the items should be displayed only on 1 page, as it was an Excise Invoice.
    If the Items spill over to the next page, I generate an error Pop-up message, thereby stopping the Print-preview processing.
    In your MAIN window, put this code to chk the current page no.
    if sfsy-formpages > 1.
      message 'Items splilling over to next page'  type 'E'.
      return.
    endif.

  • Is there one kind or several kinds of mini dvi to vga adaptator ????

    is there one kind or several kinds of mini dvi to vga adaptator for my macbook 2,1 once for all ????
    coz i bought it a wrong one today...
    can someone tell me and show me ON picture what am i supposed to buy to my macbook 2,1 of 2006 (or 2007 dont remember) with specs written below... ? coz on my computer, my mini dvi connector seems to be different from other i seen....
    TY

    You may have gotten a Mini DisplayPort adapter rather than a Mini-DVI adapter.
    Mini DisplayPort
    Mini-DVI
    Here's the various types of Mini-DVI adapters on Amazon.com http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=min i-dvi&x=9&y=13

  • Previous iPad allowed me to use an adapter to download pics on a sd card, I don't find an adapter for the new IPad. Is there one available?

    Previous iPad allowed me to use an adapter to download pics from an sd card. I can't find one for the new IPad. Is there one available? Any other way to do this?

    stevejobsfan0123 wrote:
    http://store.apple.com/us/product/MD822ZM/A/lightning-to-sd-card-camera-reader
    stedman1 wrote:
    This one?
    http://store.apple.com/us/product/MD822ZM/A/lightning-to-sd-card-camera-reader?f node=3a
    sberman wrote:
    http://store.apple.com/us/product/MD822ZM/A/lightning-to-sd-card-camera-reader?
    JimHdk wrote:
    Look here: http://store.apple.com/us/product/MD822ZM/A/lightning-to-sd-card-camera-reader
    Yep, I think that's the one.

  • I need to restore my Ipad however I can't find the USB connector. Is there one with the pack?

    I need to restore my Ipad however I can't find the USB connector. Is there one with the pack?

    Pull the USB plug out from the charging adapter.

  • VF01- invoice smartform in PDF format to be sent thro' mail

    Hello Gurus,
    We have a requirement from our client that we need to trigger a mail of invoice smartform in PDF format on saving in VF01.
    Can any body suggest the steps in NACE and also output..
    Regards

    As per your post, I understood that,
    After saving Invoice , automatically Invoice has to send in PDF format to the respective email id maintained in CMR-Payer master
    if yes, this involves ABAP & BASIS ,
    ABAP- Program & FOrm routine has to created & assigned in respective output type & type-PDF (Check in NACE- Output type)
    for this, you need to maintain the Condition record- VV31 - with medium as "Mail" -
    or else,
    you can do this manually also, in VF31- you can give a print  & save in PDF format- you can send it - but its complete manual process.

  • Q10 Low Battery Warning Is there one

    when the battery gets to about 14% it just switches off
    no warning audible or visual
    is there one?
    have i disabled it in error?

    No. For one thing, stop waiting until 14% for your phone to shut down.
    Start topping it off whenever you can.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Is there one converter program that will convert these three formats:  cda, wma, and midi to mp3?, Is there one converter program tha t will convert these three formats:  cda, wma, and midi to mp3?

    Is there one converter program that will convert these three audio formats:  cda, wma, and midi to mp3?

    Hi Illaass,  Oh yes for days and I even called and email some asking this question and no one I could find did all three so I only have to buy one program.  The one I was going to download because it did two of them I read the reviews and 2 people said that a hacker was attached to the download and they changed all his search features amoung other things.  So I got out of there and that was the end of that.  That's why I decided to try this in case someone knows the answer.  Thanks for responding though.  Sandi

  • I notice when I plug in my phone to my computer and look at what's "On this iPhone" it says that I have a book on there (one that was a free download from something), but I don't have iBooks installed on my phone. How do I remove the book?

    I notice when I plug in my phone to my computer and look at what's "On this iPhone" it says that I have a book on there (one that was a free download from something), but I don't have iBooks installed on my phone. How do I remove the book?

    Hi tinashah817,
    Was this book downloaded using iBooks, or from another application? If it was from iBooks you will need to install that application to delete it.
    See this article about managing your iBooks library on your iPhone -
    iBooks: Tips for managing your iBooks library and storage on iOS devices
    http://support.apple.com/kb/HT5544
    Once the book has been deleted from the iPhone you can uninstall the iBooks application if you so desire.
    How do I uninstall an app?: Apple Support Communities
    https://discussions.apple.com/thread/4392015
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • Regarding Purchase Invoice Smartform

    Hi.I need to develop a purchase invoice smartform.I am having the following fields.
    1) g/l Account
    2)Narration
    3) Posting Date
    4)Bill Number
    5) Bill DAte
    6)PO No
    7)PO Text
    8)Voucher No
    9)Voucher date
    10)quantity 11) rate 12)amount13)discount 14 ) sales tax
    What are the tables & Fields required for these.I'm not sure whether to take these from rbkp rseg or from purchase tables.
    It's very urgent.
    Helpful answers would be appreciated

    Hi
    Look at the tables EKBE.
    RKPF and RSEG  for the pur invoice info and if needed look at the tables BSIK and BSAK also for the accounting info
    Regards
    Anji

  • Regarding Purchase Invoices Smartform

    Hi.I need to develop a purchase invoice smartform.I am having the following fields.
    1) g/l Account
    2)Narration
    3) Posting Date
    4)Bill Number
    5) Bill DAte
    6)PO No
    7)PO Text
    8)Voucher No
    9)Voucher date
    10)quantity 11) rate 12)amount13)discount 14 ) sales tax
    What are the tables & Fields required for these.I'm not sure whether to take these from rbkp rseg or from purchase tables.
    Helpful answers would be appreciated.

    hi
    you can use RBKP and RSEG tables for Vendor invoice (purchase) form output
    if needed you can use EKBE, BSik and BSAK tables alos
    Regards
    Anji

Maybe you are looking for