Link copy SapScript with Standard program

hi experts,
I have copied one sapscript form from one standard script and copied print program from standard program....
can u tell me how to link both of them (print program and form)and how to make changes in the form  and program  ?
regards,
rohit
Edited by: Alvaro Tejada Galindo on Feb 15, 2008 3:11 PM

Assigning Form and Driver proram to an Output type is as follows.
1) Go to NACE transaction
2) Select an Applicatin(V1-Sales,V2-Shipping,V3-Billing)
3) Click on Outputtypes Button
4) Comes to Change Mode
5) Click on New Entries button
6) Specify Output type,Form name and Program and Save it.
Check these links
/people/venkata.ramisetti/blog/2006/09/21/configuring-output-types-for-pdf-based-print-forms
NACE is the Tcode used to link the Application type, Output Types and its processing Routines like ( Driver programs and attached Script forms or Smartforms).
You should know the Application of a document first Like:
for PO it is EF, for sales Doc's it is V1, for Delivery docs it is V2, for billing Doc's it is V3 etc.
so first select the Application type (ex: EF) for PO and press OUtput types
then a list will come in that you should know the related output type for PO.
in this case it is NEU,
select that and click on the processing Routines button on the left side
it will display the Medium, Driver Program and the Script form or smartform related to that document..
All nace entries are stored in TNAPR table
1. In simple words, it
is used for printing documents eg. purchase order, sales order etc.
2. eg.
For company1, there is purchase order A,
for company2, there is purchase order B,
for purchasing organisation 3, there is purchase order C.
Now, this type of MAPPING (which is totally dynamic and changeable)
cannot be HARDCODED in the standard sap program.
3. Hence, NACE,
provides this facility to MAP
as per users requirement.
ie. We can determine the OUTPUT using NACE.
Output means for eg. Printing of purchase order
Determine means = dynamically detecting which output (PO eg)
hence, it is also called OUTPUT DETERMINATION using NACE.
Regards.

Similar Messages

  • Runtime Error In copy Of SAP Standard Program

    How do people,
    I have copied a SAP standard program H99CWTR0 because I need to add an extra
    column output in the report. I have made a few chnages regarding the INCLUDES
    When I run the program I am getting the following runtime error:
    " The structure of the COMMON PART "DRIVER_DATA_EXCHANGE"
    in program "%_T01050" is different from the calling program .....
    My question is that it says the error in program "%_T01050"  !!
    But when I enter this in SE38 it says it doesn't exist !
    Any ideas???
    Andy

    Thanks mate for replying.
    I'll have a look at what you suggest
    Andy

  • Do refurbished laptops come with standard programs?

    I purchased a refurbished HP Pavillion laptop, and assumed it would come with the standard programs; Microsoft Office, etc. It seems to only have the demo versions on it. Do I have to purchase the actual program? Or is there somewhere online to get a product key?
    Thanks.

    Findaway wrote:
    The only thing that is STANDARD in programming on any computer is MicroSoft Windows Operating System.
    Everything else is TRIAL or Limited Time, meaning you have to pay for it.
    Mmm not everything. There is usually a a full version of a program such as PowerDVD to view DVDs or Roxio to handle the creation of DVD/CD media..
    Findaway wrote:
    Generally there is MicroSoft OFFICE basic to use on Trial / Demo mode and have to purchase to get a KEY/Serial to Activate it.
    I believe the current version is called Microsoft Office 2010 Starter, which includes an ad-supported version of Word and Excel.
    Findaway wrote:
    When you get a computer you're paying for the Hardware and sometimes the Brand Name. The Operating System such as Window Home Premium in todays PC's is installed because most machines and manufactured with 4GB or more of Memory whch you need 64 bit.  The Old 32 bit (x86) is nearly a past time thought when we used 2GB of memory or less.
     If MicroSoft had there way you'd only be getting the lowly Home Basic version and Win7 Home Premium isn't to far off as the maximum amount of Memory Win7 Home Premium allows is 8GB, Win7 Professional is 16GB and Win7 Ultimate allows over 16GB of memory in your computer.
     PC Manufacturers add in alot of BLOATWARE (trash programs and games) generally Advertisement and get you to buy their stuff.
    I think you're a bit on the side of a conspiracy theorist... Microsoft couldn't care less if they included a 32 or 64-bit version of Windows. They just want their operating system to saturate the marketplace. Most consumer-level programs today don't even utilize half the potential of 64-bit computing or even quad core processing. How many Windows users out there do you think have Windows 7 Professional or Ultimate? Now, how many of them do you think really use the full features that come with those versions? I have Windows 7 Ultimate and I have never changed the language nor utilized the bit encryption. Remember back in the days of Windows XP when everyone and their moms pirated the Pro version? I'm 99% sure they thought it was "better" because it said "Professional." 
    Oh, and those trialware that's included in the computers, those are the companies subsidizing the cost of the computer so it's cheaper. Software companies pay computer manufacturers to include their software in those computers for exposure and in return they pay a fee per unit, which hopefully the manufacturer passes on the savings to the consumers.
    Findaway wrote:
    Any refurbished laptop/desktop should be in same condition (even though been repair) as new ones out of the box, with exception that certain parts are 3rd party and the Chassis / case may have some scratches/ dings.  That is why a Refurbished cost about $20 to $100 less than a brand new one in it's original box.
    Personally, I don't buy Refurbished as I consider them USED.
    Well of course a refurbished computer is used. How else would the manufacturer know that it needed repair if someone didn't use it? In a way, refurbished computers are more reliable than new computers because they have had parts replaced and tested. New computers don't exactly go through a rigorous testing process. They are just mass produced and have a 1-year warranty on them. Third party parts? Well, pretty much most parts are 3rd party in the way that the manufactuerer doesn't make most of the parts. I've never heard of a Sony or HP hard drive before or a Dell or Asus keyboard. Computer manufacturers generally repair/replace their computers with "new or refurbished parts." 
    Refurbished computers are generally less expensive than new ones because by the time a defect has been identified and repaired, the model is out of cycle or the warranty is expired. I find it comical when people relate refurbished as bad. I guess Americans don't like refurbished computers but they are okay with used cars? I will say that the one factor I do consider when buying refurbished stuff is the warranty. Ninety days isn't going to cut it for me. It makes me feel like the seller didn't trust their own repair.
    I DO NOT work for Best Buy. Whatever I post are just educated guesses or common sense.

  • Standard program to print Customer Invoice with G/L lines

    Hello All,
    Requirement is as follows : -
    1) We are trying to print the FI customer invoice through correspondence (Transaction Code F.61)
    Standard driver program RFKORD50 and SAPscript F140_DOCU_EXC_01 are provided for the invoice printing.
    2) Standard driver program currently prints either the customer line items / the vendor line items in the invoice.
    3) Requirement is that we need to print the G/L line items on the form, instead of customer or vendor line item.
    4) Client wants to go ahead with standard program only and is not ready for custom driver program or enhancments in the system.
    5) So is there any standard driver program and script which prints the G/L line items in the customer invoice.
    Thanks in advance.
    Regards,
    Rinkesh Doshi

    Hi,
    I don't know standard script for G/L line items,but your client requirement is not to change the standard one.My suggestion is to create a standard text.By Using subroutine pool ,save  the  line items data(internal table ) into standard text after that include the standard text into your sap script form.
    just go through this <link to blocked site removed by moderator>
    Thanks and regards
    Naresh Bammidi
    Edited by: Thomas Zloch on Dec 15, 2011 9:16 PM

  • How to use copy of standard program for direct input in LSMW

    currently we're using object 0085 Purchase Orders and and method 0001 for standard direct input, which is processed with program RM06EEI0
    now I want to set an additional flag and avoid creating it by means of BUS PurchaseOrder.CreateFromData1 method (coz the structure is quite different and more complex).
    so my question is now how can i assign a copy of the standard program for processing?
    for better understanding I've attached a screenshot of the according screen
    [img]http://img71.imageshack.us/img71/1558/lsmwcr6.jpg[/img]

    ok, solution was to maintain table SXDA1 (SAPDXfer: Data Transfer Objects and Sub-Category).
    modify entries for DXPRG, DXPR1 and LOADPRG with custom program names

  • Strange problem when copying standard program SAPF100 (transaction F.05)

    Hi there ABAP'ers,
    I've got a very strange problem I can't figure out :/
    I'm doing a copy of a standard program - SAPF100, which stands for F.05 transaction.
    I copy it to ZSAPF100 and after launching it, filling a selection-screen with data and F8 I'm receiving a dump
    GETWA_NOT_ASSIGNED
    Field symbol has not yet been assigned.
    The termination occurred in the ABAP program "SAPF100" in "DO_SKC1C".      
    The main program was "ZSAPF100 ".                                                                               
    The termination occurred in line 253 of the source code of the (Include)   
    program "SAPF100_SBEW"                                                    
    of the source code of program "SAPF100_SBEW" (when calling the editor 2530).
    and when debugging the place in Zcode where error occurs - really a fs is not assigned, whilst in standard code is assigned.
    Why such situation appeared? I just copied the standard program and launched a copy :/ How to deal with that problem?
    I will be very very very thankful for a help.
    Regards. P.

    I'm doing the copy:
    Components:
    Source       
    Text elements
    Documentation
    Variants     
    User interface
    Screens      
    INCLUDEs     
    Includes:
    FROM            ->              TO
    <ICON>                         Z<ICON>     
    <LINE>                          Z<LINE>                 
    FIUUMS40                        ZFIUUMS40               
    RKASMAWF                        ZRKASMAWF               
    SAPF100_I1                      ZSAPF100_I1             
    SAPF100_POSTINGS                ZSAPF100_POSTINGS       
    SAPF100_SBEW                    ZSAPF100_SBEW           
    SAPF100_SLDATA                  ZSAPF100_SLDATA         
    SCHEDMAN_EVENTS                 ZSCHEDMAN_EVENTS        
    And still DUMP

  • How to link a custom BADI with standard report.

    Hi All,
    I have a requirement to create a Custom BADI and to link it through the Standard Program. How to do this. As i cannot modify Standard Program.
    I have put some checks in custom BADI, which i want to be done before anyone runs standard program. I have a doubt of how to do this in between (before executing Standard Program) as i cannot use my Custom BADI in Standard Program. Then how to trigger the BADI and where. Is there any way to accomplish the same ?
    Thanks in advance.
    Regards,
    Neha

    Hi Neha,
    I am stuck to the same problem. if you have got the answer please share it.
    Nilesh

  • Liking customize sapscript in standard transaction fbz5.

    hi guys,
                    i have created sapscript with pay,rupees in words and number ,date.
                   now i want to link this sapscript in standard transaction fbz5. how should i link it ? plz guide me.
    thanks in advance.
    for tht standard prog used is  ' SAPMFCHK '

    Hi,
    FBZP is the TCode where u can get the SAPSCRIPT form name, and Driver Program.
    RFFOUS_C...is the Program name , in this in the OUTPUT  CONTROL  give the Form Name in the Alternative check form
    and print.
    But for this u need to copy the Standard Sap Script and need to Modify the Elements in order to print it without any Errors.
    when u run the TCODE..
    SUrya

  • Multiple copies for Payment advice using standard program RFFOAVIS_FPAYM

    Hi Experts,
    I have one requirement, need to print the payment advice form twice (one for account section and other for vedor). According to the existing process it uses standard SAP print program RFFOAVIS_FPAYM OR RFFOUS_C (for cheque payment) to print the output.
    When I tried to print the output by giving number of copies, it prints test pages but not the actual output. The actual payment advice note with proper values getting printed only once. I actually need to print this actual payment advice note twice.
    Do you experts know how to achive this? is there any configuration available to get this requirement? OR how can i do this without chaning Standard SAP program?
    Thanks in advace for your help..
    Regards,
    Prashant

    Hi,
    2 times printing can be done using Sap script.however, it would call for changes to your driver prog...
    in function call CALL FUNCTION 'OPEN_FORM'....u need to add  g_ITCPO-TDCOPIES = '2' and pass g_itcpo to OPTIONS structure of the FM.With this you can ahve 2 copied of ur output. I just test printed it.
    So in your case as yours is a standard program, you could probably create a copy of the Standard program and  add the above logic in your program.
    hope this help
    Cheers,
    Varna

  • ZCopy Of a Standard Program

    Can someone please guide me on taking a Z Copy of the standard Program GP4QLQKH46VZJ3P1A40A23S3HJG220 .When ever I am taking a ZCopy after two steps it displays a screen  "Copy Program GP4QLQKH46VZJ3P1A40A23S3HJG220  to ZC" ,in which there are two columns .
    One is  Include Name Source column and other is Include Name Target  .Values in the Include Name Target  have to filled by us .What names should be given here and will it affect the functioning of the orignal Standard Program.
    ZC is my target Program.
    Please Help urgently.
    Moderator message: standard functionality, please search for available information/documentation before asking, do not use the term "urgently" when posting.
    Edited by: Thomas Zloch on Dec 3, 2010 12:45 PM

    Hi Friend,
    When you copy any standard code it porvides you witha option to copy every compent of it liek include ,Varinat ,documentation all that into your porgram so such way standard porgram which you are copying may have some includes which you can copy it to some z**** and then automatically porgram also replaces the place where original include used with the new inlude name in which u have copied
    So you can give some Z name and copy it i dont think it will spoil the functinality of original unless you do some thing very differnt and also in that case you shoudl have acess key to change original :).
    Regards,
    Poornima

  • Modification of standard programs

    Hi experts,
    i want to modify cursor movment in the transaction COIB. Pls tell me how can i achieve this.   Pls tell me the procedure and process required for this task.
    Thank u.

    hi,
    folow these link for modification of standard programs...
    http://www.sap-img.com/basis/manually-applying-the-oss-note.htm
    http://www.sap-img.com/ab025.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/83/7a18c5de6e11d195460000e82de14a/content.htm
    we can set the cursor position in two way's.
    <b>Static Cursor Position</b>
    To define the cursor position statically, enter the name of the required screen element in the Cursor position screen attribute in the Screen Painter.
    <b>Dynamic Cursor Position</b>
    To set the cursor position dynamically, use the following statement in an ABAP dialog module in the PBO event:
    <b>SET CURSOR FIELD <f> [OFFSET <off>].</b>
    <f> can be a literal or a variable containing the name of a screen element. You can use the OFFSET addition to place the cursor at a particular point within an input/output field.
    regards,
    Ashok reddy

  • UWL - delta linked copy of iView

    Hi Experts,
    We have customized a delta link copy of the standard UWL iView and add this delta link copy to several role (delta linked too). We have NW 2004s (SPS15).
    As I could see in NW 2005 HowTo guide from SAP that UWL personnlized iview should only be copy (and not delta link copy), which problem could occurs due to delta link copy?
    Thanks in advance for your help,
    Regards,
    Oliver

    Hi
    http://help.sap.com/saphelp_nw04/helpdata/EN/f5/eb515d0e6a11d7b84900047582c9f7/content.htm
    https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=77988232
    Regards
    Shridhar Gowda

  • Is it possible to copy a Standard Program along with the enhancements?

    Hi Friends,
    I need to copy the program RMCE0400 (Transaction: MC$K) and modify the selection screen and select queries based on the select options.
    I copied the standard program to a Z Program but the enhancements were not copied automatically.
    So i copied the codes in those enhancements and pasted them in the Z Program.
    But it does not replicate the selection screen as well as the output of the standard program.
    Can you tell me whether there is any other way to incorporate the codes in the enhancements of the standard program to the Z Program?
    Is it possible to copy the enhancements?
    I can use the enhancements to enhance the standard program, but the user wants to create a new T-Code with the copied and modified program.
    So can anyone let me know if there is any way to do so?
    Edited by: Arunkumar Balasubramaniam on Jun 11, 2010 11:42 AM

    Yes per this
    http://download.p4c.philips.com/files/p/ppx2480_eu/ppx2480_eu_dfu_eng.pdf
    The device has
    Video connection .................................Mini-HDMI socket
    Thus you will need an HDMI to min HDMI adopter

  • QM - QC21 change the standard Sapscript with a smartform

    Hi experts !
    I need to customize the standard printprogram linked to QC21 with a smartform instead of the sapscript and specific selections.
    It seems that a lot of people did that but only with a specific sapscript.
    I have made a specific Output types (V/34), a copy of LQCA. And I have defined processing routines.
    My questions are :
    Do I have to create a specific certificate profile as well?
    How does output types works with the transaction QC21 ?
    Is there kind of best practices when changing RQCAAP01 (after copying in a z prog) ?
    Please guide me.
    Benjamin

    > How can I change it in a SAPScript or within a Smartform?
    >
    for smartforms
    in the smartforms transaction
    enter the formname which you want to change , and from menu Goto->Object Directory Entry , now you can edit the package , using the change mode option.
    For script.
    go to Transaction SE03
    Now you can see Object Directory entry option, press the change button.
    (change object Directory entries)
    Enter FORM in the input for object type, it comes in this way, now check the checkbox.
    check  RETR  FORM   <formname>
    press F8,
    Now you will see the option to change the Directory entry in the result screen.

  • How to copy/download  all ABAP programs in a text with a single report  ?

    How to copy/download  all ABAP programs in a text format with a single report/TC  ?
    How to copy/download  ABAP source code with all include programs ?....
    we need to search & copy all include programs everytime....

    Hi,
    check this link
    downloading programs
    Regards

Maybe you are looking for

  • Error updating two reports on same page! Could you have a look please?

    Hey guys! I have the following situation : two updateable reports on one page with IDs 'DATE_REPORT' and 'WORK_REPORT' two pl/sql processes on submit after c.... named 'SUBMIT_DATE' and 'SUBMIT_WORK' two buttons named 'SAVE_DATE' and 'SAVE_WORK' Fina

  • Problem in invoice correction (ZRK) with deleted territories.

    Dear Gurus, When invoice correction is created for invoices with deleted territories the correction(ZRK) should go to the new territory but it doesn't happen in the following case.Some time ago we were closing territories by changing account group fr

  • Help!  my airport says "No Airport card Installed"!!

    My computer has been working fine and now i just turned on and my airport is gone!! it won't let me do anything wireless and when i click on the icon at the top it says "No Airport Card Installed"!! it was working just fine an hour ago!! my computer

  • Basic questation

    HI , I have 2 basic questation about adobe premiere element 7 . Can I intergarte 2 clips to one clips ? And can I cahnge speed of the clip with the keyframe ? I wan in the begin clip slow and accelerate ..... thanx

  • 6D flash sync problem; flash not reporting to body? Firmware glitch? User error?

    I was shooting my 6D today at the aviary. I believe I was in TV mode. Had my Canon 320EX speedlite on. I had been shooting with the flash off but turned it on. The shutter was set at 1/400th. The ISO was, I know, still set from the last room I was in