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

Re: Not able to Translate Text Element

$
0
0

Hi Venu,

 

do you require SE63 for the translation, or is it sufficient to do it manually? If so: just log on in English, go to the text-element, mark it and use menu goto/translation. Then you can choose the language to translate into and go for it.

 

For SE63 you usually need to set up the environmental data and generate the worklists.

 

Hope that helps,

best regards,

Thorsten


Re: Can't display 10 subtotals in ALV

$
0
0

Maybe you should try an ALV Tree instead.

 

Guilherme Frisoni

SAP self-study material : Introduction to ABAP and SAP FI

$
0
0

Hello,

 

I would really appreciate if someone can send me some education material (PDF files) for self-study

(in English or Dutch)  about

 

- introduction to ABAP

 

- introduction to SAP FI en SAP CO

 

 

Please send them to herman@skynet.be

 

Thank you very much !

Re: Not able to Translate Text Element

$
0
0

Hi Venu,

 

Easier than that, you just need to go to Goto->Text Elements->Text Symbols then pick desired text and go to Goto->Translation. Choose language and fill translation.

 

Regards,

Edgar

Re: Email handling with SOST

$
0
0

Hi Athreya,

 

Well there are some heaps of custom transactions we use to send emails for many diff reasons.And also the background job on RSCONN01 is the actual program which sends email, so i am looking for adding custom code on this report rather changing each and every program.

 

Hi Amarender

 

I can do implicit enhancement but i m not finding the receivers email addres in the SX_OBJECTS_SEND FM, it hold the address type but not the email address.

Re: Email handling with SOST

$
0
0

Howdy,

 

You can talk to your basis folks about putting a filter in SCOT so that the emails generated in SOST don't go out.

 

If you go to SCOT and click on the SMTP node you'll see an Internet checkbox with a SET button.

In the address area you can add a whitelist of email addresses that can receive the emails, and you can use wildcards as well, eg testuser@your-company.com or *your-company.com.

 

That way the emails will still be generated and you can view them through SOST, but they will red-light and won't be delivered.

 

Cheers

Alex

Chinese character not appearing while PDF download

$
0
0

Hi All,

 

we can print the chinese character using smartform but while downloading the PDF, chinese character is not comming.

can anybody advise what's the issue?

 

Thanks

pabi

Re: VFBS: Screen control - Is there SAP documentation available and where?

$
0
0

Hi BGaurav,

 

The entries in the T185* tables are cross-client and in the vast majority of these are SAP delivered entries. Customer entries are permitted, but only in the defined customer range of Z8* and Z9*. See report RDDKOR54 with the view V_185F.

 

You are reminded that you can transport the contents of tables between systems - so you don't have to manually create entries in these tables in every system. 

 

Andrew


Re: F4 For text i/o field not working

$
0
0

Dear All,

I forgot to mention this is ECC6 so matchcode option is not there, correct me if I am wrong.

I activated and did all what you guys are suggesting me .

 

Need help to go ahead.

 

Pratheek K V  - I have activated many times it does not work

 

Thanks all for reply, i will keep on looking

Catalog extract

$
0
0

Hi All,

 

Whats the right table for Catalog extract ? Is it MARA and MATNR as a product number in Catalog  ?

 

Thanks!

Reading Field Symbol that is an internal table

$
0
0

Hello fellow ABAPers,

     Here is my current source code abbreviated..

 

data: ausp_itab(50) value '(SAPLCLFM)ALLAUSP[]

 

field-symbols: <fs_ausp>  type any,

                    <wa_ausp> type any.

 

assign (ausp_itab) to <fs_ausp>.

 

 

After this I cannot syntactically get a READ or a LOOP to work to extract this data in the field symbol.

 

The system thinks the <fs_ausp> is a DB table and gives the error on the read statement, when you try the LOOP the system says that it isn't an internal table. 

Not quiet sure what to do here!  Any help would be appreciated, thanks.


Reading Field Symbol that is an internal table

$
0
0

Hello fellow ABAPers,

     Here is my current source code abbreviated..

 

data: ausp_itab(50) value '(SAPLCLFM)ALLAUSP[]

 

field-symbols: <fs_ausp>  type any,

                    <wa_ausp> type any.

 

assign (ausp_itab) to <fs_ausp>.

 

 

After this I cannot syntactically get a READ or a LOOP to work to extract this data in the field symbol.

 

The system thinks the <fs_ausp> is a DB table and gives the error on the read statement, when you try the LOOP the system says that it isn't an internal table. 

Not quiet sure what to do here!  Any help would be appreciated, thanks.


Getting Data from a Field symbol that is an internal table

$
0
0

Hello fellow ABAPers,

     Here is my current source code abbreviated..

 

data: ausp_itab(50) value '(SAPLCLFM)ALLAUSP[]

 

field-symbols: <fs_ausp>  type any,

                    <wa_ausp> type any.

 

assign (ausp_itab) to <fs_ausp>.

 

 

After this I cannot syntactically get a READ or a LOOP to work to extract this data in the field symbol.

 

The system thinks the <fs_ausp> is a DB table and gives the error on the read statement, when you try the LOOP the system says that it isn't an internal table. 

Not quiet sure what to do here!  Any help would be appreciated, thanks.

CALL_FUNCTION_NOT_ACTIVE

$
0
0

Guys,

 

Suddently today, all the functiom modules in teh perticular function group started getting into DUMP.

 

Around 30 such are affected and these were not touched from long time.

 

All functions does exist and are active.

 

Please help guys. I am in deep trouble.

 

====

Category               Installation Errors
Runtime Errors         CALL_FUNCTION_NOT_ACTIVE
Except.                CX_SY_DYN_CALL_ILLEGAL_FUNC
Date and Time          03/08/2013 11:06:28

 

Short text
     The function module is not active or contains no code.

 

What happened?
     The current program had to be terminated because of an
     error when installing the R/3 System.
     cannot be found in its function group.

     Error in the ABAP Application Program

     The current ABAP program "ZBAAS_CHARGE_PLAN_1===========FT" had to be
      terminated because it has
     come across a statement that unfortunately cannot be executed.

 

======

CALL_FUNCTION_NOT_ACTIVE

$
0
0

All my Z functions are getting into DUMP - CALL_FUNCTION_NOT_ACTIVE

 

All are active and existing.

 

Any help would be greatly appreciated.

I am in deep trouble.

 

=====

Category               Installation Errors
Runtime Errors         CALL_FUNCTION_NOT_ACTIVE
Except.                CX_SY_DYN_CALL_ILLEGAL_FUNC
Date and Time          03/08/2013 11:06:28

 

Short text
     The function module is not active or contains no code.

 

What happened?
     The current program had to be terminated because of an
     error when installing the R/3 System.
     cannot be found in its function group.

     Error in the ABAP Application Program

     The current ABAP program "ZBAAS_CHARGE_PLAN_1===========FT" had to be
      terminated because it has
     come across a statement that unfortunately cannot be executed.    


Reading Field Symbol that is an internal table

$
0
0

Hello fellow ABAPers,

     Here is my current source code abbreviated..

 

data: ausp_itab(50) value '(SAPLCLFM)ALLAUSP[]

 

field-symbols: <fs_ausp>  type any,

                    <wa_ausp> type any.

 

assign (ausp_itab) to <fs_ausp>.

 

 

After this I cannot syntactically get a READ or a LOOP to work to extract this data in the field symbol.

 

The system thinks the <fs_ausp> is a DB table and gives the error on the read statement, when you try the LOOP the system says that it isn't an internal table. 

Not quiet sure what to do here!  Any help would be appreciated, thanks.

Reading Field Symbol that is an internal table

$
0
0

Hello fellow ABAPers,

     Here is my current source code abbreviated..

 

data: ausp_itab(50) value '(SAPLCLFM)ALLAUSP[]

 

field-symbols: <fs_ausp>  type any,

                    <wa_ausp> type any.

 

assign (ausp_itab) to <fs_ausp>.

 

 

After this I cannot syntactically get a READ or a LOOP to work to extract this data in the field symbol.

 

The system thinks the <fs_ausp> is a DB table and gives the error on the read statement, when you try the LOOP the system says that it isn't an internal table. 

Not quiet sure what to do here!  Any help would be appreciated, thanks.

function module reuse_alv_grid_display with multiple calls

$
0
0

Hi!

 

For some reasons i've used the old function module reuse_alv_grid_display in a large report.

I'm calling it few times for list outputs, few times for a protocol ...

But when i click on the back button (the one near cancel and exit) i have to walk through all previous list outputs.

What i want is to go immediately to the starting selection screen.

This should have to do with the list index (or similar)...

How can i avoid that previous lists stay in buffer when i call the alv-module again?

Thanks in advance for your help.

 

Cheers, Ingo

SAP FI TABLE INFO: Correlation between payment terms from original PO to Invoice detail

$
0
0

I am trying to run a correlation between payment terms from original PO to Invoice detail, can anyone tell me what FI table has BSART Purchase Order Type.

 

I currently have table EKKO which gives me the PO details I need, just trying to tie in the Invoice detail...

 

Helpful suggestions would be greatly appreciated.

 

jonp

Re: Issue with Field symbol

$
0
0

Thanks guys for your contibutions.

 

Amine

Viewing all 10425 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>