Table where Sap-Script Paragraph formats are stored

hey ABAP,
does anyone know the table where the Paragraph formats are stored?
Problem: we have a Form with 740 Paragraph formats, they all are of font-type courier, and now need to be either blank or Helve.
and well i simply dont want to change 740 paragraph formats manually.
thx for any ideas, hints

arrrgh ok i´m trying to clarify my situation.
I already know how to create and edit paragraph formats in SE71.
Those 740 Paragraph formats have been created by myself.
But now i need to make a change of the Font type to all of them.
you sureley can imagine that i dont want to edit 740 paragraph formats manually piece by piece.
thats why i was asking for a table where they are stored, so i can write a small report which changes that one field for me in ALL my pareagraph formats.

Similar Messages

  • Table where the UI configuration details are stored

    Hi,
    I have the GUID information of Transport Request.
    Now I want to identify the related COMPONENT NAME / PAGE / ROLE CONFIG KEY /  COMPONENT USAGE/ OBJECT TYPE/OBJECT SUBTYPE
    Is there is any table where all the UI configuration are stored.pl suggest
    Regards
    BABU

    Though i don't know the excat place but I can suggest you that you do the following
    a) Start the st05 trace.
    b) launch the bsp_wd_cmpwb
    c) Perform the configuration changes.
    d) stop the st05 trace.
    e) Now if you do the due diligence , then you can find out the name of the table.
    Tedious i know but this is the way i know to do the things when i don't know the excat table.
    Regards
    Kavindra

  • Table where partner determination procedures assignments are stored

    Hi Everyone!
    I need to find out in what table are the partner determination procedures assignments stored.
    I know that TPAR is where the partner determination procedures are stored. But I dont know what table is the one where you can see wich partner determination procedures is assign to what SO Item type or Billing type or whatever you need.
    Thanks in advance!

    Hi,
    Try checking VBPA table.
    VAKPA
    VBKPA
    VLKPA
    VRKPA
    Thanks & Regards,
    Harish
    Edited by: harishkumar.d on Apr 27, 2011 8:03 PM

  • Tables where Charateristics related to DIR are Stored

    Hi Friends
    I have one Query.
    You assign Class to a Document type in SPRO.To This Class we assign some Charateristics.
    When we Create a DIR , we assign charaterictics value in Additional Data Tab Page.My question is where these values specific to DIR are stored in which table.Me and my ABAP consulatant are looking but not able to find out.Request your help.
    With Regards
    Mangesh Pande

    Dear Mangesh,
                         The table TDWA contain the information about document types which also store the information about clas which has assigned to the document type.
    Regards
    Bhuwan C Tiwari

  • Table where selections of DTP Requests are stored ?

    Dear members,
    I would like to know where the Filter values in a DTP are stored.
    I found Table RSBKSELECT, but there are only the entries for selection type 6 (Routines) and 7 (OLAP variable).
    I need the entries made in the select options/single value fields.
    In table RSSELDONE it's also not available.
    For a monitoring, I take information from table RSBKREQUEST_V (view) into an DSO.
    When loading this information, I need to read the selection made in the DTP/request for additional information.
    So I'm looking where I can find or how to get this values ?
    Thanks in advance
    Martin

    Hi,
    Pl check following table
    RSBKDATAPAKSEL  DTP: Data Package Selections
    Other tables are
    RSBKDTP  BW: Data Transfer Process Header Data 
    RSBKDTPH  DTP: Historic Versions 
    RSBKDTPSTAT  Status Information on Data Transfer Process 
    RSBKDTPT  Texts on Data Transfer Processes 
    RSBKDTPTH  Texts on Data Transfer Processes 
    RSDDSTATDTP  Table for WHM Statistics. Details DTP 
    RSOACUBE_DTP  BW: OLTP Direct Access: Directory of Assigned Remote DTPs 
    RSBKSELECT  Selections for DTP Request (Summary) 
    RSBKREQUEST  DTP Request 
    RSBKREQUEST_V  View of DTP Request 
    RSBKBP  Breakpoints 
    RSBKDATAINFO  Information on DTP Runtime Buffers 
    RSBKDATAPAKID  DTP: Status Table for Data Packages 
    RSBKSUBSTEP  Properties of Substeps in a DTP 
    Thanks and regards

  • Tables where vendor invoice paid details are stored

    Hello all,
    I have a technofunctional question. Once vendor invoices are paid through F110 transaction, what is the table that stores information regarding vendor invoice document number, its payment method and bank check number ?
    Regards,
    Rajesh.

    Hi Rajesh Thomas,
    REGUH:
    contains the information on the payment, such as the payment method, payment document number and payee. The payment program creates a REGUH record for each payment.
    REGUP:
    contains the information on the paid items, such as the amount, cash discount and invoice document number. The payment program creates a REGUP record for each paid item in a payment.
    Also have a look on below thread...
    Re: Urgent: Table for Payment for Bill
    Also have a look on below tables..
    LFB5
    LFC1
    LFBK
    RBKP
    RSEG
    BKPF and
    BSEG
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7

  • CRM table where transaction line item status are stored.

    Hello,
        Can anybody suggest me the standard transaction table in CRM where on passing line item guid as input, i get the status ( like release, open completed... ) of those line item in the transaction as output.
    Regards
    Devika.S

    Hi,
    CRM_JEST  pass OBJNR as your item guid.
    for the description of status check TJ02T - System status.
                                             check TJ30T - User status
    ~ Kishore

  • Table where configuration parameters of SO are stored

    Hello
    Open SO - EXTRAS - CONFIGURATION
    U can see the following customer-specific things in the configuration :
    Production type Standard production
    Cabin Type Dynapac CAMO ENKEL
    Frame Model CAMO Enkel CA250-280
    Air Condition / Heater D165443 HEATER
    Can somebody tell me which table stores this data.
    Thanks

    no answer

  • What table stores the SAPscript paragraph formats for a form.

    Does anyone know where the paragraph formats are stored for a SAPscript form.  I can view them using SE71, but what I am looking for is the table where all this information is stored.
    Thanks.
    Bill Lomeli

    Hi Bill,
    Check table "DOKHL" .
    ID = 'DE' (Paragraph ID)
    LANGU = SY-LANGU
    OBJECT = 'TDPARAGRAPH'.
    TYP = 'E'.
    *------Sample code -
          SELECT SINGLE *                       
            FROM  DOKHL                         
            WHERE LANGU      = LANGU            
            AND   ID         = ID    "Paragraph ID"             
            AND   OBJECT     = OBJECT      "value :TDPARAGRAPH"     
            AND   TYP        = TYP        'value :E'.       
    Lanka
    Message was edited by: Lanka Murthy

  • In which table scripts and smartforms are stored

    in which tables scripts and smartforms are stored
    eg scripts in tadir.

    Hi this may be of some help.
    SD
    SALES ORDER/ENQUIRY/QUOTATION
    Output type         : BA00
    ScriptForm Name     : RVORDER01
    Driver Program Name : RVADOR01
    smartform name
    DELIVERY NOTE
    Output type         : LD00
    ScriptForm Name     : RVDELNOTE
    Driver Program Name : RVADDN01
    smartform name      : LE_SHP_DELNOTE
    Smartform Driver Pgm: RLE_DELNOTE
    INVOICE
    Output type         : RD00
    ScriptForm Name     : RVINVOICE01
    Driver Program Name : RVADIN01
    smartform name      : LB_BIL_INVOICE
    Smartform Driver Pgm: RLB_INVOICE
    MM
    PUCHASE ORDER/RFQ/CONTRACT
    Output type         : NEU
    ScriptForm Name     : MEDRUCK
    Driver Program Name : SAPMF06P
    smartform name      : /SMB40/MMPO_L
    smartform driver program: /SMB40/FM06P
    GOODS RECEIPT
    Output type         : WE01
    ScriptForm Name     : WESCHEINVERS1
    smartform name      : /SMB40/MMGR1_A
    smartform driver program: /SMB40/M07DR
    GOODS ISSUE
    Output type         : WA01
    ScriptForm Name     : WA_SCHEINVERS1
    smartform name      : /SMB40/MMGI1_A
    smartform driver program: /SMB40/M07DR
    FI Forms
    Account Statement   : F140_ACC_STAT_01
    Cheque Printing     : F110_PRENUM_CHEK
    Balance Confirmation: F130_confirm_01
    Dunning Form:         F150_DUNN_01
    check the link below it provides steps to convert sap scripts to smartforms
    http://www.ficoexpertonline.com/downloads/Iyer_SmartForms.pdf
    SMARTFORMS -Driver Program
    PO: /SMB40/FM06P
    SO: /SMB40/RVADOR01
    GR: /SMB40/M07DR
    with regards,
    Hema Sundara.
    pls give points if u find this helpful.

  • What is the package name where the default SE11 programms are stored ?

    Can any one help me in finding out the package name where the deault SE11 programms are stored... Programms like Creating database table, Creating domains Etc......
    Please help !
    Moderator message : Duplicate post locked.
    Edited by: Vinod Kumar on Jul 18, 2011 4:41 PM

    Hi Venkat,
    Check out table /SAPSLL/LEGCOM.  I guess that's what you're looking for.
    Best regards,
    Dave

  • Internal table in sap script

    Hello All ,
    I  have got a internal table with tracking numbers and I want to print all the numbers in that internal table on sap script.
    Please advise.
    Thanks
    Moderator message:  please search for available information before asking.
    locked by: Thomas Zloch on Sep 13, 2010 1:09 PM

    Hi,
    You can create a sub-routine and pass all the table entries in variables and then you can print them.

  • Where PI Configuration Scenario details are stored under ABAP stack Tables?

    HI Experts,
    I want to know ABAP  table name where the PI Configuaration Scenario details are stored.
    I want to display the  list of all the Configuration Senarios created for different senarios under PI system.
    please let me know the table name or any other process.
    Thak you.
    Regards ,
    Nary

    I am not sure why you need this.
    If it is one time activity, log in to ID. Go to configuration scenario. Select All and paste in Excel.
    You will get list of configuration scenarios.
    But if you need in any program, I am not sure if there is any table which stores configuration scenario name. You will get many tables having BS, Comm Channel, Interface, Namespace, etc. but I doubt abt Scenario.
    We will also see replies from other's if they know any table.
    Regards,
    Gouri

  • How to find out where R/3 report data are stored

    Hy,
    I am new in BW.
    I have SAP R/3 report, I need to transfer that report data (all table data) to BW.
    Could You explain me step by step how i can do it?
    How to find out where data are stored?
    Thank you very much!
    Regards,
    Arunas

    Hi Arunas,
    This topic has been discusssed here earlier. Check these links:
    BW solution for ABAP Reports
    BW reports
    Bye
    Dinesh

  • Script Paragraph Format-TAB position Problem....

    In Script- Medruck , There is a line:
    IM   ,,,,,,Qty. ,,Unit   ,,Deliv. date ,,,,&ETUHRTXT&
    where IM is a paragraph format with TAB positions at:2,3,23,24,34,40,51,57.
    what is the meaning of ,,,,,,Qty ????
    what is the difference in writing :
    IM ,,Qty,,Unit,,Deliv. date,,&ETUHRTXT&                                 AND
    IM   ,,,,,,Qty. ,,Unit   ,,Deliv. date ,,,,&ETUHRTXT&
    How would the Display look like??

    Hi Srikar again,
    If you are putting one tab position after every field, in this case count tab position from the starting i.e. from first variable and go on countin till end . This will take you adding position one after other and it will not overlap.
    e.g. Mat,,qty,,price
    and tab position as 1 : 5  2: 10 3: 15 4:20
    then mat will start at 1 to 5 and qty will from 10 onward.
    Regards,
    Vijay

Maybe you are looking for

  • Problem with acrobat 9 when validating text fields

    Hello I've been using a script to provide feedback for my English Students. The correct input turns the backgroundcolor to green, an incorrect one turns it to red. This script has been working fine for many years including Acrobat Reader 8, but versi

  • [SOLVED] XBMC (libnfs 1.9.3) NFS fails to connect to server

    Hey guys, My NFS source in XBMC recently stopped working. I'm not postive what caused it, I tried downgrading libnfs and the linux kernel to back a few months to when I'm certain it was working, but with no success. I also tried downgrading XBMC to 1

  • Import headers not working

              Hi,           I just switched to Weblogic from anotehr appserver. I have a JSP page (sample           given below) and I am trying to import the header for the EJBs that I will be           using. For a simple thing as this which i have bee

  • Home Sharing with ios7. Where's the MORE button?

    I've followed the instructions for home sharing completely... the only problem is when I go to iTunes, when I'm suppose to click on the MORE tab...it's not there. There's a possiblity that I'm crazy, but I'm just not seeing it anywhere since the ios7

  • Material Management ROH to HALB

    Experts, I will appreciate any assistance you can provide. I would like to start by saying that me and my organization are very new to SAP. We have assigned material type ROH to materials that we currently procure externally. My issue is that eventua