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

Re: RSDRI_INFOPROV_READ with i_currencry_conversion

$
0
0

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


Re: Short Dump and no syntax error

Re: Is SORT in ABAP stable?

$
0
0

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 you've a question like this, why not write a test program to find out?

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

$
0
0

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           = sy-uname

    MESSAGE        = 'test'

  EXCEPTIONS

    user_not_found = 1

    OTHERS         = 2.

 

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

$
0
0

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 ? 

 

 

regards

Fred

Re: METHOD if_flush_transport_mm~start called more than 10 times

$
0
0

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?

Re: pop up with table and top of page display

$
0
0

Hi,

 

     i soved this issue using FM K_KKB_LIST_DISPLAY

 

thanks for ur reply

 

Regards

Karthikeyan K

Re: BDC Issues in MIRO Tcode

$
0
0

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 available to do that .

Suvendu Chakraborty

 


Re: Rows to Column Conversion in ABAP

$
0
0

Hi,

 

Again you are most welcome.

 

Regerds.

 

If you try it please give me a feed back.

 

Thanks.

Smart form not visible on execution of driver program

$
0
0

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.

Re: F4 Help On Field Mtart

$
0
0

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.

 

call function 'F4IF_FIELD_VALUE_REQUEST'

     exporting

          tabname           = 'ZDVIEW'

          fieldname         = 'MTART'

*         SEARCHHELP        = ' '

*         SHLPPARAM         = ' '

         dynpprog          =  sy-repid

         dynpnr            =  sy-dynnr

         dynprofield       = 'S_MTART'

*         STEPL             = 0

         value             = 'S'

*         MULTIPLE_CHOICE   = ' '

*         DISPLAY           = ' '

    tables

         return_tab        = t_return

     exceptions

          field_not_found   = 1

          no_help_for_field = 2

          inconsistent_help = 3

          no_values_found   = 4

          others            = 5.

 

Please help.

 

Thanks,

Venkata

Upload HTML data into internal table

$
0
0

Hi ,

Is there any way to upload the HTML data and place it into internal table .

 

 

Thanks

Kumar Saurabh

Re: Exception:"HTML_CONTROL_ERROR"

Re: Exception:"HTML_CONTROL_ERROR"

$
0
0

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 require a screen, GUI connection, which you do not have when you invoke the Web Service from another system.

convert string to rawstring

$
0
0

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 string to this formati.e. rawstring .got some function modules and classes but for vice versa case.


convert string to rawstring

$
0
0

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 string to this formati.e. rawstring .got some function modules and classes but for vice versa case.

Re: convert string to rawstring

$
0
0

There is a conversion class in SAP

 

In SE24 check CL_BCS_CONVERT for all conversion

 

I hope it helps

 

BR

Print only one copy of Billing Document

$
0
0

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 Sales order, so when printing  from these transactions always print all copies.  So I don´t know how to indicate the printing program that we only one copy (it’s Z).

 

Do you know if there is a way to print only one copy? Using a user-exit? Ideas, please.

 

Thanks in advance for your time.

 

Best regards.

Re: convert string to rawstring

Re: Print only one copy of Billing Document

$
0
0

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

Viewing all 10425 articles
Browse latest View live


Latest Images