Re: Clear List after display using REUSE_ALV_GRID_DISPLAY
Looking at your code snippet, I am assuming that you are using fullscreen mode.One way of solving it would be to store user command in global variable and firing next ALV in START-OF-SELECTION block,...
View ArticleRe: About printing: WRITE causes a line feed. How to prevent this ?
hello, At this point from what you mentioned I can think of one solution as follows - For the part of bitmp image make the page orientation as landscape. This way your write won't truncate the...
View ArticleRe: how to gray out 2 fields in a screen ?
just put the enhancement BEFORE the endmodule. Reagards Clemens
View ArticleBDC via web service
I have created a SAP RFC function module that contains a BDC that is used to update an order using VA02. When running the RFC within SAP everything is working fine, but once I tried to make the...
View ArticleRe: IDoc for stock transfer
Thanks Mohammed. Will explore and revert back. Meanwhile, I have seen posts on similar issues suggesting activating change pointer for INVCON02 idoc type. Would this work?ThanksSrinivas
View ArticleNot able to attach PDF/JPG/XLS file content coming from ADOBE Flex into SAP...
Hello Everyone, I have a requirement to attach receipt to TRIP in service object coming from ADOBE Flex front end. Receipt can be in PDF/XLS/JPEG format. I am able to attach TXT content successfully by...
View ArticleHelp For Module pool application for ALV
Hi AllI have a requirement of displaying an ALV grid on a module pool screen. The selection for the data is based on period (e.g. Jan-2013 to June-2013, etc), material number, plant and customer...
View ArticleRe: BDC via web service
Hi, I think a better way might be to Use a BAPI inside your RFC FM instead of the BDC. BAPI has a better design for the message passing and handling of such situation when the process stops due to...
View ArticleRe: Module pools with DSKOP Data
Hi, Its and exception raised by an erroneous SQL in your code. Please give details of the SQL that causes the issue. Cheers,Arindam
View ArticleRe: empty value in export and import value in object oriented
use sap memory instead of abap memory.
View ArticleRe: BDC via web service
Hi Curtis, There is already a BAPI (RFC) is available to make changes in the Sales Order. (VA02). BAPI_SALESORDER_CHANGE Instead of encapsulating a BDC in your own RFC function, call the BAPI...
View ArticleRe: Help in displaying table in smartforms
Hi Jeff, In you smartforms the wg_makt-matnr is displaying as below in gray color or not if it is not in gray colorclick edit button like thistype it like this
View ArticleRe: About printing: WRITE causes a line feed. How to prevent this ?
Hi, In the report, at the beginning add REPORT report_name LINE-SIZE xyz. Regards,Shruti
View ArticleRe: Raise an event when a non-enhanceable standard FM is called
Hello Luis, I didn't find any solution for this problem, sorry.
View ArticleRe: report on exporting to excel sheet in desktop truncating data
Hi!Please recheck the internal table or work area declarations for the PO field. Regards,Shruti
View ArticleRe: total mismatch after inserting a new field into a contribution fico...
hi, does that new field need to be included in the TOTAL calculation ? or just insert the field in the report and the TOTAL should work as it is without being affected by the new insertion ?
View ArticleRe: Issue with set parameter ID
Hi Sai Krishna, Have you checked the values in debugging?
View ArticleRe: Documents, blogs, discussions - copying other people's work.
I really appreciate this job Matthew, I have stop using SDN some years ago because of this kind of people. This is a professional forum, this is the forum of SAP, it's the best place to get...
View ArticleRe: Help in displaying table in smartforms
Hi Jeff.To display internal table values, you have to drag from Global data and drop it. Regards.
View ArticleRe: How to Add custom fields in MB21 transaction
Hai Sunil , Please find the below BADI : MB_MIGO_BADI - BAdI in MIGO for External Detail Subscreens. For ur reference pls find the following link. http://scn.sap.com/thread/479483...
View Article