In contract layout

iam designing contract layout(script).
in this layout i want to fetch the conditions for the item
available .
how to capture the conditions for the item and the tax conditions.
in EKKO table they are not maintained the KNUMV field for the contract number.
then how to capture the conditions ..
( the conditional amount will available KONP-KBETR)
how to make relation between KONP table and item of the contract..

Hi
Checkout this FM
    CALL FUNCTION 'RV_PRICE_PRINT_ITEM'
         EXPORTING
              COMM_HEAD_I = KOMK
              COMM_ITEM_I = KOMP
              LANGUAGE    = NAST-SPRAS
         IMPORTING
              COMM_HEAD_E = KOMK
              COMM_ITEM_E = KOMP
         TABLES
              TKOMV       = TKOMV
              TKOMVD      = TKOMVD.
Refer program <b>RVADOR01</b>
Regards,
Raj

Similar Messages

  • Is MS Word really the best Oracle can come with for designing layouts?

    Hi all,
    I am returning to XMLP development after first looking at it two years ago. Back then I advised our company not to use it for all report development as MS Word didn't seem robust or flexible enough to generate report layouts.
    Now I am working for a client that wants to use XMLP and am trying to develop a fairly simple tabular report but with about 5 levels of grouping. The resulting RTF template therefore has 5 levels of nested tables. Whilst all the data is coming out fine, I am finding it very hard to make the layout look anything like as within Word it is hard to select table cells, visually establish the heirachy of the tables, etc. A simple task like putting the correct borders around cells so they render correctly is very hard to get right. In addition to this I have a number of areas where erroneous white space is being displayed.
    Is Oracle seriously going to continue to expect developers to use MS Word as a layout designer or are they going to develop a decent product fit for the task? I am tired of hearing from sales guys, functional consultants and Oracle blurb how easy XMLP is to develop reports in. Yes, it is if the report is simple, but try and develop a more complex layout and it is anything but simple.
    Anyone got any advice or experience they can share? Are there any alternative tools on the market? A response from Oracle wouldn't go a miss to help stem my disappointment with both product and company!
    Cheers,
    Jon.

    Hi Guys,
    forgive me, that I am biased - I am responsible for the BI Publisher tool development.
    First one comment regarding the nested table - The code we generate for that is the worst part of the template builder. We already have implemented a new version, which is much better - to be released after 10.1.3.4. I apologize for us not fixing that issue earlier.
    Yes, the BI Publisher template builder for Word is different. Naturally it is better for some tasks and maybe weaker for some other ones. Nobody forced the E-Business Suite teams to take up BI/XML Publisher - I was PM in one of the teams so I know for sure - we all decided that we rather use BI Publisher. In our eyes it is a step forward and not 10 steps back.
    I was product manager for Oracle Contracts. We tried to create a contract layout with Oracle Reports and it was not pretty. Sure If I create just some data reports all the classical reporting tools are fine (Do you really like these other tools???)
    But creating contracts or more business style reports like invoices is MUCH easier with BI Publisher. With the first generation of the tools, it took my 2 hours to convert a customer contract example (in word naturally) into a production ready contract layout. Now, I could probably do it in 15 minutes.
    While PL/SQL has great acceptance in the Oracle Community, it is not everyone's favorite - for example Peoplesoft, JD Edwards or Siebel developers can not use PL/SQL.
    XSL has its quicks and wish it was a better language, but it is an OPEN standard.
    We have migrated about 3000 Oracle reports, and all of the Peoplesoft and JD Edwards reports... I don't think it is a toy. It has the same concept as Java Server Pages and it uses Word for formatting instead of HTML.
    True, knowing SQL does not help with BI Publisher reports, but user with a little SQL knowledge can do havoc to a production system. BI Publisher complete separates the responsibilities. SQL for professionals and Word for formatting. I think there are more people out there that know Word than SQL.
    Embedding the XSL did not turn out all that straight forward. We are also missing one feature in the standalone, that we had in E-Business Suite and that will be included in the 11g release: Subtemplates.
    Subtemplates allow you to write complicated XSL libraries that can be called from within RTF templates. For all of you who need to write complicated logic, it is much better to write the logic into an XSL stylesheet and just call out from within the Word template than coding to complicated logic into the Word document. Again my apologies for us not providing this option earlier.
    People also had to learn java for Oracle applications, when they only needed to know PL/SQL before.
    For all the people who don't like Microsoft Word, we are offering a web based alternative shortly after the 10.1.3.4 release. This tool may be better suited for data style reports - you will be the judge.
    I appreciate your feedback and I open for any suggested improvements.
    Thanks,
    Klaus
    Message was edited by:
    KlausFabian

  • URGENT: Changing 'Purchasing:Contract Terms' PDF output Layout

    Hi,
    My requirement is to change the layout of 'Contract Template' which is in the Purchasing: Contract Terms OAF page. I wanted to know how the xml file is generated and passed to the template inorder to obtain the PDF output.
    Could anyone suggests the different ways of generating the XML output for the template and also how the PDF file is obtained.
    Please help me to solve the above issue. Its very urgent.
    Thanks
    Harsha

    Hi
    Go to SU3
    Parameter tab- write down SD_SWU_ACTIVE
    Parameter value - X
    Save
    now run Sales document type . you eill find attachment icon at very lefyt corner of Application bar.
    thanks
    and reward this answer

  • SAP ISU Contract screen layout-Group bpx

    Hi Gurus,
    In TA es20c following tab  layout data for contract iis available for contract .It  also  has a data called group box.standard group box startes with S ex,s0001,s0002.I am also  seeing  user defined which starts with " V".Can any 1 assist me how a group box can be created apart from copying the standard??
    Thanks

    screen painter concept

  • Modifying the XSL-FO for Contract terms Layout template

    I want to modify the XSL-FO for contract terms Layout template.
    Also i want to add company logo on to the template could please guide on how to do these steps.
    I also want to format the structure, change the alignment terms and Conditions from Right to Left.
    has any one formatted XSL- FO for Contract terms Layout template before?
    Please guide me
    Its Urgent !!
    Thanks in Advance

    Rehan,
    I don't have experience with the Contract Terms but with the Standard PO I do. As far as I know you cannot covert the XSL-FO to an RTF. I also only had the stylesheet to work from.
    What I did is created a new rtf template and added my data field codes to the rtf. I was able to add a logo to my template and make any other changes that the business had requested. Once done with the .rtf I exported that to a XSL-FO.xsl file and replaced the old stylesheet with the new one in Oracle.
    One issue I have run into with this is that we have some flex fields in tables that are the same name, example attribute1 in the Line Table and Shipment Line. When attribute1 from the line table is null it pulls the data that is in the Shipment line attribute1 column. I'm not sure if I have to establish the path in the stylesheet or if I can write something in the .rtf saying... if null then null. (If anyone else reading this post and knows the answer I have posted my a full post here: Modifying the XSL-FO stylesheet. )
    Keep me updated!
    Thanks,
    Jessica

  • Sub contracting PO - print layout

    sir,
    how to confugure the print layout for subcontracting PO ?
    In PO  print priview Iam not getting child materials( components) under Header item.
    please suggest .
    thanks
    RAJU

    Hi,
    There is no separate configuration for this. Save your PO then go for print preview u wl get the child components.
    still not able to view get the help of abaper.
    Regards,
    Raviraj

  • MM - Goods Receipt (MIGO) and Validity Period End (Contracts and PO)

    Hi Gurus,
    Within our PO process, I created a PO which references a contract. Both have a Validy Period Start and End set up in customizing and filled in. But my problem is that I can still enter a Goods Receipt in MIGO to that PO, after validity has ended. I've set up in customizing the system message 06-041 as Error, and I've put in Screen Layout the checkbox 'GR message' for both PO and Contract.
    Is there a way to block the GR threw IMG outside of the Validity Period ?
    Thx in advance,
    N.H.

    Hi,
    Anyone has any clues ?

  • Field status as mandatory while creation of RE-FX Lease Out Contract

    Hi SAP Real Estate Friends,
    I have a requirement wherein we need to make the field status of some specific fields as mandatory for data input in RE-FX Lease Out Contract. The fields are mentioned below:
    1. Profit Centre in Organizational Assignment Term.
    2. Payment Terms in Postings Term.
    3. Account Determination Value in Postings Term.
    4. Resubmission Rule needs to be mandatorily selected by the user creating the RE-FX lease Out Contract.
    5. Fixtures and Fittings Characteristics needs to be mandatorily selected by the user creating the RE-FX Rental Object.
    Also we need to achieve a requirement that in case a posting has already been carried out for a given RE-FX Contract for a given Account Determination Value, same shall not be available for change in the RE-FX Contract subsequently.
    Plz write back with your valuable inputs.
    Thanx in advance
    Pankaj

    Hello,
    You can set the field status from this path:
    RECACUST > Contract > Dialog > Screen Layout > Field Groups > Field Status per Contract Type
    Regards,
    Suvarghya.

  • Custom RTF templates in Oracle Core Contracts ..

    Hello:
    We want to create custom RTF templates in Oracle Core Contracts along with custom data templates.
    We do not want to use XSL-FO templates since we are finding this too complex to work with ... also the fact that the XML data is being generated by some internal OAF processes that we cannot control.
    This is unnecessarily too complex for us.
    Can we create our own reporting using XML -Publisher and integrate it in the system ?
    Any thoughts on this would be appreciated ... Yesh

    Srini:
    I did read those pages and unless I am missing something .. it is basically saying the follwing:
    Copy the seeded XSL-FO templates and make changes to them and then upload them back. I have no real access to the xml data since it is somehow pre-generated. I do not have a choice of using RTF templates along with the ease of Word based formatting.
    The above process goes against the way in which we can write our own reports in XMLP:
    (a) Create our own data templates (use our own SQL)
    (b) Create our own layout templates (using RTF or XSl_FO)
    So I am stuck into undertsanding .... OAF, Java API's ,etc that I should not have to understand to generate a report ...
    yesh

  • Problem with layout in Web Application Designer

    Hi all,
       I am working with the BEx Web Application Designer. Well, I execute a web template in the browser, click on right button and  choose enhanced menu, query properties and mark the check box Display Rows as Hierarchy and Expand to and from the list of values (combo-box) choose the last field that can be expanded.
    Once all the lines have been expanded and the layout of the template is longer than a page, we look for a line that is not in the first page and contract it. The problem is that when we contract the line, the layout shows  the first page, instead of the page where the line had been contracted. I have tried to solve this changing the properties that appear when the template is designed, but I haven´t found the solution. Is there any way so that i can solve it?
    Thanks in advance,
    Mª del Mar Bonilla.

    Bonilla,
    Welcome to SDN...
    Try this out...
    In the Query designer view , right click on the rows structure and select display as hierarchy. In case this option works fine , the behavior pointed out by you could be a possible bug.
    Just update the result of what I have mentioned above...
    Hope it helps..
    Arun
    P.S Assigning points is a way fo saying thank you in SDN

  • SRM 7.0 -Adding Custom fields in Contract Item screen at particular positn

    Hi,
    We have a requirement to add new custom fields in the Contract Item screen at required position, in Left and right side container.
    We have tried the following methods but have not been able to achieve the same. Kindly help!
    1) Added new field in Context through enhancemnt in the Details screen View of Contract , Binded the field to the field in structure INCL_EEW_PD_ITEM_CSF_CTR and add the field to teh Layout - Using this method, The field is not saved to the table.
    2) Added the field to meta data table /SAPSRM/V_MDF_IC - This is positionng the field on teh right container at the bottom. We want to position it on left side.
    Kindly help to understand where we are going wrong.
    Thanks in advance,
    Regards
    Prasuna.

    Hi Prasuna,
    Sorry ..You are right..I was looking at some other WDC related to contract data..It you map the CUFs to /SAPSRM/S_CLL_CTR_ITEM which has the include structure INCL_EEW_PD_ITEM_CSF_CTR then it should work fine.
    If you do this, are you able to view the new fields on the screen?
    you mentioned that you are not able to save the data to the table.
    Include your fields in INCL_EEW_PD_ITEM_CSF as well because if you add CUF to any of those doc types, you also have to add those CUF to the global structure for CUF documents.
    Also Check if you fields are there in structures BBPS_CTR_CUF_ITEM,BBPS_CTR_UI_ITEM and BBPS_CTR_ITEM.
    Check whether you have implemented the BADI's like BBP_DOC_CHECK_BADI ,BBP_DOC_CHANGE_BADI and BBP_DOC_SAVE_BADI . check out the structures (whether they having the CUFS) used in those if you have implemented any of them .
    Regards
    Lavanya
    Edited by: LAVANYA CHAVA on Aug 25, 2010 10:10 AM

  • Unable to preview Contract Terms for Standard Purchase Order

    Unable to preview View Contract Terms for Standard Purchase Order,displays error
    We have defined the same contract terms and Document type layouts to documents Contract Purchase Order and Standard Purchase Order.
    Created a Contract PO,Attached a template able to preview the contract template in PDF successfully
    Created a Standard PO,Attached a template not able to preview the contract template in PDF
    Displays the foll error
    Problem: The system could not generate the PDF document.
    Reason: The system detected an error in the following code/object.
    Code: XML
    Object: PO
    Action: Please contact the system administrator and try again
    ### Steps to Reproduce Problem ###
    Steups
    Created a custom XSL-FO template for Contract template and defined it for Standard PO and Contracts PO.
    Steps to Reproduce
    1.Create a PO,give any category of 100 Qty
    2.Click Terms and CLick Author Contract Terms\
    3.Select the custom Template ,Click Apply Template
    4.Click Preview.
    Following error displayed
    Problem: The system could not generate the PDF document.
    Reason: The system detected an error in the following code/object.
    Code: XML
    Object: PO
    Action: Please contact the system administrator and try again
    Please Note:The above scenario works for Contracts PO.
    The problem is only for Standard PO
    We have reviewed note:454479.1
    The file version of POXVCOMB.pls 115.69.11510.28
    But we have another test instance this also has the same version , the scenario works fine
    So we are confused why this is reproducible only for a particular instance with same file versions
    If anyone can suggest a solution pls give me a reply
    Already SR is logged for the same -SR 3-1272761221, awaiting reply from support

    Please reply if any update on the above query is present.

  • Xfa.layout.relayout(); not working properly on two of four fields

    I have a contract that can be signed by four different departments with multiple people able to sign. I have used a text field where the signer can enter their name and have that name appear under the signature line, with their title.  I have used xfa.layout.relayout();  in the script, named the text field and it's appropriate output floating field the same, used global data binding and yet when I open the form in Acrobat, two of the fields work perfectly and the other two are giving me an error that they are expecting an integer and are showing a "1" in the text field and in the floating field below.
    How can I fix this?

    Hi,
    I was thinking about your problem and I think there is a simpler way.
    At the moment you have two objects to achieve the effect, and a small script. You can achieve a similar effect by specifying a null pattern for a single textfield. You can add to the display pattern to cover when the user types in some data. eg null{}|text{}.
    The advantages include one field, user sees one place for action and is not trying to fill in the floating field, and no script.
    Here is an example (WIP): http://assure.ly/pZ5sOz.
    Good luck,
    Niall

  • How do I go back to my old version of Firefox. 4 does not allow me to use two finger mousepad control to expand or contract my screen. Also I don't like the lack of a drop-down arrow next to the back/forward buttons.

    I don't like to have to click and drag to see the drop down history of the back/forward buttons - this requires two fingers or a double tap and hold finger motion. MUCH easier to click and release and take my time to pick the screen I want to go back to, then click on that link with a separate motion.
    I especially don't like that I can no longer expand and contract the screen with two finger motion on my mousepad!!!
    Generally, I don't see any advantage to the new layout - and I have a slight preference to having my tabs closer to the screen rather than above the address bar, since I more frequently click on tabs than on the address bar. If you want to improve the view I would recommend combining the very topmost bar which is part of the window surround with the File Edit etc bar (and please keep File, Edit, View History, etc separated instead of putting them into a dropdown). This will allow the viewer one more line of text on a given webpage, and eliminate the wasted space which is only used to identify the window as FF and provide the close window buttons
    PLEASE help me go back to the old version. It was perfect.

    To downgrade to Firefox 3.6 first uninstall Firefox 4, but do not select the option to "Remove my Firefox personal data". If you select that option it will delete your bookmarks, passwords and other user data.
    You can then install the latest version of Firefox 3.6 available from http://www.mozilla.com/en-US/firefox/all-older.html - it will automatically use your current bookmarks, passwords etc.
    To avoid possible problems with downgrading, I recommend going to your profile folder and deleting the following files if they exist - extensions.cache, extensions.rdf, extensions.ini, extensions.sqlite and localstore.rdf. Deleting these files will force Firefox to rebuild the list of installed extensions, checking their compatibility, and reset toolbar customizations.
    For details of how to find your profile folder see https://support.mozilla.com/kb/Profiles

  • Table layout w.r.t other tables and text while inserting/deleting rows.

    I have 3 tables in a single page. One is left aligned and other two are right aligned. Then there is some text below the tables. 
    Now when I delete some rows from Table-1 the left aligned one, the Table 2 and text shift up filling the space below Table1.
    Now I don't want the text/table to shift up/down when I add/delete rows from Table1 i.e Table1  should expand/contract in the empty space below it.
    Now If I do the same thing for Table3 (Right aligned one) i.e add/delete rows there is no effect on text as shown :
    All 3 tables are same and have exact positioning and other properties.
    Please suggest any solution as I would be populating the table through word automation service (interop).

    Another approach would be to use nested tables, with your 'outer' table having two columns and the inner tables going into different columns. You can hide the outer table's cell borders so its presence is less apparent. If the Outer table has auto row
    height, it will adjust to accommodate whatever row addition/deletion you do to the inner tables. The only proviso is that the inner tables shouldn't have 'around' text wrapping. The two rhs tables can go into the same cell - all they need is a separating paragraph.
    With this layout, the text will always remain below the outer table.
    Cheers
    Paul Edstein
    [MS MVP - Word]

Maybe you are looking for

  • Noob question: Casting and coverting

    I thought I completely had my head around this before, but now I wonder if I do... I know that for: class citrus { void squeeze() {citrus juice} AND class orange extends citrus { void squeeze() {orange juice} citrus C = new orance(); C.squeeze will g

  • Connecting 2 G5's Via Firewire

    Is it possible to connect to G5 towers via a Firewire 400 cable, and have the 2 Hard drives in G5 A show up on the desktop of G5 B? I remeber reading something a long time ago that said you could do it with the Laptops, but its been so long that I do

  • Dynamic select query for a dynamic table

    Hi Guys, i have a requirement where i have print the rows of a sql table which is passes dynamically. Let me walk you through the details of my requirement i.e for example i have a procedure ABC which will print the rows of the table by taking the ta

  • Problem with Purchase Order Smartform

    Hi All, I have a problem with SRM PO form. I have 2 PO Layouts 1 is for NA(North America) and 2 is for UK. In config the NA PO is configured for all mediums(Print, Mail And FAX). Using the BADI 'BBP_OUTPUT_CHANGE' I am overwriting config form (NA) wi

  • Flash CS6 files do not display in folders insode Flash

    I noticed this glitch in FLCS6 and also DW CS6, for instance, if i crop an image in Photshop and save to a folder, I open the folder and see the file inside. Now I open Flash CS6  and go to add the file ( which is a jpg ) to a Flash ,fla page. But wh