Quantcast
Channel: SCN: Message List - ABAP Development
Browsing all 10425 articles
Browse latest View live

Re: RSDRI_INFOPROV_READ with i_currencry_conversion

Hi Volker, found a note that seems exactly your problem: 1605480. Regards, W

View Article


Re: Short Dump and no syntax error

Thanks Venkat. Amine

View Article


Re: Is SORT in ABAP stable?

Please read the F1 help for ABAP keyword SORT. If you are on recent versions of SAP, you will find the answer there. If you are on an older version, the answer is: no - it is NOT stable. Further, if...

View Article

Re: How can I popup a window by using cl_gui_dialogbox_container above all...

You could try using function module TH_POPUP. The alert shows above all applications.Here is a snippet.WAIT UP TO 10 SECONDS.CALL FUNCTION 'TH_POPUP'  EXPORTING    client         = sy-mandt    user...

View Article

Re: Archiving Smartform on Archivelink with Output Set as PDF in NACE.

Hi Pawan I didn't understand what you tried to do ... if you use NACE transaction, the Archiving is automatic without any actions from your side.Do you have configure the OAM1 trans ?    regardsFred

View Article


Re: METHOD if_flush_transport_mm~start called more than 10 times

Hi Raymond, Do you mean by SET_DATA method of class CL_PO_ITEM_HANDLE_MM? how can i restrict the usage of this method call?

View Article

Re: pop up with table and top of page display

Hi,      i soved this issue using FM K_KKB_LIST_DISPLAY thanks for ur reply RegardsKarthikeyan K

View Article

Re: BDC Issues in MIRO Tcode

Hi ,For enjoy SAP Transaction BDC is not preferred , BDC will not be processed in the Backgrount . Try to find any alternative for  that . Check if another transaction is available or any BAPI is...

View Article


Re: Rows to Column Conversion in ABAP

Hi, Again you are most welcome. Regerds. If you try it please give me a feed back. Thanks.

View Article


Smart form not visible on execution of driver program

HI,On exection of driver program, print preview is not appearing.All thta appears is selection screen.I will be thankful for kind guidance. Thanks.

View Article

Re: F4 Help On Field Mtart

Hi Venkateswaran, I have created a view ZDVIEW with my select query. But when I press F4 I am not getting the popup window. below is my code. data : t_return like table of ddshretval with header line....

View Article

Upload HTML data into internal table

Hi , Is there any way to upload the HTML data and place it into internal table .  Thanks Kumar Saurabh

View Article

Re: Exception:"HTML_CONTROL_ERROR"

Duplicate with http://scn.sap.com/thread/3370000

View Article


Re: Exception:"HTML_CONTROL_ERROR"

Surely sounds like a kludgy implementation. Can you share details on what you try to achieve? Web Services should not be used to implement graphical UIs. Whatever you are doing, something seems to...

View Article

convert string to rawstring

hi i am working on a rfc and here i have to convert the concatenated string to rawstring type.i.e. my internal table has got only one field and data type of that is RAWSTRING.need inputs on converting...

View Article


convert string to rawstring

hi i am working on a rfc and here i have to convert the concatenated string to rawstring type.i.e. my internal table has got only one field and data type of that is RAWSTRING.need inputs on converting...

View Article

Re: convert string to rawstring

There is a conversion class in SAP In SE24 check CL_BCS_CONVERT for all conversion I hope it helps BR

View Article


Print only one copy of Billing Document

Hi: I have a problem printing bills documents.  We need sometimes to print only one copy of the bill instead of all copies, using Tx. VF31 or VF03. We have set up the number of copies of the billing in...

View Article

Re: convert string to rawstring

You can use STRING_TO_XSTRING method to achieve the same XSTRING and RAWSTRING are the same.. for reference please check...

View Article

Re: Print only one copy of Billing Document

No of copies to be print are dependent on NAST-ANZAL. When printing from VF31 or VF03, set NAST-ANZAL to be 1 in your print program. Hope this helps. Cheers!Abhinab

View Article
Browsing all 10425 articles
Browse latest View live