T. CodeF.13

Dear Friends,
While executing T.Code  F.13 Automatic clearing A/C in the documents reference key is not displaying? In few documents reference key is displaying.
Suppose we need display coloums like 1. Document number,2.Item,3.Currency,4. Amount, 5.Reference key, 6.Purchasing document number, 7. item . So these fields suppose to display.
My problem is in few documents i am n't able to see Reference key coloum. For this need any customizing?
Pls guide me friends?
Warm Regards,
Hari.

Hi,
To see reference field you can change the layout  in FBL3n for example.
If your cleared documents did not have reference before clearing they will not have it after clearing as well.
F.13 is a automatic clearing transaction used for GL, vendor and clients account. Clearing is made for example in case of GR/ IR account taking into account as matching criteriium Purchasing document.
Assign points if useful,
Miroslav

Similar Messages

  • Replacing customer statement form (T CodeF.27)SAP script with Smartform.

    I have a requirement to automate sending customer statement form which is triggered through T-code: F.27. For this we are trying to replace the SAP script which is triggered from program RFKORD11 with Smartform. We have tried copy the program RFKORD11 to a custom one which assigned to the correspondance type in t-code OB78 and do the modifications, but we could not do so as we are not authorized to copy the program. Can anyone help us in acheiving this functionality. BR, Karthik G.

    Re your question A:
    F140_CUS_STAT_01 and F140_CUS_STAT_02 are SAP standard forms for customer statement.  You can use either one but usually you will create your own (by copying) to add company logo and name, etc.
    If you use program RFKORD11 for customer statement, you specify the form to be used in the "Correspondence" field.

  • Accelerator Key

    I would like to create a shortcut key, such as Ctrl+space or Ctrl+z, that users can press when they get to a field which has a drop down list to display the list without having to use their mouse and click on the down arrow. The lists are either displayed from a Choice List or run a sql query to a database.
    I looked at using an Accelerator key but cannot get that to work.
    Is what I want to do possible? Any ideas on how I can accomplish it?
    Thanks in advance.
    Mary

    Yes we are using Form Designer 5.0. The objects I'm using are Drop Down List Boxes.
    I didn't know about the DropOnEnter=True property (I'm kind of new at this) but that works well if I have a Choice List typed under List in the properties of the object, but if I run a query in code it doesn't work. If, in the properties, I change the DropOnEnter=True I need to also change the DropDownStyle to DropDownList (according to something I read). If I do that, it works perfect when I have a choice list but the drop down list won't even display with a mouse click for the db query. If I have the DropDownStyle set to DropDown Combo, the list will display from the query when I enter the field, but when I leave the field after pressing Enter to select one item, the data disappears.
    I have tried playing with different settings under Properties as well as looking at the code under the onExit and DropDownClick events for the object but am not sure.
    Here is the code under the two events which might give you some insight. I tried playing with the defaultselection and currentselection but as of yet haven't gotten it to work.
    It would be great if it worked just like it does with the Choice List.
    OnDropDownClick
    Dim oRS
    Dim strList
    Dim szSQL
    psrelcode.Clear()
    If (psrelcode.ListCount = 0) then
    if rbbus.Value = rbbus.OnValue then
    szSQL = "Select reldesc,relcode from relate where relcode = 'ADV' OR relcode = 'AKA' OR relcode = 'SUB' OR relcode = 'PAR' OR relcode = 'FKA' order by reldesc"
    Set oRS = WFDataClient.ConvertToRecordset(WFDataClient.ExecuteReturnDataSetWithConnName(szSQL,"conn _son2"))
    else
    rbindiv.Value = rbindiv.OnValue
    szSQL = "Select reldesc,relcode from relate where relcode = 'ADV' OR relcode = 'OC' OR relcode = 'PTR' OR relcode = 'PADV' OR "_
    & "relcode = 'SP' OR relcode = 'EXPW' OR relcode = 'FKA' OR relcode = 'HEIR' OR relcode = 'TRUST' OR relcode = 'COOWN' OR "_
    & "relcode = 'DIR' OR relcode = 'PRINC' OR relcode = 'CODEF' OR relcode = 'COCSL' order by reldesc"
    Set oRS = WFDataClient.ConvertToRecordset(WFDataClient.ExecuteReturnDataSetWithConnName(szSQL,"conn _son2"))
    End if
    Do Until oRS.EOF
    strList = strList & Trim(oRS(0)) & ";" & Trim(oRS(1)) & vbNewline
    oRS.MoveNext
    Loop
    psrelcode.ChoiceList = strList
    psrelcode.DefaultSelection = 0
    End if
    OnExit
    Dim oRS
    Dim strList
    Dim szSQL
    psrelcode.Clear()
    form.BusyCursor = True
    If (psrelcode.Text <> "") Then
    szSQL = "Select reldesc,relcode from relate where reldesc = '" & psrelcode.Text & "'"
    Set oRS = WFDataClient.ConvertToRecordset(WFDataClient.ExecuteReturnDataSetWithConnName(szSQL,"conn _son2"))
    If (oRS.recordCount > 0) then
    if (oRS.RecordCount = 1) then
    psrelcode.Text = Trim(oRS(0) & "")
    ReCode.Text = Trim(oRS(1) & "")
    psrelcode.DropDownStyle=1
    else
    psrelcode.Text=""
    ReCode.Text = ""
    end if
    Else
    psrelcode.Text = ""
    ReCode.Text = ""
    form.BusyCursor = False
    msgbox "No records found matching your criteria. Please try again.",vbinformation,"Relationship Lookup"
    form.GoToField(psrelcode)
    End if
    Else
    psrelcode.Text=""
    ReCode.Text = ""
    End if
    psrelcode.CurrentSelection = 0
    form.BusyCursor = False
    Thank you in advance.
    Mary

Maybe you are looking for

  • Java Stack in BI 7.0.

    Hi, Friends Please help me in the foliwng situation.. We are using BI 7.0 and which is not having Java Stack. Please clarify me.. 1. Is it Mandatory to Install Java Stack in SAP BI. 2. When we need Java Stack in BI server. 3. We have Portal also, and

  • Can't install drivers from HP for laserjet 1022 printer on my new computer with Windows 7.

    I have a laserjet 1022.  I can't install the HP drivers provided on the HP website onto my new computer.  When it asks me to connect the printer, the printer is recognized, however the message continues to say waiting for the connection.  I have trie

  • CD/DVD drive issues

    I was not sure where to post this, but trial and error is suggesting that this is an iTunes (possibly Mountain Lion) issue rather than a fault with my external Super Drive. I am using the current iMac (the one with no internal Superdrive) and an exte

  • A bug in message pattern?

    We used a wrong cache factory class and seems to encounter a message pattern bug accidently... Here is the exception we got. java.util.MissingFormatArgumentException: Format specifier 's' at java.util.Formatter.format(Formatter.java:2431) at java.uti

  • Recommend a Free Mail Server (Windows)

    Hi, Can somebody recommend a free mail server that I can use when running demo's / POC's / Training etc from my local machine for use with Delivers. There seems to be a few out there - I'd be interested if anybody can advise there experience with any