Smartform System Error for VF03 output type

Hi Friends,
Error encountered in Smartform:
Message no. SSFCOMPOSER181
Diagnosis
You tried to switch to the next table column, but no other column exists. The current column is 10. The line type %LTYPE1 contains only 10 columns.
System Response
The system issues an error message.
Procedure
Check whether the current line type is the desired line type and whether you defined a switch to a new table line.
%LTYPE1  contains only one cell consisting Material Description & Code .Apart from that nothin is there in line.
Please help.
Regards,
Abhishek.

Hi,
check what is going else for JEX billingtype documents.
if that does not work out you can try to locate where it is going wrong.
how you do that: Disable a part of your form with conditions.
then if you have done it so far you didn't get that error meesage. Then shrink the part you have disabled until it goed worng again. Then it is going wrong in the last part you have enabled. It is a lot of work but debugging in smartform is not as easy as in sapscript.
success., Gr., Frank

Similar Messages

  • How to extract error message for each output type.

    Hi All,
    Need your advice on the problem that I have.
    Expected Solution:
    1. Create an extra column for displaying header output error message from VF02 into a report program.
    Steps that i have did:
    1. Go to transaction VF02.
    2. Enter a billing document number.
    3. Hit enter. Click "Goto" > Header> Output
    4. Click on the status that is red colour. Click on "processing log".
    5. Press "F1" on the red colour message type. (Found out that it is a structure).
    Need your advice on the question that I have:
    1) How do we know that which "not successfully" process output type belong to which error message class?

    Hi Brad Bohn,
    Thanks for your advice. I am so sorry about that. Thanks so much for your advice. And i have follow your advices and steps given by you. Appreciate it very much.
    But for this issue about how to extract message for each output type. I have follow your steps by using SE30 to trace VF03 and I managed to found out that they are using this function module "WFMC_PROTOCOL_SHOW". Need your advice on this, how do we know each different output type with different error message is pulled from?
    From my further research and in depth debugging into this function module, i  manage to find this global internal table "PROTO_TAB" which stores all the text messages for each output.  How does this internal table is populated?
    Thanks in advance.
    Regards
    Shawn

  • RFC system error for destination GTADIR_SERVER

    I just installed trial version 7.0 ABAP SP12. I started the learning path displayed in SE80, create a table and some class for working with it.
    When trying to create a data-element I get the error "RFC system error for destination GTADIR_SERVER". Any hints about what this server is and how to set it up?

    This message is not supposed to appear for customers, but it doesn't cause any harm either.  You can click through and ignore it. 
    The message is removed for customers in SP13.  Check OSS Note 1063482.

  • "RFC system error for destination GTADIR_SERVER",why?

    RFC system error for destination GTADIR_SERVER
    Hi AlL,
    We are working in CRM 6.0.
    While creating the Components and Views,i am encounter this Error.
    <<
    "RFC system error for destination GTADIR_SERVER"
    Message no. SGSUB104
    Diagnosis
    Access to destination GTADIR_SERVER is currently not possible.
    System Response
    There was a problem with the execution of the function through a Remote Function Call (error in commmunication or communication setup).
    The entered destination was GTADIR_SERVER.
    The RFC error message reads:
    RFC destination GTADIR_SERVER does not exist.
    Die Aktion wurde deshalb abgebrochen.
    Procedure
    Wiederholen Sie die Aktion sp鋞er.
    Wenn die Destination GTADIR_SERVER 黚er einen l鋘geren Zeitraum hinweg nicht erreichbar ist, dann verst鋘digen Sie die Systemadministration f黵 GTADIR_SERVER.
    Procedure for System Administration
    Weitere Informationen - siehe Systemprotokoll in Destination GTADIR_SERVER.
    >>
    Any ideas?
    Thanks & Regards
    Edited by: Autumn of Desert on Oct 12, 2009 8:33 AM

    Cancelled

  • Return The remote server returned an error: (403) Forbidden error for some file types

    hi
    am using below code to get the byte array 
    byte[] myDataBuffer = client.DownloadData((new Uri(sourceUrl)));
    for source of type .txt/.jpg no problem with accessing.but the file type with .master/.wsp/.cs
    it is returning "The remote server returned an error: (403) Forbidden error for some file types" Error.how can i get rid of this.please help me
    Thanks in Advance

    Hi,
    It seems there is something wrong with your code, from your code the account and key are the same, because their appsetting name are the same.
    string account = ConfigurationManager.AppSettings["StorageAccountName"];
    //string account = CloudConfigurationManager.GetSetting("StorageAccountName");
    //string key = CloudConfigurationManager.GetSetting("StorageAccountAccessKey");
    string key = ConfigurationManager.AppSettings["StorageAccountName"];
    string connectionString = String.Format("DefaultEndpointsProtocol=https;AccountName={0};AccountKey={1}", account, key);
    return CloudStorageAccount.Parse(connectionString);
    If you use CloudConfigurationManager.GetSetting, please consider set azure project as the startup project, if not, this value will be null, this resulted in solution being started as a web project that didn't run inside the Azure emulator. Since CloudConfigurationManager.GetSetting
    tries to get setting by contacting Azure (or Azure emulator in this case), and it is not running, it returns null.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Find the SAP Script name for the Output type RD00 and Appli V3

    Hi Gurus,
    My requirement was to copy the Std SAP Script for the output type RD00 and application name V3 and to do some modification.
    Please any one suggest me how to find the Std SAP script based on the above Output type and Appl ?
    Regards
    paul

    Hi,
    The script Name is LB_BIL_INVOICE
    You can find byNACE>V3>Output Types>RD00-->Processing Routines
    In thje output type Press Change button and select New entries.
    Regards
    Sandipan
    Edited by: Sandipan Ghosh on Mar 31, 2008 12:06 PM

  • Custom E-mail instead of Standard e-mail for PO Output type standard config

    The requirement goes something like this..
    "We need to create a custom table and based on the values maintained in this custom table the email addresses would be displayed when the user saves a PO. The user would select a email address from the list of email address that is shown on the screen. User would get a message confirming the email address that has been selected.
    Output type would be configured to use the standard email program to send out mails. We need to ensure that the email address which would usually be the vendor's mail address is replaced with this new email address selected by the user. This functionality should work for ME9F as well."
    My questions -
    1) Which medium to be chosen in O/P type configuration for sending out standard e-mail. Is the PO Details send out via attachment or in the body of the mail? How would that be configured?
    2) Output type would be configured to use the standard email program to send out mails. - If this is done, is there any exit where i can handle the change of e-mail address?
    3) In case, i attach a Z-program for that output type, how it can be handled.

    Hi abhisek,
    You try for Implicit enhancement where you call screen as popup. Design POPUP screen as per requirement which will fetch details from your Custom table. Find the internal table which contains the standard email ids maintained through the ran transaction and  update the existing EMAIL ID in that statndard internal table.
    Hope this will guide you to proceed.
    Thanks
    Sumesh

  • Files generated by Web Service Proxy give errors for complex input types

    Hi ,
    I generated a Java Web Service Proxy using a WSDL file.
    The input params are of this fashion -
    1) Object 1 have 3 attributes
    2) Object 2 having nested Object 2 (yes , again) which has a nested attribute which needs to be passed say Param 1.
    When I generate the proxy classes ... Param 1 is referred to as private Object2.Object2 param1 which gives error for the data types.
    How can we resolve this .. what should be the correct data type representation for param 1 ?
    Thanks

    Issue was resolved . Details here - 11g PS2 - WebServiceProxy Class give errors for complex input types

  • How to maintain a condition record for a output type ?

    Hi All
    How to maintain a condition record for a output type ?

    Hi,
    Goto NACE and there is a button for maintiaining the Condition Reocrds.

  • CFCHART only works for pie, invalid attribute: autoAdjust Error for all other types

    CFCHART only works for pie, invalid attribute: autoAdjust
    Error for all other types.
    Im just trying to render a simple bar chart, and it works on
    the developer server, but not in production.
    Any tips?
    Dave

    It's 7.0.2
    But I have not tried this yet...
    ColdFusion MX 7.0.2 Cumulative Hot Fix 2
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=kb400996
    I'm worried that If I apply that hotfix, something else will
    break :(
    ANd I wont be able to un=do it, and I'm not able to
    re-install CF if it all goes tits up.

  • New Requirement for my Output type?

    Hi.
    I want to create a new requirement for my output type.
    Please guide me how shall I do it?
    thanks

    You can trigger the output type by creating a condition record.
    Go to transaction VV21, enter the output type, click on Key combination, if ther's a radiobutto for shipping point only, select it and create a condition.
    If ther's no radio button for shipping point, add table 024 to the access sequence assigned to the output type in NACE.
    After modifying the access seq. go back to VV21 and create a condition.
    You can create condition records in NACE also.
    Regards
    Sridhar

  • 'Send Aplication with Own transaction ' for triggering Output Type

    Hi All,
    Can anyone let me  know how the option 'Send Applicaion with own transaction'  for triggering output type works?
    Thanks in Advance,
    Savitha

    just F1 on the Dropdown list box, you get some help from there.

  • Invoice printout is coming blank through VF02 for New Output Type

    Hi ,
    I have copied a existing output type and create a new one and also copied a smartforms attached to the existing output type and created a new one. Because we want to create a new Invoice with different Layout so we have done this excercise. Now we have done all the required changes and create a new invoice with a new output type with the new layout. I can see the print perview properly, but when i take a print a blank paper comes out and printer goes in idle position and the printer spool also shows the status printing it does not gets complete while the LPDA show printing finished . What would be the reason. How can we resolve this problem. Has anybody gone through such situation?
    Regards
    Edited by: nau on Apr 16, 2010 2:19 PM

    Hi Hari,
    I have mantain VV32, but still the printout is coming blank and also the spool is showing blank doc. While in the Print Preview it is coming Proper. 
    Regards
    Edited by: nau on Mar 24, 2011 9:45 AM

  • Invoice Split for same customer but for different output types

    Hi Gurus,
    I have a requirement from the customers. A new output type has to be created with reference to the old type and for this output type a new driver program and SAP script was created with reference to the old one.They wants  invoice split to be happened based on item level PO number. That was done successfully.
    This invoice split logic  was written in the billing routine  RV60C901(Customized).
    But now they came back with a issue that the invoice split  should be done  only if they use the new output  type but not for the old one. That means for the same customer for one output type invoice split should be done based on item level po number and for one output type it should not. How can this be controlled for a particular
    output type?
    This output types will not be used in the billing routine as the split happens at the sales order level. Is there any configuration that allows split for a particular output type.
    Please suggest me how to proceed???

    Hi,
    In the invoice split routine check if it is possible to find the output type making use of field symbols.
    Just check in debug if the variable for output type is available as follows:-
    (Program Name)variable name.
    Regads,
    Ankur Parab

  • Help required: Two smartforms for same output type?

    Dear All,
    I have a requirement to display bill of lading for a shipment.
    The shipment usually contains two kinds of materials.
    The data to be displayed for the first set of materials data is different from what is
    displayed for the second set/kind of materials. The layout(columns and structure) is entirely
    different. But the user wants to see the two sets of data in two pages, (for the same output type).
    But, from what I know, we can only associate one smartform to an output type.
    Any inputs.
    Thanks.

    Hi
    V/30, just check your output type, if you click on form and routines there is option assigning multiple programs and forms (i,e, Upto 5).
    Have not tried it , you can try and let us know your feedback
    Regards
    Jitesh

Maybe you are looking for

  • FLV movie not playing in webpage

    Hi, I need help here as I'm completely baffled. I have created a. FLV movie which is placed in a webpage created in Dreamweaver 8. I created the FLV in Flash 8 by importing the Video and creating the Controls etc and placing all the files in the same

  • Oracle 10.2.0.4 cannot find sdo_georaster

    Hello, I got a machine (installed by others), when I tried to create sdo_georaster object: SQL> create table t1(id number, img mdsys.sdo_georaster); create table t1(id number, img mdsys.sdo_georaster) ERROR at line 1: ORA-00902: invalid datatype 1. S

  • HT1589 what's the best way to move content to a new library I created ie a holiday music only library?

    what's the best way to move content to a new library I created ie a holiday music only library?

  • How to Connect JDataStore database

    Hi I want to use JDataStore with Application how and where can i get it driver and how to use. Thanks for the help.

  • SLD - Register TREX

    Hello, I want to register our TREX-System in SLD of Solution Manager. I've read, that it is not necessary to do it manually, as there should be a kind of data supplier for this. But can I find this? We are using TREX on Windows. Thank you