... RETURNING VALUE(r) typing Effect Alongside any other formal parameters, a functional method has precisely one return valuerdeclared using the additionRETURNING. The return value must be passed by value usingVALUEand be fully typed usingtyping. In the typing check,special rulesapply, depending ...
SAP Managed Tags: ABAP Development Hi There, Basiaclly speaking, if you look at the constructor of a class, it generally returns the object of the class. You cannot have a exporting parameters. So exporting is generally used if you need to retun more than one value. In general a metho...
Thank you a lot, I had the same problem and changing the value to 02 in the field MARC-MTVFP, the issue was resolved. Reply Former Member 2010 Feb 26 5:54 AM 1 Kudo 1,171 SAP Managed Tags: ABAP Development Hi all, I'm also getting the same strange output. But after...
The following steps provide an example on how to use the method get_entity_id in your query implementation class. Call the method get_entity_id of the interface IF_RAP_QUERY_REQUEST, which returns the requested CDS entity name. Use the returned value to compare to the custom entity...
This CONVERT_AMOUNT_TO_CURRENCY is returning empty value Former Member 2010 Jan 15 1:06 AM 0 Kudos 748 SAP Managed Tags: ABAP Development CONVERT_AMOUNT_TO_CURRENCY is returning empty value. Do I need to configure something in somewhere? Thanks! Reply All forum topics Previous ...
PUBLIC SECTION. CLASS-METHODS parse importing fdata type string_table returning value(fmeta) type ty_line_tt. ENDCLASS. "cl_rep DEFINITION Got an error as in the subject. Does that mean that the table type MUST be declared in the ABAP dictionary? Regards, MichalReply...
SAP Managed Tags: ABAP Development I have a public static method in my class which returns a variable of type BOOLE_D. Once I save the method parameters, I'm unable to set a default value as that column gets greyed out. Why does this happen? Does it have something to do with retur...
SAP Managed Tags: SAP Gateway, NW ABAP Gateway (OData) Hello, currently I am building an OData service that offers certain functionality only to certain logged in users. Is it possible to somehow manually return the HTTP error code 401 if the user does not match? Using DATA(lv_message)...
Returning a Form as a Table in the Application Program Use By default, at the end of the form processing, SAP Smart Forms sends the form to spool processing. However, you can use the standard parameters to send the form to different output media instead (for...
An error always occurs, however, if the typing of the return value does not match the operand type. BR, Suhas Reply retired_member Product and Topic Expert 2015 Jan 29 7:53 AM 0 Kudos 211 SAP Managed Tags: ABAP Development The answer is that it is a kind of missing funct...