Spool number and program name

Hi All,
Im trying to fetch spool number based on object name(program name).
The table TSP01 has the field RQ2NAME has the program name in it, with some additional characters.
For example, if the program name is ZQRR1234 , its showing it as ZQRR1234_ABC.
Is there any other way to fetch spool numbers other than this? Please let me know.
The other issue is, Spool created for ReportWriter reports, are having a different name in the RQ2NAME field(Totally different from the above case). For example if the report name is Z31L, its showing as GP3ITN115113. Im not sure whether this name will be same in Quality and production system.
Finally please let me know how to fetch spool numbers based on program name in either case.

Hello Saravanan,
Please use FM RSPO_OUTPUT_SPOOL_REQUEST to display your spool.
Have a Nice Day,
Regards,
Sujeet

Similar Messages

  • Script and program name for MM:OUTWARD CHELLAN

    Hi all ,
    can any one give me the script name and program name  for MM:OUTWARD CHELLAN.
    Regards,
    Arun.j

    Hi
    There are Std Scripts for PO,RFQ,CONTRACT, GRN , GI Note etc in MM
    What is this Outward challan? what is its' equivalent SAP business document?
    Check in The Tcode NACE for the relavent one, for the Output applications like MR,MD,EF,ME etc
    Reward points for useful Answers
    Regards
    Anji

  • Hi all when I send a text to a contact (iphone4s) the contacts name changes to a phone number and the name is lost. I then have to resave it again, googled it but can't see anyone with the same issue, any ideas ?

    Hi all when I send a text to a contact (iphone4s) the contacts name changes to a phone number and the name is lost. I then have to resave it again, googled it but can't see anyone with the same issue, any ideas ?

    There is another setting for "Start Conversation from", that needs to be set to phone number.

  • STAD - get the 'transaction code' and 'program name'

    Hi, I was wondering if someone knows about a bapi with which I can get only the "transaction code" and "program name".
    I need to get those for a specified user, but I don't want to set on a trace, that's why I'd like to use the transaction STAD.
    If anyone can help, thanks in advance
    Grtz,
    Dragovian

    ok, so I go like this
    TYPE-POOLS sapwl .
    DATA:  all_stats        TYPE sapwl_allstats.
      CALL FUNCTION 'SAPWL_READ_STATISTIC_FILES'
       EXPORTING
         read_client                 = '*'
         read_time                   = '200000'
         read_start_date             = sy-datum
         read_start_time             = '000000'
         read_username               = sy-uname
         read_workprocess            = 'FFFF'
         wait_factor                 = 150
        CHANGING
          all_stats                   = all_stats
    how'd I get "start-time" "report-name" "date" "username"?

  • Supplier number and Supplier name

    i want to extract supplier number and supplier name based on company code, this requirement impacts both SRM system and R/3 system, i don't know from where should i fetch supplier number, is it from SRM or R/3 ? and how? i know the question is very abstract , can anyone please help me on this?

    Hello,
    All the master data resides in the R/3 system but not in the SRM system. So, if you are building the application to fetch the Supplier Number & Name, then you need to build the same in the R/3 system.
    Hope this helps.
    Regards,
    Venkata Phani Prasad K

  • Host name, port number and service name

    Hi!
    I have a question that will sound easy and stupid, but not for me.
    during the instal of 9iAS.There is a screen ask to provide the host name,port number and service name.
    Did host anme is only the name of my PC?
    and what is the port number?(windows XP)
    what is the format of the service name (orcl)?
    Thanks
    Kamal

    if you used LDW as the connection/service name when you setup this connection to CMS DB, then no further changes to BOE configurations will be needed.
    If you used the service name PO and now it is changes to NEW_PO - then you'll have to update CMS DB connection info in CCM>SIA>Properties>Connection.
    See Admin guide for details.
    p.s.
    BOE services should be stopped while your changes on Oracle side are done and before you change the TNS file and connection info in CCM.

  • Form name and Program name change

    Hi
    I have created a smartform and a driver prog & saved them in 2 requests. Now i want to change the name of both but dont want to chnage the request numbers . Please advice how can i do that.
    Thanks & Regards,
    Preeti

    Hi
    You can't rename the form name.
    So create a new form and copy the old form into the new one.
    Assign the New program and form in the NACE tcode or at some other point.
    While creating a new form , it will ask for a request assign the same old request in which old form is there.
    similarly you can rename the Program to new one and add into the same request of old program. and release the request and use
    if you want you can delete the old form name and program name from the request also.
    Reward points if useful
    Regards
    Anji

  • Standard pf-status and program name to down load for alv

    standard pf-status and program name to down load for alv
    Regarding
    anil

    Hi,
    SAP Program for standard PF-Status is : SAPLKKBL
    PF-Status : STANDARD Standard for General List Output
                      STANDARD_FULLSCREEN Standard for    general   List Output in Fullscreen Grid
    Thanks,
    Kishore

  • Screen variants--screen number and program

    Hi,
    I am a functional consultant and not familiar with coding/development.I needed some help with regards to creating a screen variant.
    -->In which scenarios can one use a screen variant?
    -->How do we find the screen number and program?I checked the' source' info too...all it gives me is the template details.But,i haven't been able to find the screen number and program.
    Any inputs!
    Trey

    Hi,
       The transaction code for screen variants is SHD0.
    Generall screen varaints are used to chnage the screen display i.e. to add a new field/make the fields editable etc...
       In SRM,for screen enhancements genrally some BADI's are provided but if not then screen variants  is the next option to implement the same.Finally if screen varaint is not possible then you can do the changes in the relevant ITS templates.
      The foll screen varaints are available in SRM:
    Determine Screen Variants
    Use
    · Item data overview in the invoice without purchase order reference: Screen variant BBP_IV_NON_PO
    Method GET_SCREENVARIANT_INV
    · Item data overview in the invoice with purchase order reference: Screen variant BBP_IV
    Method GET_SCREENVARIANT_INV
    · Item data overview in the confirmation: Screen variant BBP_CF
    Method GET_SCREENVARIANT_CONF
    · Item data overview in the confirmation for time recording: Screen variant BBP_CF_TIMEREC
    Method GET_SCREENVARIANT_CONF
    · Item data overview in the purchase order: Screen variant BBP_PO
    Method GET_SCREENVARIANT_PO
    · Item overview for contracts: Screen variant BBP_CTR_ITEMLIST
    Method GET_SCREENVARIANT_CTR
    · Item overview for contract selection: Screen variant BBP_CTR_ITEM_SELLIST
    Method GET_SCREENVARIANT_CTR
    · Search results for creating an invoice and/or confirmation: Screen variant BBP_SEARCH_PO
    Method GET_SCREENVARIANT_SEARCH
    · Search results for creating a purchase order: Screen variant BBP_SEARCH_SC
    Method GET_SCREENVARIANT_SEARCH
    · Search results for displaying/changing an invoice: Screen variant BBP_CHANGE_IV
    Method GET_SCREENVARIANT_SEARCH
    · Search results for displaying/changing a confirmation: Screen variant BBP_CHANGE_CF
    Method GET_SCREENVARIANT_SEARCH
    · Item overview for creating/displaying/processing/status of a shopping cart: Screen variant BBP_SC
    Method GET_SCREENVARIANT_SC
    · Worklist for Sourcing: Screen variant BBP_SOCO_WL
    Method GET_SCREENVARIANT_SOCO
    · Work area in Sourcing: Screen variant BBP_SOCO_GA
    Method GET_SCREENVARIANT_SOCO
    HTH.
    BR,
    Disha.
    Pls reward points for useful answers.

  • Copy control and program name for Sales Order to Delivery

    Hi,
    Please provide the copy control and program name to split a single delivery into multiple invoices depending on the sales order it belonged to and to split a single sales order into multiple deliveries depending on the shipping type.
    Thanks in advance.

    Hi there,
    In VTFL, at item level, there is a field called "Data VBRK/VBRP". Routine 001 & 007 are for invoice split. Those may be relevant for your case.
    In VOFM, select data transfer --> billing docs in the menu bar. It will give you the requirement numbers & their description.
    Select the required routine num & click on Source text (note pad icon) on the above. It will give you the prog / include names.
    For eg for 001 its FV60C001, for 007 its FV60C007.
    Regards,
    Sivanand

  • If we dont know the request no  and program name how to find that program

    hi gurus
    can anyone suggest me
    if we dont know the request no  and program name how to find that program
    thank you
    regards
    kals.

    Hi,
                If u forget all the details It is very difficult to find,  u have to remember  at least some details regarding to that program..  for that
    1..   goto SE80  give u r package name  u will get all the programs which r u developed  according to the discription u can get some idea which u want.. and
    2... go to SE09 trcode.. display all  tr numbers..here all trs are there  what u developed,   u can get some idea by looking the description of the  tr numbers..
    I hope so u can get at least some thing .
    Thanks and Regards,
    Surya

  • Invalid serial number and product name in g50

    I just buy my laptop this last december and in bios it says that i had an invalid serial number and product name
    what should i do to make it valid?
    my friend said that it has an effect in chipsets and it bluescreened 4 times when win7 is the installed os and twice in win8.1
    how to fix this?
    Thanks in Advance

    hi joedcomandante,
    Welcome to the Lenovo Forums.
    Just to verify, did you get the Invalid Serial Number and Product Name issue out of the box or you got this after you sent the unit for service?
    Usually, when the motherboard is replaced, the Serial Number and Product Name is flashed into the BIOS and the EC (Embedded Controller) is updated. If you got the issue after sending the unit for service, I recommend you contact lenovo and report your findings as these information needs to be reflashed into the system.
    As for the BSOD, were you able to get the exact error code?
    Bug Check Code Reference
    Regards
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • BDC tcodes and program names

    hi all
    I want all BDC  Tcodes and Program names  in SAP , is there any easy method to see all BDC Tcodes ?
    psrao

    there is no such tcode named for BDC,
    BDC is nothing but batch data conversion
    it means from the client side they will be having set of data to be uploaded it may be master data or it may be a transactional data
    and previously they might be using some other ERP softwares
    for uploading datas into SAP
    these are the methods followed Direct input method,LSMW,BDC's
    BDC has its data table known as BDCDATA it is used for validating the data in the file which we are going to upload into database through a transaction
    i.e.., say for example if they are going to upload vendor master data, these datas will be first passed into bdcdata structure and later on after validating it will passed to screen fields of XK01 transaction and after committing it, it will be uploaded into the data base

  • Populate header text with reference number and vendor name

    Hi Experts,
    My client wants to populate the line item text field - SGTXT in MIRO / FB60 with the reference number field XBLNR and the vendor name.
    Is it possible to do it before the invoice get posted?. Like, just after the user entered the vendor account number and the reference number in FB60 system picks the vendor name against the vendor number from LFA1 table and the reference number entered in FB60 screen and populates them in text field ?
    Similarly in MIRO - before the invoice get posted is it possible to pick the reference number from MIRO screen and pick the vendor name based on the PO number entered on the MIRO screen.
    Please advise how to do this.
    Thank you
    Shino

    Hi
    This can be achieved by using a User Exit in Substitution rule. This is done through GGB1. Define the rule
    Prerequisite
    (System T Code =FB01 or MIRO) and Account Type = K
    Substitution
    User Exit
    The following link will be of help to you to define a user exit in substitutition rule
    http://help.sap.com/saphelp_46c/helpdata/en/5b/d231a843c611d182b30000e829fbfe/content.htm
    Regards
    Sanil Bhandari

  • Download package and program name and owner to excel

    Hi,all:
        I have a question: can i download programs' name  and owners in a specific package to a excel or word file?
    thanks in advance  and best regards
    kevin.

    Kevin,
    As Gautam mentioned you need to gather the data from TADIR table into internal table and call GU_DOWNLOAD fm to download internal table data into excel sheet
    Thanks
    Bala Duvvuri

Maybe you are looking for

  • Skype 7.4 crash :(

    Problem signature:   Problem Event Name:    APPCRASH   Application Name:    Skype.exe   Application Version:    7.4.0.102   Application Timestamp:    55310e09   Fault Module Name:    KERNELBASE.dll   Fault Module Version:    6.1.7600.17206   Fault Mo

  • P&L By Functional Area

    Hi, We are tring to integrate two company codes from two diffrent regions.The one in US is on ECC6.0 classic GL which is using GL by funtional area.The other CC is in KSA and its on ECC 5.0 with new gl active and no functional area is active here.Thi

  • [OSB1031] how to call a RESTful service from OSB with authentication

    Hi all, I called successfully a RESTful service from OSB. We have a business service, named OrderTracer, that wraps the call to the RESTful service. The RESTful service requires an authentication so we are trying to find out how the OSB business serv

  • How to assign Dynaminc Approver in GP

    Hi,   Iam developing one application in GP .In first collable object form the user has to fill the department and other details..   Depending up on the department chosen it should go to the concern department manager for approval.. For e.g IT dept th

  • Trouble exporting slideshow from Photoshop elements 10

    I have created a sliodeshow with about 150 pictures, each of approx. 4 MB. The slides include pan&zoom, transitions and music. I tried to save the file as .WMV file (movie) and everything went well. In one hour the progress bar reached 99%, then the