LBBIL_INVOICE-- Wht type of these structures??????u00DF

Hi Experts,
Just curious to know,
I hv seen (in Debug mode, the behaviour of)   the structure LBBIL_INVOICE - Billing Data: Transfer Structure to Smart Forms in Forms, so , pls. clarify,
1 - R these r normal structures, If not, How can I say its category?
2 - R they useful only in Forms/Scripts or else in other normal objects too! like Reports?
3- Basically, How they works? I guess, as soon as I put my_bill_#_12345678 into VF03, this structure pulls all the correspond data into it? Is my guess correct?
4 - Like the same, Is programmer allowed to create same category structures?
5 - If so, any example scenario, where I can create like thses structures?
thanq.

1. These are normal structure
2. you can use anywhere but they designed for forms currently.
3. Yes ,it works like it will look at NAST Table -> nast table will connect the TNAPR Table -> tnapr will have smart form print program.
    so smart form program calls smartform and it will show output
4. you can create your own structure and use them into anywhere like report program or forms..
5. you can see example simple form name SF_EXAMPLE_01 ,program name is SF_EXAMPLE_01 ,you can design your own form and print program.
Thanks
Seshu

Similar Messages

  • LBBIL_INVOICE. Billing Data: Transfer Structure to Smart Forms

    Hi...
    Can u please help me out in my query regading how the data passes to
    LBBIL_INVOICE. Billing Data: Transfer Structure to Smart Forms.
    I have an smartform which runs through VF01/VF02/ VF03 while pressing the print preview button.
    But if i try to run it directly from driver program, no data wil be displayed. Now i have the requirement to detach from VF03.. and make it to run directly from my driver program.
    what shall i have to do to achieve this. Should i have to take all the internal tables saparately or else can i use LBBIL_invoice structure itself.
    If i can use that structure itself, how to make the data flow into it.  Pls help me.
    In my codeing these includes were there. is there anything related , is the data passes because of these includes
    INCLUDE rlb_invoice_data_declare.
    definition of forms
    INCLUDE rlb_invoice_form01.
    INCLUDE rlb_print_forms.
    Pls clarify my dobut...
    Thanks in advance,
    Hema

    1. These are normal structure
    2. you can use anywhere but they designed for forms currently.
    3. Yes ,it works like it will look at NAST Table -> nast table will connect the TNAPR Table -> tnapr will have smart form print program.
        so smart form program calls smartform and it will show output
    4. you can create your own structure and use them into anywhere like report program or forms..
    5. you can see example simple form name SF_EXAMPLE_01 ,program name is SF_EXAMPLE_01 ,you can design your own form and print program.
    Thanks
    Seshu

  • Pls. advise me wht type of CONTENT i should use?

    Hello
    Pls. advise me wht type of CONTENT i should use for subform in question, pls. see the attached JPEG pic
    Thank you

    Check these samples:
    http://www.assuredynamics.com/index.php/portfolio/explore-the-differences-between-position ed-and-flowed/
    http://www.assuredynamics.com/index.php/portfolio/expanding-objects-in-flowed-subforms/

  • Assigning data from one Table type to another structure

    Hi every one,
    I have a table type X sent from one function module to another Proxy generated method which has the parameter defined as a structure.
    I have declared a variable Y as a LINE TYPE OF X.
    Then I have this statement which fills up the data.
    READ TABLE X INTO Y INDEX 1.
    The data is transferred from X to Y.
    Now i need to send this to the proxy generated Function module which has a structure Z.
    Now when i say MOVE-CORRESPONDING Y to a variable of type Z, it says it cannot be converted.
    The structure in proxy generated FM has different data type but the same domain as that of standard one.
    Everywhere it is prefixed with YY.
    And also has one additional Controller tab inserted,
    Can you guys tell me how to move the data from this table type to the structure.
    - Venkat

    Hi,
    Declare a variable of line type Z.
    Move corresponding values from variable X to this variable.
    Append this variable to the table Z.
    Try this.
    Regards,
    R.Nagarajan.

  • WHT type Invoice or payment option usage

    hai,
    i have created WHT type against invoice and payment. According to the IT rule at the time of accounting or payment whichever is earlier. So we assigned two types in customer master.
    If i make advance payment to vendor WHT is automatically caclulated. But at the time of accounting bill WHT type shows the both option. (whether against invoice or payment) Instead of the two option why can't show the invoice type alone. Like in the case of down payment it is automatically choose the WHT payment option.
    Is there any option.
    govind.

    Govind
    If your requirement is to deduct TDS while making advance payment and while booking bill, you have to mantain both tax types in vendor master. Yes while booking the bill, you will find both tax type, only option available is to delete the advance tax type while booking the bill to avoid calculation of tax again while making payment on the balance amount
    regards
    mahesh

  • Table type with include structure

    Hi All,
    How to declare a table type with include structure
    i am declaraing it in the following way its giving epc check of obselete statement,
    could any one tell me how to declare a table type and internal table for the following code.
    DATA:BEGIN OF TY_OUTPUT OCCURS 0.
    DATA:PS_PSP_PNR TYPE EKKN-PS_PSP_PNR.
    INCLUDE STRUCTURE ST_ZCDTT0005.
    DATA:END OF TY_OUTPUT.
    Thanks in advance.

    Hi
    TYPES: BEGIN OF TY_OUTPUT,
             PS_PSP_PNR TYPE EKKN-PS_PSP_PNR.
             INCLUDE STRUCTURE ST_ZCDTT0005.
    TYPES: END OF TY_OUTPUT.
    TYPES: TY_T_OUTPUT TYPE TABLE OF TY_OUTPUT.
    Max

  • ABAP Coding:The included type has no structure

    Hi All,
    When i tried to write following code, i 'm getting error like "*The included type has no structure *"
    TYPES:
          BEGIN OF it_datapak1.
                INCLUDE STRUCTURE RESULT_PACKAGE.
        TYPES:
             alpha(18) TYPE c,
          END OF it_datapak1.
    Any guesses?

    Hi
    Check in SE11 wether you have any structure with name RESULT_PACKAGE.
    Regards
    Srilaxmi

  • For what is the field SVER with type RSRSVER in structure RSDRI_S_SELNODE ?

    Does anyone know what does the field SVER with type RSRSVER in structure RSDRI_S_SELNODE mean ??
    Thx....

    If this indicator is set, the material is costed using costing with a quantity structure (BOM and routing).
    The system searches for any existing cost estimates with quantity structure for the individual materials; it ignores existing cost estimates without quantity structure. If the system does not find any valid costing data for the materials, it costs the material or accesses the price in the material master.
    If this indicator is not set, the planned costs for the material are calculated using the cost estimate without quantity structure. In this case, you use unit costing to create the quantity structure manually by entering costing items for materials and activity types, for example.
    The system now searches for any existing cost estimates without quantity structure. If a cost estimate without quantity structure exists for a material, the results of this cost estimate are included in a cost estimate with quantity structure. If there is no cost estimate without quantity structure, the cost estimate with quantity structure accesses the price in the material master record. The planned costs for this material then go into the cost estimate with quantity structure as raw material costs.
    This does not apply if the indicator Ignore prod cost est w/o qty structure is set in the costing variant.

  • Movement Type 319 "Split structured material into components "

    Hi SAP Buddies
    Can we use  Movement Type 319 "Split structured material into components " in MM functionality if Yes please tell me how ?.. ..  Since 319 related to Retail. But Somewhere I found it is fulfilling my client requirement..
    Thanks In advanve
    Rgds
    BV

    hi
    Kishore.
    Thanks for ur reply, Is there no way to use it ??.. //or is there any other movement type of this type..
    please suggest..which we can use in ECC 6
    Thanks in Advance
    BV

  • WHT TYPE OF QUESTION I EXPECT IN WORKFLOW IN INTERIVEWS/?

    HI I AM IN ABAP I AM PLANING TO GO IN TO WORKFLOW WHT TYPE OF QUESTION I EXPECT IN WORK FLOW I KNOW WORKFLOW BUT I WANT TO KNOW WHT TYPE OF QUESTIONS I EXPECT IN INTERIVEWS?

    Hi Krishna Chaitanya,
    This is very simple. Follow this Workflow Expert Form dialy.And search related threads what you know in workflow.
    Take SAP HELP also and learn many things.
    <b>Fresher’s Links: .</b>
    1.Workflows for Dummies - Introduction(Part I)
    /people/sapna.modi/blog/2007/02/19/workflows-for-dummies--introductionpart-i
    2. Workflows for Dummies - Workflow Builder(Part II)
    /people/sapna.modi/blog/2007/04/27/workflows-for-dummies--workflow-builderpart-ii
    <b>Here is a step by step document to create a workflow:</b>http://help.sap.com/saphelp_nw2004s/helpdata/en/fb/135983457311d189440000e829fbbd/frameset.htm
    <b>Workflow tutorials with step-by-step and with screenshots are available at</b>
    http://www.****************/Tutorials/Workflow/Workflow.htm
    Check this for your Interview Questions:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/sapBusinessWorkflow+FAQ&
    Thanks and Regards,
    Prabhakar Dharmala

  • Want to create a user field with type alphanmumeric and structure text through coding

    i want to create a user field with type alphanumeric and structure text through coding.am using vb
    plz help me

    Hi.
    Please take a look at samples in SAP B1 SDK.
    Dim oUserFieldsMD As SAPbobsCOM.UserFieldsMD
    oUserFieldsMD = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserFields)
    ' Adding "Name" field
    '// Setting the Field's properties
    oUserFieldsMD.TableName = #YOUR_TABLE_NAME#
    oUserFieldsMD.Name = "Name"
    oUserFieldsMD.Description = "Name"
    oUserFieldsMD.Type = SAPbobsCOM.BoFieldTypes.db_Alpha
    oUserFieldsMD.EditSize = #LENGTH_OF_FIELD#
    '// Adding the Field to the Table
    lRetCode = oUserFieldsMD.Add
    GC.Collect() 'Release the handle to the User Fields
    Hope it helps.
    Regards,
    Pawel

  • How to invoke functions and data type( ex. sflight structure ) that is in t

    Hi,experts,
    I create a funcion(zz_test) that return sflight table type data. I need to invoke the function in the Webdynpro for java application.
    I think I would import the funtion to local.
    But I don't know how to import the function and the data type using SAP NetWeaver Developer Studio?
    But I don't know how to invoke functions and data type( ex. sflight structure ) that is in the R/3 in the WDJ?
    Do you give me some hints?
    Thanks a lot!
    Best regards,
    tao

    Hi Wang Tao,
    For achieving this you need to user Adaptive RFC models.
    This link explains you on the same :
    http://help.sap.com/saphelp_nw70/helpdata/EN/6a/11f1f29526944e8580c5e59333d96d/frameset.htm
    Thanks
    Namrata

  • BDoc: Related Data Type and Message Structure

    Related Data Type and Message Structure are two attributes of a BDoc. Can anyone tell what they are used for?
    Thanks in advance.
    Regards,
    Hui
    BTW: Mush reward for good answers.

    A message type comprises a data type that describes the structure of a message. At the following points in SAP Exchange Infrastructure you can refer to the message to be exchanged at runtime by using the message type:
    · More than one message interface can use the same message type. For example, an asynchronous outbound message interface and an asynchronous inbound message interface can reference the same message type because the request message does not need to be mapped.
    · When defining a message mapping you can directly reference message types to map messages from an outbound interface to messages from a receiver interface.
    For technical reasons, a data type is not sufficient to describe the instance of a message. In XML schema, data types are defined as abstract types that are not yet fixed to an element. You can only describe an instance of a message when you have specified a data type as an element type. Therefore, a message type defines the root element of a message.
    A message type does not define the direction of the message exchange, in other words, whether it is a request or a response. In exceptional cases you can use the same message type for both the request and the response message.

  • Message type in BDCMSGCOLL Structure in Call transaction using BDCDATA

    Hi,
    We are facing issue while capturing message in BDCMSGCOLL structure in Call transaction using bdcdata. The message which are like
    Message 'Message Text' Type 'S' Display LIke 'E' .
    This message is captured as Success on the Message structure instead of error & user are asking to update it as Error as it is looking like Error message to the end user.
    Please provide resolution to the issue.
    Regards,
    Kapil

    Hi Venkat,
    I am not doing any upload, i am just doing a replay of the transaction ME21 & in that there are many error message which encounter while creating a PO but when i have check the logic , they are basically a success message which are display like Error so when i have called ME21 transaction using below statement
    call transaction ME21 using BDCDATA
                                            into messages bdcmsgcoll.
    I am getting the message as success only since the message are of type success but as they are display like E , so user want that in msgcoll structure these messages must be shown as Error.
    Regards,
    Kapil.

  • Activity types&Cost Component Structure?

    Hello All,
    I would like to ask following**
    *Can production cost centers have three activity types Produced Quantity, Machine Hour, Labor hour? Will the confirmation of these tree act types on work center form Production Cost of Material. Question is regarding line whish will have name Production Cost in Cost Component structure /OKTZ/*
    Can only Primary Cost Component Split for Preliminary Costing be set and will it be visualized as itemization during precosting in CK11N? Which assignments regarding this have to be done?**
    Best Regards,
    Poly P**

    Hi
    I guess you need to educate your users a bit as to how the costing works as well as what is possible in SAP
    Having these many itemizations is neither possble, nor recommended
    The expenses like Discounts, Maintenance, Supporting costs etc are intended for analysis at Trial balance level.... These things are overheads from costing point of view.... So, you need to logically group them
    Material consumption cost is very much possible provided the material components are part of the BOM
    Direct Costs like Labor, electricity - you need to be create activity type for them.. ANd maintain a plan rate in KP26 for the same... You can not show original cost element in itemization for them
    Other costs mentioned by you are indirect costs - Which are absorbed as overheads... Either as a % of other costs (Material + labor + electrivity) or as a rate per hr of Labor, etc
    Regards
    Ajay M

Maybe you are looking for

  • MIRO - Business Area not getting updated in Vendor Line item

    Hello friends, I am posting Vendor invoice in MIRO transaction. After Posting if i see the financial document generated, Business area has not got updated in Vendor Line item. What could be the problem ? Please help me out. Hari Prasath

  • Compiling errors

    I am trying to us a jar package that was given to me by my instructor. However, when I go to import the program I get the error message that the package does not exist. I have set the classpath to the lib folder where the jar package is. Please help

  • Why Bridge CS5.5 is opened and not CS6 is opened for non admin user?

    Hi, I have CS5.5 updated to CS6 on my computer but CS5.5 version of Bridge is opened instead of CS6. This happens when I try to open CS6 version of Bridge by  using the CS6 icon, selecting CS6 version from the program list of Windows 7 and selecting

  • Problems activating CS5.1 subscription

    can you help?When I type in the serial key it says that it's okay,but after i sign in it gives me this error."we are unable to start your subscription for Adobe Photoshop CS5.1 Extended Subscription Edition.Please choose Close the re-launch your prod

  • Effects Plugins

    Hi friends! I was wondering if there are any good effects plugins for Adobe Premiere Elements 9. Thanks.