Re: How to pass object reference variable as importing parameter in method ?
Yes, but you could just try and check with a small report in some seconds, in fact, we do itall the time, never implemented a badi or use an oo-alv class ? Regards,Raymond
View ArticleRe: How to test FMAVC_EVENT BADI implementation
Dear Ammad, Did u checked whether your implementations is Completely Active.you can check in SE19 with your Enh Imp that in 'Runtime Behavior' , your implementation is Actice checkbox is ticked. if yes...
View ArticleRe: How to test FMAVC_EVENT BADI implementation
Hi manish Thanks for your reply I mark that check as well but still Fail to reach break point in following method IF_EX_FMAVC_EVENT~MODIFY_MAIL_RECIPIENTS
View ArticleRe: How to test FMAVC_EVENT BADI implementation
Hi Ammad, 1. Check in SE18 the standard Enhancement spot and go to Enhancement Implementation Tab to see that your Implementation is displayed there.2. Also, check in Properties of your Enhancement...
View ArticleRe: How to test FMAVC_EVENT BADI implementation
Hi 1. My enhancement implementation is there in se18 is there.2. but switch is empty and disable .. how can i set to ON ?
View ArticleRe: downcasting
Hi Adam, pls. can u check if this coding is correct. CLASS lcl_vehicle DEFINITION.PUBLIC SECTION.METHODS: move,transport_person IMPORTING io_vehicle TYPE REF TO lcl_vehicle.ENDCLASS. CLASS lcl_car...
View ArticleRe: How to test FMAVC_EVENT BADI implementation
Hi , try to edit your implementation and set the switch as on. Also do this is only implementation for this enhancement spot? thanks manish
View ArticleHow are fields KOMK-LAND1 and KOMK-ALAND filled in Vf01
Hi , can any one tell me how KOMK-LAND1 and KOMK-ALAND are getting filled in Vf01 transaction
View ArticleIncreasing FONT SIZE( in Module Pool )
Hi Folks, I Have Created a Module pool screen , It contains Push Button and Radio buttons But i need to Increase the Font Size and width of a push button and also radiobutton..If its Possible Kindly...
View ArticleRe: How to send a mail with XLS attachment using class with subject line > 255.
Hi Bharathi, You can extend the try-catch block for all the method calls i.e. include the method calls within the try-catch block. If you could post the exact run-time error you could get a proper...
View ArticleRe: cl_salv_table --needs editable functionality -SAP please provide this
over 5 years later ...And where are we now? Yes, I would also prefer to have only one ALV model with all kinds of possibilities !? still same situation ?!
View ArticleEmail signature in oops-abap and core abap
Hi experts.. i am sending email to respective user.. that is working fine.. but end user want signature of sender( like sender name and other details...) in body of the mail. how to send mail with...
View ArticleLine graph plotting for sales data SAP ABAP
Hi friends, I have a requirement to plot a line graph for a given set of data. Now i went through some of the demo programs in the transaction GRAL but none confirm to my requirement. I need to plot...
View ArticleExtension at line item for BAPI_CONTRACT_CREATE
Hi, I am passing customer include fields for CI_EKKODB and CI_EKPODB in BAPI_CONTRACT_CREATE as an EXTENSIONIN. Using BAPI_TE_MEOUTHEADER for header and BAPI_TE_MEOUTITEM for item.Issue is my header...
View ArticleRe: cl_salv_table --needs editable functionality -SAP please provide this
I also would like to have an edit functionallity.In my opinion it is extremly strange that SAP didn't made this possible for years. Editing is just a basic functionallity for a lot of ALV applications...
View ArticleRe: Line graph plotting for sales data SAP ABAP
Hello MK, Not sure if the Graph would be able to handle more than 32 points. Alternatively, you can try displaying your data in WebPage exposing via RestFul Webservice integrating open source librarby...
View ArticleRe: Email signature in oops-abap and core abap
You can create HTML body in the email. In the Body add the details using the HTML formatting. Check out Email with Formatting By the way, don't use Text spellings.karthik g wrote: please can any one...
View ArticleRe: How are fields KOMK-LAND1 and KOMK-ALAND filled in Vf01
Obviously, this is not ABAP objects related question. You should move it to ABAP development. KOMK fields are generally fields from the Document header data like VBRK, Ship-to Party data. There is a...
View ArticleHow to create excel header row using I_OI_SPREADSHEET?
Hello SDNers, I am using the interface I_OI_SPREADSHEET to create an excel with multiple worksheets. I'm not able to set a header for the excel file using this interface? I tried the method...
View ArticleRe: Extension at line item for BAPI_CONTRACT_CREATE
Did you enhance the CI_EKKODBX and CI_EKPODBX structures? Did you populate the BAPI_TE_MEOUTITEMX table?If some of your customer fields non-character (e.g. decimal) you might need to implement the BAdI...
View Article