AR Correspondence - Linking Form ID to Correspondence type

Hi SAP Gurus,
Can anyone let me know how to link a Form ID to a correpondence type in Accounts Receivable. Is it through report variant?
This is what I have done so far,
Under SPRO>Accounts Receivable and Accounts Payable>Customer Accounts>Line Items>Correspondence>Make and Check Settings for Correspondence
1. Defined three custom correspondence types.
2. Assigned the same program "RFKORD11" for the three correspondence types. However I assigned three different variants for them.
3. Assigned three different custom forms for the same program RFKORD1, with three Form IDs.
The question I have is how to link form IDs to the correspondence types. Is it through report variant? if yes, where do I assign the Form ID in the variant. I tried the program RFKORD11 under SE38; but could not find the field to assign the form ID.
Thank you,
Ram

Hello,
You can find the Customizing path to the correspondence under:           
Financial Accounting -> Financial Accounting Global Settings ->          
Correspondence.                                                                               
The creation of correspondences is controlled via the correspondence     
type. Each correspondence type is assigned a print report as well as     
a variant of this report (caution: correspondence type and variant       
often have the same name but are completely different things). The       
forms are then assigned to the individual print reports. The balance     
confirmation uses no correspondence types.                                                                               
o  Customizing: Assign Programs for Correspondence Types (V_T048B,       
    transaction OB78)                                                                               
In this table, you can assign a print report and the                  
    corresponding variant to each correspondence type. If a               
    correspondence type has been assigned to a company code, this         
    correspondence type has priority.           
    The following correspondence types are delivered in the standard      
    system: SAP01 - SAP18, SAP50 - SAP58, SAP60 and other                 
    country-specific correspondence types such as SAPQ1, SAPJ1 and so     
    on.                                                                               
o  Customizing: Define Form Names for Correspondence Print               
    (V_001F_B)                                                                               
In this table, you can assign a form to each print report. You        
    can make a division per print report ID according to a form ID.       
    The ID form corresponds to the form set specified in the variant.                                                                               
If a form is assigned to a print report for a certain company         
    code, this has priority.                                              
CoCd   Corr.type   Print report  Variant  F-ID    Form                                                                               
SAP06       RFKORD10      SAP06            F140_ACC_STAT_01     
        SAP08       RFKORD10      SAP08            F140_ACC_STAT_01     
        ZABC        RFKORD10      ABC08     AB     Z140_ACC_ABC         
1000   SAP08       ZFKORD10      ZAP08            Z140_ACC_D3                                                                               
Alternatively, you can find out the print report by calling the ABAP 
   debugger. The alternative for finding out the used form is calling   
   the SAPscript debugger. You can activate the SAPscript debugger in   
   transaction SE71 under 'Utilities -> Activate debugger'.             
Standard formats  for RFKORD11 are:
SAP13 Customer statement (single statement)   RFKORD11 F140_CUS_STAT_02 
SAP14 Open item list with pmt advice (single) RFKORD11 F140_CUS_STAT_02 
SAP16 Open item list with pmt advice (assoc.) RFKORD11 F140_CUS_STAT_04
You can select the form on the variant in the option "Form set".
REgards,
REnan

Similar Messages

  • Correspondence Script Form

    Hi All,
    I am facing problem in Correspondence script form. Functional guy gave me one print out of FI correspondence docu and script name but both the form has a differnt layout. I am not able to find the correct form name . I checked all the form assigned to Correspondence in TCode OB96 BUT no one is matching.
    Please suggest me where I can check the form for this.
    Thanks,
    Paras

    Generally the Correspondence Forms for FI are configured in:
    SAP IMG --> Financial A/C'ing --> Financial A/C'ing Global Settings --> Correspondence
    If you have any doubts the best person to answer them would be your FI functional consultant

  • Issue in creating a add link to a document content type on a doc lib name with , / special characters

    hi,
    i am having a  requirement to create/use "add link to a document" content type for a item in the document library.
    so i got  the code from below site :
    http://howtosharepoint.blogspot.in/2010/05/programmatically-add-link-to-document.html
    my issue is, if teh document  library names are single words - like MOM, model, procedures etc this  functionality is working fine and i am able to view the link to a document as an item. 
    but when the doc lib name contains special characters like , or  /  , this link to a  document  content type functionality is NOT working.
    can anyone pls point me whether this is the  actual  issue ? ie, if  the doc lib name contains special chars  like , or /  my
    add link to a document wont work? is there any restrictions/limitations for doc lib names in SharePoint ?
    for eg: my doc lib names are :
    1) Report and analysis, Data
    2) form / template
    3) map/ plot
    help is highly appreciated!

    hi,
     its talking abt the subsite names and  folders and NOT the document librraies.
     is there any link which gives the naming convention / restricted names for  document libs or  splists , from msdn / blogs.technet.
    thnx

  • Problem "Link to a document" content type within document set - Bug?

    Hello,
    I'm having an issue with the "Link to a document" content type in one of my document libraries. The issue is when you create a link to a document inside a document set:
    The result is that the users get redirected to the wrong URL (../docsethomepage.aspx instead of ../docsethomepage.aspx?ID=.......), and instead of seeing the actual document set they started from, with the new link (or any document that is already in the
    document set) the users see a default view of a generic document set - not the one they started from:
    Any suggestions on how to fix this? One library has this faults and one does not. Our SharePoint server is up-to-date.

    Hi,
    I reproduced the issue in different versions of SharePoint, it works in SharePoint Server 2013, and the issue occured to Office 365. I then tried enabling “Launch forms in a dialog”, it worked.
    I will forward the issue to our internal feedback channel. And since the issue occurs to Office 365, please create service request with online engineer for root cause.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Get original URL for Link to a Document content type

    Hello,
    I'm having a SharePoint doc library with ItemAdded event receiver attached to it and "Link to a Document" content type enabled. My general question is:
    How to get URL that the link points to?
    I'll show you how I'm trying to achieve that:
    SPWeb parentWeb = properties.Web;
    if (properties.ListItem.ContentType.Name == LinkContentTypeName)
    object urlFieldValue = properties.AfterProperties["URL"];
    if (urlFieldValue != null && urlFieldValue.ToString() != String.Empty)
    // continue
    But I always get null so I can't even get inside IF statement. I've tried to install ItemAdded event receiver as synchronous, but it didn't make a difference. I'd appreciate any ideas.
    Regards
    Tomasz

    This is not very convenient solution, because ItemUpdated can be executed more than once. However this certainly will work, so I'll accept this as a workaround. Actually I've found another one. I'm parsing link aspx file and I'm getting the URL
    from mso:URL tag:
    <%@ Assembly Name='Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' %><%@ Register TagPrefix='SharePoint' Namespace='Microsoft.SharePoint.WebControls' Assembly='Microsoft.SharePoint' %><%@ Import Namespace='System.IO' %><%@ Import Namespace='Microsoft.SharePoint' %><%@ Import Namespace='Microsoft.SharePoint.Utilities' %><%@ Import Namespace='Microsoft.SharePoint.WebControls' %><html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"><Head> <META Name='progid' Content='SharePoint.Link'><!--[if gte mso 9]><SharePoint:CTFieldRefs runat=server Prefix="mso:" FieldList="FileLeafRef,URL,_x0043_C1,KitId,ItemKey,Suffix_x0020_Code"><xml><mso:CustomDocumentProperties><mso:URL msdt:dt="string">http://serverUrl/sites/arrangement1/Shared Drawings/test, test</mso:URL><mso:ContentType msdt:dt="string">Link to a Document</mso:ContentType><mso:File_x0020_Title msdt:dt="string">Winding A Assembled</mso:File_x0020_Title>
    <mso:Revision_x0020_Number msdt:dt="string">-</mso:Revision_x0020_Number>
    <mso:Page_x0020_Size msdt:dt="string">A2</mso:Page_x0020_Size>
    <mso:ContentTypeId msdt:dt="string">0x01010A0082704B66E8B222478AF2E379D8A2FFB9</mso:ContentTypeId>
    <mso:ItemKey msdt:dt="string">1</mso:ItemKey>
    </mso:CustomDocumentProperties></xml></SharePoint:CTFieldRefs><![endif]--></head><body><form id='Form1' runat='server'><SharePoint:UrlRedirector id='Redirector1' runat='server' /></form></body></html>
    Regards
    Tomasz

  • Linking form and report and passing parameters

    Is it possible to call a link with parameter from form to report? Let's say I have a form based on EMP table and when user clicks on DEPT_ID label I want to pass DEPT_ID as a parameter to a report showing detailed information about this department. All my attempts to do it were unsuccessful.
    I've seen many questions like this in this thread and most answers refer to Portal FAQ document but there is NO information there on linking form forms to reports and passing parameters between them.
    Any help will be greatly appreciated!
    Thanks.
    null

    This can be easily done. First open up two instances of your Portal. In one window, you will need to go into your component you wish to link FROM. In the other window you will need to go into your component you wish to link TO. In the component you wish to link TO there will be a moduleid. Note this somewhere. Then, you will see an area that says: "Call Interface: Show". Click on this. (In the window you are linking to.). In this window, you will see a bunch of stuff. At the bottom you will see a URL call. This is the call you need to use. At the top, it explains each piece of the URL call. Just subsitute YOUR appropriate information into the URL call. In the form you wish to link FROM, you will need to create a button. Just click on the green plus sign at the top of the screen (when in edit mode) and then declare it a button by using the Item Type drop down. Once you create this button, it will appear at the bottom, click on it and you will see an area to insert a Javascript. Click the onClick and insert:
    get_field_name = getField(this.form,'COLUMN_NAME_IN_DATABASE');
    window.open('/pls/cc_prod/DAD_NAME.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=MOD_ID_HERE&p_arg_names=_sessionid&p_arg_values=&p_arg_names=COLUMN_NAME_IN_DATABASE&p_arg values='+GETFIELD_NAME+'&p_arg_names=_COLUMN_NAME_IN_DATABASE_cond&p_arg_values=%3D');
    In the fourth tab, where it says, "....before displaying form" insert the following: (This will tell the form how to handle the getField function.)
    htp.p('<script language="JavaScript1.3">
    < !--
    function getField(form,fieldName)
    var objName = "";
    var tmp = "";
    var dAction = "";
    var sel_idx = 0;
    var cnt = 0;
    var instance = 0;
    var slicedName;
    var fillData = new Array();
    for (var i = 0; i < form.length; i++)
    slicedName = form.elements.name.split(".");
    tmp = slicedName[2];
    instance = parseInt(slicedName[3],10);
    if (!tmp)
    continue;
    objName = tmp;
    if (objName == fieldName)
    return form.elements[i].value;
    //-->
    </script>');
    I hope this helps.
    null

  • Adobe Acrobat X Version 10.1.9 - looking to find out why my form fields, comments, or type that we a

    Adobe Acrobat X Version 10.1.9 - looking to find out why my form fields, comments, or type that we add to our pdf's are not appearing when we send to our clients?

    George, thank you for your help. I actually figured it out!! I need to flatten my documents before I can send them to my clients for signing.
    Take care,

  • Link form fields?

    Wow, maybe I'm just not thinking of the right terminology, but my web search fu has given me nothing. Isn't there a way to link form fields so that text that spills over from one text field will appear in a second, a la linked text frames in InDesign? I can't figure out how to do that.
    Thanks,
    Patrick

    No but you can have expanding/shrinking fields with Adobe Livecycle
    Designer bundled with Acrobat 7, 8 and 9 Pro under Windows ...
    Livecycle is more complex once you dig deeper but it has the
    capabilities for more advanced content ..
    Jon

  • Form with six field types. Firefox sends only the first type. Safari sends all.

    I use Ancestry.com. The 'advanced search' form has six data types - name, location, family member, etc, which are 'and'ed together. Starting about two weeks ago, the search function returned data from only the first data type, that is, if name and location are filled in, only name is returned; if location and family member are filled in, only location is returned. I am using a MacBook Pro running Yosemite. Firefox is version 33. Safari works without a problem but I prefer Firefox.

    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Attach a Smart form to a output type .

    Hi,
    May i know how to attach a smart form to a output type in NACE transaction.
    So that when we take PO printout from me9f it should work fine.
    Is it same as we do for a script or any thing extra need to be done??/
    Regards,
    Neha

    Hi Neha,
    If you want to print a PO with smartform, please maintain it in t-code
    NACE with SAP standard settings.
    1- normal method using the standard PO printing:
    Out type   Print program   Form Routine   Form      Smartform
    NEU        SAPFM06P        ENTRY_NEU      MEDRUCK   Not applicable
    2- for smartforms:
    Out type   Print program   Form Routine   Form     Smartform
    NEU        /BPR3PF/FM06P   ENTRY_NEU      Not      Indicate the
                                               Applic   template to use
    Please find notes which explains on where to find Standard
    Smartforms , assistance and documentation on this issue.
      526824   Smart Forms: Which information sources are available?
      430621   Delivered print programs and form templates
    Best Regards,
    Arminda Jack

  • Planning Forms against second Plan Type (11.1.2)

    Did anybody experience that when creating a planning form against the first plan type that the input is allowed, but when creating the same planning form against another Plan Type the input fields are greyed out and there seems to be no way around this. (Full administrator rights are assigned)
    Any input would be very much appreciated. Thanks!
    Best Regards
    Andre

    Nevermind this request the Source Plan Type must be set accordingly. Don't know how i missed that.
    Best Regards
    Andre

  • Function module to read Mail Form contents with Usage Type SMS

    Hello there,
    I have created a Mail Form with Usage Type as Internet Mail (HTML). I can successfully read the Mail Form by using Function Module CRM_ERMS_MAIL_COMPOSE_NEW. This is working fine to send an email.
    I have created another Mail Form with  Usage Type as SMS. Since the usage type is a plain text, function module CRM_ERMS_MAIL_COMPOSE_NEW does not return the mail form contents. The requirement is to send the SMS with mail form contents. Appreciate if you can suggest a Function module or Class - Method to retrieve Mail form contents when usage type is SMS.
    Thanks,
    Shaun

    Hello there,
    I have created a Mail Form with Usage Type as Internet Mail (HTML). I can successfully read the Mail Form by using Function Module CRM_ERMS_MAIL_COMPOSE_NEW. This is working fine to send an email.
    I have created another Mail Form with  Usage Type as SMS. Since the usage type is a plain text, function module CRM_ERMS_MAIL_COMPOSE_NEW does not return the mail form contents. The requirement is to send the SMS with mail form contents. Appreciate if you can suggest a Function module or Class - Method to retrieve Mail form contents when usage type is SMS.
    Thanks,
    Shaun

  • Print attachments on Outbound correspondence (Smart forms)

    Hi,
    We are working on IS- Insurance product of SAP. We are attaching archived documents to outbound correspondence and they are not printing out. We have checked the Insurance help documentation which states: -
    "You can only assign attachments to documents; you cannot output attachments using the Print Workbench. The system can only provide the identifier (archive ID and document ID) in the Print Workbench"
    Has this situation changed, we need to be able to print attachments that are associated to outbound correspondence.
    Alternatively we would need to print the correspondence and immediately after print the the attachment. While looking for a solution we need help in identifying a way to print archive documents using any function modules  / reports. Any help is much appreciated.
    Please Advise, many thanks
    Irudayaraj Peter
    Edited by: Peter Irudayaraj on Feb 22, 2008 9:28 AM
    Edited by: Peter Irudayaraj on Feb 22, 2008 9:29 AM

    HI Nick,
    Thanks for the quick reply.
    I have about 25 fields which will be distributed between the 12 forms. 
    So i will have to create a smart form which will have the 25 fields and 12 flags as the import parameters .
    I will create 12 pages. 
    Based on the check boxes selected in the selection screen of the driver program  i will activate the corresponding flags for the parameters of the function module.
    As you said      "a condition on each page (PAGE1 when flag1 = 'X', PAGE2 when flag2='X' etc).".  Where and how do we write this condition. Are we supposed to do this in the smart form itself or in the driver program.
    Please help me.
    Thanks in advance

  • Calling a query ( using a Button or Link) form a WAD application in BW3.5

    Hi,
      I have build a web application using charts, graphs( involving BW3.5 QUERIES, views) using WAD3.5.  I however need a Button or a link( probably command URL) in the application screen,  TO CALL a perticular query or view in a separate window. Can anybody suggest how it could be done... I am using the Query Designer and web application designer for 3.5 version.
    Thanks

    This will do what you need
    in your html section of your WAD, add this code and make sure you create a separate template to open when you click this button.
    <FORM>
    <INPUT onclick="window.location.href='http://YOURSERVERINFORMAATION/sap/bw/BEx?sap-language=EN&bsplanguage=EN&CMD=LDOC&TEMPLATE_ID=O2C_KPI_LEAD_TIME_DOC'" type=button value=YOURDEFINTION> </FORM>
    Hope that helps.
    thanks.
    Wond

  • Mail with PO doc and link document iwhile using output type 7 - Urgent

    Hi all,
    I'm facing a problem for my customer.
    I need to send a mail with the PO forms and all link document of each item .
    This mail have to be send to several user maintain with transaction MN05 and user want to change the recipient of the mail in MESSAGE Screen of PO so we try to use output type 7 which allow this modification .
    Unfortunatly, with this output type i can't add by abap code document in the mail .
    Does somebody face the same problem or add a solution to retrieve all recipient define by the user ?
    Best regards.

    Requirement Cancel

Maybe you are looking for

  • My iPod Touch 5th Generation won't sync to my computer

    It'll sync to iTunes but not to my computer (the folder that normally holds all my pictures isn't in the My Computer part). It's never had this problem before. My iTunes also keeps saying "iTunes was not installed properly. If you want to import or b

  • Send Report output as Email attachment (PDF)

    Hi Experts,   i am trying to send the contents of an internal table from my report as email using PDF attachment. I have coded the logic and i get the attachment in the email. When i try to open the attachement, i cannot open it. The message i get is

  • Working with ORDIMAGE - upload image

    I'm working with Oracle interMedia. I use the type ORDIMAGE for saving my pictures in the database. With JDeveloper I've created a form for uploading the pictures. No problem with that. But is it possible to automatically generate a thumbnail version

  • HR Download Time Data - Employee Remuneration Info

    Hi, We are using the program H00RSM_CLASS_TIMEDATA_DOWNLOAD to publish the Idoc HRSM_C01, in order to transfer time data to a external payroll. However, we can see that it contains a segment called E1HRSM_TIM_2010 that is never populated. Do you guys

  • Object locked.  Urgent !!

    If one user is trying to create an InfoArea, and another also tries to create an infoarea with a different name, will creating the info area get locked? I'm facing that problem right now. even though i think i shouldnt, because we are using different