PLD - Company Details on PO's, Sales Orders, etc. printing blank space

Hello,
I am onsite at a client and I am designing the print layout of all their marketing documents.
In the company details section, their is a field called "Block"... This is left blank because I have nothing to put there. Because this field is blank, it is printing on the forms as blank and causing an extra space between lines. Does anyone have a work around for this?
ie:
Your Company
111 Hill Rd.
                                        (Blank Line)
Tampa, FL 32801
Help! thank you!!
Edited by: John Sefton on Jun 25, 2008 10:48 PM

Hi John,
Try this:
1. In PLD, Click on the field you donu2019t want it to show up
2. In u2018Field Propertyu2019->Tab General->set Width to u20180u2019 and uncheck u2018Visibleu2019
3. Then you can use the blank space left for something else.
Kind reminder: Itu2019s always recommended not to delete but hide a field if itu2019s not wanted. See note 862988.
Hope it helps.
Regards,
Jacqueline Jiang
SAP Business One Forums Team

Similar Messages

  • Issues on cross-company stock transfer triggered by sales order

    Hi, friends:
      As our business process required, we need to make the cross-company sale between to plants under two company codes.
      The business process required is different from standard inter-company billing in SAP SD module. Our business process is as follows:
       sales order --> PR --> PO --> cross-company stock transfer --> delivery to customer --> billing.
      However, there is a difficulty in this process of make-to-stock production method. When we use schedule line item in SO to trigger the PO, there is a must to assign "account assignment category" in PO. This indicator is unchangable in PO by manual. When post goods recepit against the PO, there is no stock quantity udpate in un-restricted stock. By the way,  I selected "C" in the "account assignment category" of schedule line item cofiguration.
      Checked the MM documents, I found it seemed like only two results of PGR against PO with account assignment category. One result of PGR is directly consumpted by receiptent or unloading point. The other result of PGR is updating sepecial stock. For example, I've fullfilled the process for make-to-order production method, the stocks are specified for sales order.
      In our requiremnt, we have to post to normal un-restricted stock for the following ATP in sales order.
      Could any friend give some suggestion on this issue?
      Thanks!
    Justin

    Hi, Venkadesh:
      I've checked the Purchasing view and quantity/value update in both plants of different company codes. That's correctly configured.
      In the business process, the quantity in normal un-restricted stock updating still doesn't work.
      Do you mean that as follows: if select any indicator in  "account assignment category", we have to use UNBW or NLAG material type in the purchase order?
      I have successfully fullfilled the process in make-to-order sales order, with material type FERT and account assignment category "E". The account assignmnet categroy is obligatory in sales order schedlue line item configuration, which is to trigger PO by SO. The configuration path is as below:
      IMG>Sales and Distribution>Sales>Sales Documents>Schedule Lines-->Define Schedule Line Categories
      If possible, would make a test in your system to check how to fullfill the process with make-to-stock sales order, FERT material?
      Thanks!
    Justin

  • Function module to get Service Order details created with a Sales Order

    Hi,
    Could anyone tell me if there is any function module to get the details of the Service order that is created automatically for a line item in a sales order. Let me explain my requirement clearly.
    When a sales order is created with specific line item, a service order is automatically created for that line item. I need to get the information about the associated service order. I can't find this information in VBAK, VBAP or VBEP tables obviously. But, i can see the link between the service order created and related Sales document # and item #  in the DB view  CAUFV. But, the key field here is Service order #. But my requirement is to get the service order details from the key field of Sales document.
    I tested the FM SD_SALES_DOCUMENT_READ_POS that reads the sales document header and item material tables, but this doesn't help me in getting the service order details associated with the material line item.
    Your early response is greatly appreciated.
    Thanks in advance,
    venu

    Hi Akshay,
    I actually saw this , but surprisingly, there is nothing stored in this field in either of the tables VBAK or VBAP. I mean, even for the sales orders which have associated service orders, nothing is stored in either of the above tables.
    Can you please tell me if there is anyother way.
    Thank you,
    venu

  • Equipement details history for the sales order.

    Hi,
    I want to find out the details of the equipment for a particular sales order.
    I have creatde a sales order, delivery and the billing. I used the serial number for my material.
    Now i have cancelled the billing and then reversed the PGI and then changed the serial number and then proceded with billing.
    Now in which table(s) can i find the details of the changed serial / equipment number for my sales order.
    Thanks and Regards,
    Raya.

    Hi Raya
    Your subject line and your question seem to differ so I am not sure I am understanading correctly...but if you are wanting to be able to see the change for the serial number and what the serial number used to be then...when you are in IQ09 go to enter your new serial number and execute from the detail screen go to extra and look at changes.
    Now if you are wanting to view the table of the sales order for the changes made...you can check the change log tables  cdpos and cdhdr
    You can also use transaction AUT10; put in transaction code VA02 and enter a date range to limit your search results
    Edited by: Kim Blair on Sep 7, 2011 9:24 PM
    Edited by: Kim Blair on Sep 7, 2011 9:35 PM

  • Header Details of pending * open Sales Order.

    HY All Experts.
    PL Read Follwing Code. i wnt to Header data of pending and open SO.
    i used vbuk-lfstk. for So status. it is right.
    FORM data_retrieval.
    SELECT VBELN  NETWR KUNNR FROM VBAK INTO (ITAB-VBELN,ITAB-NETWR,ITAB-KUNNR) WHERE VBELN IN VBELN.
    SELECT NAME1 FROM KNA1 INTO (ITAB-NAME1) WHERE KUNNR = ITAB-KUNNR .
    SELECT BSTKD BSTDK FROM VBKD INTO (ITAB-BSTKD,ITAB-BSTDK) WHERE VBELN = ITAB-VBELN.
    SELECT VSNMR_V FROM VBAK INTO (ITAB-VSNMR_V) WHERE VBELN = ITAB-VBELN.
    *SELECT EDATU FROM VBEP INTO (ITAB-EDATU) WHERE VBELN = ITAB-VBELN.
    SELECT LFSTK FROM VBUK INTO (ITAB-LFSTK) WHERE VBELN = ITAB-VBELN and lfstk not like 'C'.
    APPEND ITAB.
    ENDSELECT.
    ENDSELECT.
    ENDSELECT.
    ENDSELECT.
    ENDSELECT.

    Hello anjana,
       Actually your question is some confusing, but if u want to get eldest change as active sales order then logic is as follows:
    1.  On base of OBJNR u have to get UDATE from JCDS table
    2. then write logic as:
    SORT i_jcds BY objnr stat chgnr DESCENDING.
          LOOP AT i_jcds INTO wa_jcds1.
            CLEAR lv_stat.
            lv_stat = wa_jcds1-stat.
            AT NEW objnr.
              AT NEW stat.
                CLEAR: wa_tab.
                wa_tab-objnr = wa_jcds1-objnr.
                wa_tab-stat = lv_stat.
              ENDAT.
            ENDAT.
            IF wa_jcds1-inact = 'X'.
              CLEAR lv_tabix.
              IF sy-tabix > 1.
                lv_tabix = sy-tabix - 1.
              ELSE.
                lv_tabix = 1.
              ENDIF.
              READ TABLE i_jcds INTO wa_jcds2 INDEX lv_tabix.
              IF sy-subrc = 0.
                wa_tab-chgnr = wa_jcds2-chgnr.
                wa_tab-udate = wa_jcds2-udate.
                wa_tab-utime = wa_jcds2-utime.
                APPEND wa_tab TO i_tab.
              ENDIF.
              CONTINUE.
            ELSE.
              wa_tab-chgnr = wa_jcds1-chgnr.
              wa_tab-udate = wa_jcds1-udate.
              wa_tab-utime = wa_jcds1-utime.
            ENDIF.
            AT END OF objnr .
              AT END OF stat.
                APPEND wa_tab TO i_tab.
              ENDAT.
            ENDAT.
          ENDLOOP.
          DELETE ADJACENT DUPLICATES FROM i_tab COMPARING objnr stat.
          SORT i_tab BY objnr stat udate utime.
          DELETE ADJACENT DUPLICATES FROM i_tab COMPARING objnr.
    3. now in i_tab table u'll get eldest UDATE
    Hope its work for u.
    Thanks & Regards,
    Sumit Joshi

  • How to define the detail "Condition" item for  sales order?

    Hi, I checked the condition information of a sales order, the following contents were displayed:
    PR00     Price     230.00
         Gross Value     230.00
         Discount Amount     0.00
         Net Value for Item     230.00
         Net Value 2     230.00
         Net Price     230.00
    I can understand that the price 230.00 can be maintained via tcode: vk11, what I want to know is:
    How to define/control the following items such as:
    Gross Value     230.00
    Discount Amount     0.00
    Net Value for Item     230.00
    Net Value 2     230.00
    Net Price     230.00
    and how to control their currency?
    Thanks.

    Hi, Dear Ferry Lianto,
    Thank you very much.
    Commonly I know the total pricing procedures.
    But, would you please tell me how to control the CURRENCY for the subitem of a condition type as follows?
    For example, I can see the following kind of
    contents in the Tab:condition of a sales order:
    PR00     Price     130.00000      TEST     100
         Gross Value     20.12      USD     100 <-how to
         Discount Amount     0.00      USD     100
         Rebate Basis     20.12      USD     100
         Net Value for Item     20.12      USD     100
         Net Value 2     20.12      USD     100
         Net Value 3     20.12      USD     100
    VPRS     Cost     27.22      HKD
         Profit Margin     16.61      USD
    The currency of PR00:price can be controlled via tcode VK12; but how to control the currency of its subitem such as gross value, discount amountm, net value for item, net value 2, & net calue 3...
    Thanks and regards.

  • Sale Order Query Print layout/Crystal Report Query required

    Hi Experts,
    I created a Sale Order. Items included in it are service and material.
    (I created a BOM, bound the child material item to the parent service item. Moreover child item will have unit price where as parent item will not have unit price)
    I need the report on it please let me know how i can do it.
    I tried with below query
    select a.DocEntry, a.DocNum, a.CardCode, a.CardName, b.DocEntry,b.ItemCode, b.Dscription, b.Quantity, b.Price, b.LineTotal, a.DocTotal, a.VatSum 
    from ORDR a inner join RDR1 b on a.DocEntry = b.DocEntry
    --and b.TreeType <> 'N'
    where a.docnum = '14240621'
    output of above query is
    DocEntry
    DocNum
    CardCode
    CardName
    DocEntry
    ItemCode
    Description
    Qty
    Unit Price
    Line Total
    DocTotal
    Tax Amount
    621
    14240621
    CDR0001
    ABCDEFGH
    621
    302010001
    PROVIDING & LAYING
    17.62
    2493.76
    43940.05
    354652
    18888.46
    621
    14240621
    CDR0001
    ABCDEFGH
    621
    MT0001
    Material for PROVIDING & LAYING
    17.62
    2800
    49336
    354652
    18888.46
    621
    14240621
    CDR0001
    ABCDEFGH
    621
    305010005
    BM CM INCLUDING CEMENT
    10.055
    1980
    19908.9
    354652
    18888.46
    621
    14240621
    CDR0001
    ABCDEFGH
    621
    MT0002
    Material for BM CM  INCLUDING CEMENT
    10.055
    1650
    16590.75
    354652
    18888.46
    621
    14240621
    CDR0001
    ABCDEFGH
    621
    302040001
    P/APPLYING
    65
    116.5
    7572.5
    354652
    18888.46
    621
    14240621
    CDR0001
    ABCDEFGH
    621
    MT0003
    Material for P/APPLYING
    65
    65
    4225
    354652
    18888.46
    621
    14240621
    CDR0001
    ABCDEFGH
    621
    301000001
    P& FIXING
    2.233
    31625.05
    70618.74
    354652
    18888.46
    621
    14240621
    CDR0001
    ABCDEFGH
    621
    MT0004
    Material for P& FIXING
    2.233
    44000
    98252
    354652
    18888.46
    621
    14240621
    CDR0001
    ABCDEFGH
    621
    306010001
    PROVIDING RMC
    3
    3593
    10779
    354652
    18888.46
    621
    14240621
    CDR0001
    ABCDEFGH
    621
    MT0005
    Material for PROVIDING RMC
    3
    4847
    14541
    354652
    18888.46
    and my desired output is
    Unit price of both child item and parent item should be display in single column. ie. cumulative in Unit Price Column and Linetotal respectively.
    DocEntry
    DocNum
    CardCode
    CardName
    DocEntry
    ItemCode
    Description
    Qty
    Unit Price
    Line Total
    DocTotal
    Tax Amount
    621
    14240621
    CDR0001
    ABCDEFGH
    621
    302010001
    PROVIDING & LAYING
    17.62
    5293.76
    93276.05
    354652
    18888.46
    621
    14240621
    CDR0001
    ABCDEFGH
    621
    305010005
    BM CM  INCLUDING CEMENT
    10.055
    3630
    36499.65
    354652
    18888.46
    621
    14240621
    CDR0001
    ABCDEFGH
    621
    302040001
    P/APPLYING
    65
    181.5
    11797.5
    354652
    18888.46
    621
    14240621
    CDR0001
    ABCDEFGH
    621
    301000001
    P& FIXING
    2.233
    75625.05
    168870.7
    354652
    18888.46
    621
    14240621
    CDR0001
    ABCDEFGH
    621
    306010001
    PROVIDING RMC
    3
    8440
    25320
    354652
    18888.46
    please let me know the update on this.
    with regards

    Hi Nagarajan,
    thanks for reply..
    1) Yes, i.e i have taken into BomType: Template
    2) i did not get any helpful output by using treetype by keeping 'S' and 'N', i kept in comment.
    3) Actually MT0001-05 - these are material item- unit prices are fixed. see in attached image
         for parent item, unit prices are not fixed. I give the price for them in Sale Order.
         I want unit price for parent and child should be summed/cumulative for Sale Order print.
         (in my above post, first matrix exactly same as sale order line items plz check it)
    Please help me, how i can achieve this by query(for PLd or Crystal report)
    With Regards

  • Sale Order Bulk Print

    Hi Friends,
    Thanks in Advance.
    Is there any Report Program for the Sale order To Take Bulk Print .
    Please Tell the T.Codes Other Than VA05N, and the Report Program RSNAST0D.
    We had tried with the Report Program RSNAST0D. but no use.
    Regards:
    Sridhar.J

    Is ur requirement like triggering multiple sales order output types for printing u can write ur own program for it.
    if ur requirement is as i have understood let me know, i'll tell u how to proceed further
    кu03B1ятu03B9к

  • Printed XML Purchase Order Report - Printing blank Blanket PO page

    Hi,
    When printing the xml report of a Blanket PO Release, the release lines and headers print first but the last page is a page for the primary blanket PO (PO Num without any releases attached). This page does not contain any information in the header or line fields therefore it is a waste of paper. Looking into the XML code the blanket PO page is pulled in the same manner as the Release lines, against G_Headers. I'm going to look into the Reports Developer SQL to see if I can find something but I would rather not mess with the configuration of the SQL if I did not have to.
    Any ideas on how to get rid of this extra unnecessary page?
    Thanks,
    -Steve

    Hi,
    RDBMS : 11.2.0.1.0
    Oracle Applications : 11.5.10.2
    OS: Unix
    The issue can be reproduced.
    The report in question has had customization but the blank page prints in the Printed Purchase Order Report(Portrait) seeded function as well. From what I see the SQL might be able to modified based off of the input paramet "Print Blanket PO". When this is selected "No" the Blanket header is printed with no lines (that's where the blank PO page is coming from). When selected Yes the blanket header with all the blanket lines are printed. So I may be able to go in and change how that input parameter changes the output, unless there is a better way.
    -Steve

  • Could you please tell me a method in order to print a space?

    Hi,I'm new at java and I dunno how to print a space!!!
    If i use System.out.println(" ") prints and a '\n' which i don't want.
    Thanks in advance!

    Well,i did that but by writing System.out.print("
    no space appears.Uhm ... well, that might sound like a tupide question, but how do you know?
    If you've got an empty line and you print a space there then you won't see a difference. System.out.print(" "); works just fine. Could you please show us an example program (runnable but simple) that exposes what you mean. Tell us what you want it to print and tell us what output you see.

  • Sales order detail in AR invoice

    Hi,
    I want know Sales order details like SalesOrder No, Sales Order Value. Total Sales Order Qty in AR Invoice PLD screen. Please help how can i retrieve the information.
    Thanks in advance.
    Rajesh

    Rajesh
    Expanding to what Kamlesh has replied.  Adding Sales Order fields to the Invoice PLD would require a bunch of formula fields and the results might not be all that perfect.
    So as Kamlesh mentioned, create the UDF's you need for each data component you need from SO in the Marketing document rows.
    To these UDF's at the Invoice rows add SQL based formatted searches which will fetch the values from SO.
    Map these UDF's in the Invoice template.
    Suda

  • Missing CO Sales Order Item in 643 Cross Company Movement

    Hi all,
    we are working in a make-to-order scenario in which the company A/plant A sells a finished product produced by company B/plant B.
    The sales order item is a cost object (account assignment category E – “Ind. cust. w. KD-CO” is set in the requirement class in use) and is derived into the Transfer Order (Account Assignment tab) from production company B/plant B to selling company A/plant A.
    When we try to transfer the finished product from plant B to plant A by means of 643 movement the system provides error message  KI 235 – Account xxx requires an assignment to a CO object where xxx is the Cost Of Goods Sold for company B. This is due to the fact that FI is not able to derive the sales order item as a posting cost object.
    We have activated cross company  CO objects by deactivating the Company Code Validation indicator (field TKA00-RKBUK) for controlling area settings.
    Any suggestions?
    Thanks in advance.
    PierGiorgio

    Hi Abhi,
    yes it is: "E" is the entry value in the field consumption of the requirement class involved.
    Thanks, PierGiorgio

  • Problem to retrieve a Quantity Total using PLD in a Sales Order

    Hi,
    I'm working with PLD, and I'm managing a Sales Order.
    I have three line, the first one is a Bill Of Material with two 'sons', and the other two are their sons. I have 1 qty for all the lines, and when I print the preview with PLD, the sum of the col qty is equal to 3. My customer don't want to have qty for the item = bill o f materials, so in this example he want to see a total of qty equal to 2.
    How can I do? If I use ColSum("") property, I retrieve, in every case, a total of 3.
    Regards
    Marco

    Hi Marco,
    A simple solution would be an UDF for the quantity so that you can control the UDF column total easily.
    Thanks,
    Gordon

  • "Bill to" Customer and sales order company code

    Hi friends,
    Can you please tell me that in sales order, what is the "Bill To" customer? Is it "Sold-to party" or "Ship-to party" or something else? In which table is it stored and what is the field name?
    In which table I can find the company code related to a sales order?
    Thanks and Regards,
    Netrey

    Hi Netrey,
    Ship-to-party is nothing but to which party the material has to be shipped
    Sold-to-party is nothing but to which party the material has be sold
    Regarding Bill-to-Party, go through the below example
    If a company has a headquarters in Banglore and it has branches in Chennai, Hyderabad and Pune.
    If the people from chennai branch require some goods and they will look for a vendor and they will buy from him .
    they will ask the vendor to send the bill to their headquarters in banglore and ship the goods to their chennai location.
    for the above example
    Ship-to-Party is chennai office
    Sold-to-Party is  chennai office
    Bill-to-party is Banglore Head quarters.
    Regarding the company code, it is stored in the table VBAK and the field name is
    BUKRS_VF.
    If i am wrong please correct me.
    Regards,
    Phani.

  • How to fetch details based on sales order....

    hi,
    How to fetch all invoice number with corresponding net value,cost then credit and
    debit memo details corresponding to one sales order .
    plz reply.

    HI,
    See the relation b/w sales order table & billing table
    VBAP=VBRLN = VBRP-AUBEL
    VBAP-POSNR = VBRP-AUPOS
    then for fetching the cost & credit debit indicator , use this relationship.
    VBRK-VBELN = BKPF-AWKEY
    BKPF-AWTYP = 'VBRK'
    Reward Points if it is Useful.
    Thanks,
    Manjunath MS

Maybe you are looking for