Regarding how to find print program when you know Layout set in SAP SCRIPT

Hi,
I have a issue i know one Layout set name[SE71] in SAP Scripts i want to find out the print program for that can any body tell me how can we find.
The Layout set name is <b>F140_CUS_STAT_J1</b>
i need to find print program for that.
Can anybody solve my issue.
Thanks & Regards,
Rayeez.

Hi,
I don't think <b>TNAPR</b> will give me any enries as this layout set<b>[F140_CUS_STAT_J1]</b> in related to FI module<b>[Japan Invoice]</b>.
Also as per second reply i dont know about output type/Application so that i can go from NACE.
Generally FI related Forms will be executed directly from report[Print Program] itself.
If anybody knows solution please post it.
Thanks & Regards,
Rayeez.

Similar Messages

  • How to do changes in Layouts setting and SAP scripts to meet requirment?

    hi SD gurus,
    Please explain me how create and work with Z output .
    where and how we do changes in Layouts setting and SAP scripts to meet the user requirments.
    pls forward func spec of Z output
    points will be rewarded
    thanx & regards

    you need ABAP skills to do this.
    basically you need:
    1) draw the layout on a piece of paper
    2) define the fields you need and find out the corresponding SAP fields
    3) check the document with the customer
    4) give this specification to the developer
    5) the developer will give you a program name and form name: place them in the message for the document.
    Roberto

  • How to find print program of pdf form

    hi,
    i want to know how can i find print program of pdf forms

    Hi,
    You can take a look  at the FP_PDF* test programs in SE38. Additional documentation and information on <a href="http://help.sap.com/saphelp_nw70/helpdata/en/96/6ee0d5b39640d68fc0078fc575114a/frameset.htm">help.sap.com</a>.
    Regards,
    Francois

  • How to find print program from script

    Hi,
    How can i find the print program from the script .
    i unable to find in TNAPR table.
    thanks,
    srii

    Hi Sridhar,
    U can find in NACE transaction.
    Please check this link
    search print program and sap script
    with po no how to find script and  print program for that  po.
    Best regards,
    raam

  • Urgent plz how to find print program

    Hi,
    I have script (FORM) name how can i find the print program .
    the t.code is f.58
    Thanks,
    srii.

    Hi,
    go to program RSNAST00.
    Put a brkpt on line no. 875 i.e.
    PERFORM (TNAPR-RONAM) IN PROGRAM (TNAPR-PGNAM) USING RETURNCOD  US_SCREEN
                                                             IF FOUND.
    now run the script. TNAPR-PGNAM will be program name.
    Reward pts if usefull.
    Regards,
    Dhan

  • CO-PA: how to find the cycle when I know the sending cost center?

    Community!
    Is there a possibility to find a specific cycle in CO-PA when I know the sending cost center (something like a search-function which returns a list)?
    I was looking in transaction KEU5 but I don't think that it provides the above mentioned functionality...
    Thanks for your help!!!!
    Bjoern

    Thanks for you help, Ashok,
    but I am afraid it doesn't work. The assessment is for CO-PA, that means the costs will be allocated to products. When I choose the relevant line item here - after the assessment has been fulfilled - I can't see any information about the cycle...
    Any other ideas?
    Thanks,
    Bjoern

  • How to avoid word cut when switching to next line in sap scripts

    Hi,
    i have long text in my sap transaction, i am fetching using READ_TXT, it contains 5 lines like below
    Which is the output length of one line of text in the program
    for theobject list print Text length equal to exactly 132 characters.
    Which isthe output length of one line of text in the program for the object list print
    Text length equal to exactly 132 characters.Which isthe output length of one line of text i
    n the program for the object list print Text length equal to exactly 132 characters.
    my script output line length is 132 chars., now i need to print  in script without cutting the words when switching to new line.
    how to achieve this functionality.
    Thanks
    Srini

    Hi Srinivas,
    You can use RKD_WORD_WRAP or TEXT_SPLIT FM to split the string into N character with out word break.
    Regards,
    Pavan

  • How to find print program for particular smartform

    also tell me if there is any standard smart form for SRM PO
    name of the form .
    thnks

    hi
    all the po related programs and forms are available in the table TNAPR( ere u can check the form or prg acc to the output type of the application, which you can find by seeing in NACE).
    Most of the forms are available with /SMB40*, SEQUENCE u try for this one.
    U can get all the required information relavant to new froms and programs available by giving /SMB40*, IN FORM NAME and press f4. then u can get all the forms available.

  • To find print program for smartforms.

    pls tell me how to find print programs for smartforms.pls tell me with all steps.clearly.i tried with tanpr table but unable to find

    hi,
    Please take a look at the NACE transaction where all the output conditions will be configured. Drill down into you specific application and you should be able to find the print program as well as the smart form name.
    Steps..
    Use NACE and follow procedure as follows
    1)Choose Application from list(eg PO)
    2)Click OP type
    3)Chose one OP type from Right pane.
    4)Click on processing routines
    and you got it
    regards,
    keerthi

  • 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

  • How do you save your photos in iPhoto and be able to find the photos when you are in different programs. When i try to find them I can only find the iPhotos not the individual photos.

    How do you save your photos in iPhoto and be able to find the photos when you are in different programs. When i try to find them I can only find the iPhotos not the individual photos.

    Use the media browser. In every open/attach window in tithe lower left hand corner under media ==> photos ==> iPhoto
    LN

  • How can we find print program for user defind Tr. Code.

    Hello Friends,
    If I know the user defined Script Name and Corresponding Tr. Code, How can I find Print Program. In TNAPR Table, I am getting SAP Standard forms and corresponding print programs?
    Thanks & Regards
    Sathish Kumar

    Hi Sathish,
    You can use the table TTXFP to get the name of print program by entering the Script name.
    Hope this helps.
    Regards,
    Saurabh

  • I cannot see my Iphone 4 in my device window in the finder anymore.  It use to appear so I could copy the camera pictures off of it and transfer them to other folders.  Does anyone have and idea how to get it back when you plug it in initially.  Thanks

    I cannot see my Iphone 4 in my device window in the finder anymore.  It use to appear so I could copy the camera pictures off of it and transfer them to other folders.  Does anyone have and idea how to get it back when you plug it in initially.  Thanks

    You will want to open iPhoto, go to the iPhoto menu and select Preferences. Under the General tab, next to Connecting camera opens: select iPhoto. Close the preferences and quit iPhoto. Reconnect your iPhone 4. iPhoto should open automatically and offer to import your pictures. Import them and then do what you want with them.
    Best of luck.

  • How find print program and form name from the spool list

    Hi,
          I have a requirement to find print program and form name from the spool list.
    I got the list of programs and forms from TNAPR table, I also want to find out any custom program sending the form directly to the spool.
    Cheers
    Sam

    Hi
    Try TSP01-Suffix2
    Regards
    Raj

  • How to find port number , when there will be different instance number ?

    In case of portal url,
    port number is 50000 for default instance number 00.
    how to find port number , when there will be different instance number , instead of 00?
    Thanks

    Hi
    You can find the port number by your instance number as follows:
    There is a general format for the port number like you have mentioned.
    For 00 instance the port number is 50000.
    The general format for the port number goes like this:
        <b>5<instance_no>00</b>
    If your <b>instance number is 01</b> then the port number would be <b>50100</b>.
    It depends on the installation type which you perform.
    You can also change the instance number during the installation but normally you dont do this.
    If you have many components or units installed on your system you may have more than one instance in that case it may go like this 00, 01, 02....accordingly port number will be 50000, 50100, 50200...resp.
    Hope this solves your doubt.
    If you need some more clarification please lemme know.
    Regards
      Sumit Jain
    **Rewrd with points if useful.

Maybe you are looking for

  • Request.getParameter() not working correctly for Check Boxes!

    Hi, I am writing my own custom form action in cq5.4 and I need to access the fields of my form. I have a checkbox component on my form named 'cbox' and now I want to access it. So this is the code I'm writing in the JSP String name = request.getParam

  • IMac - external DVD drive crashes Aimersoft DVD Ripping program

    I am using Aimersoft DVD ripping software (legal version) to make mp4 files out of DVDs. It works fine on the IMac internal DVD drive. But when I try and use an external DVD drive using FW800/400 conversion cable, Aimersoft program keeps crashing. An

  • New to Cisco Lobby Ambassador

    I want to be able to tie the registering users into the visitor registration section of a segregated guest network. I want to have a link that would appear in the front end after you register a visitor which would direct you to this program which is

  • Oracle secure files

    Does anyone know if there is documentation from Oracle on how to setup the 11g db secure files database and store files per the 11g secure files method in UCM 10gR3. There is documentation for the filestore provider and to get the database storing co

  • Smaller list, contact view, in Lync?

    Browsing contacts has becomed harder after upgrading from Communicator to Lync. Is there a way to view the list more similar to the way it was in Communicator?