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

Re: Issue with check_changed_data()

$
0
0

Any inputs on this issue with check_changed_data()?


Re: Formatted customer-facing emails out of ECC

$
0
0

I recently did something like this, including embedding an image in the document being sent. I used the class CL_BCS and other associated classes, and found all I needed by searching in this site.

 

Use:

cl_document_bcs=>create_document( i_type    = 'HTM' i_text = lt_body i_subject = l_subject ) with appropriately typed variables.

lt_body is type soli_tab, and will contain HTML formatted text.

 

Convert a string to soli_tab using

CALL METHOD cl_document_bcs=>string_to_soli

     EXPORTING

       ip_string = html_string

     RECEIVING

       rt_soli   = lt_body

 

matt


 


 


Re: Formatted customer-facing emails out of ECC

$
0
0

I'll look into CL_BCS, CL_DOCUMENT_BCS, etc. - thanks.

 

Will

Re: form printed based on customer language

$
0
0

Dear Mona,

the same has been mentioned in my previous answer. The assignment is specific to tcodes for eg for tcode vf01 the output can be maintain in  VV31 but for same the functional needs to maintain the condition record

Reg : Storing data in SDATA field

$
0
0

Hello All,

    We are doing a development where we require to store data in z-tables.

We store data in a similar way to data storage in IDOCs.

Field length of SDATA is 1000.

Now how to store data for the structures with characters morethan 1000 characters.

I am currently using the methods FILL_CONTAINER_C and READ_CONTAINER_C

of the class CL_ABAP_CONTAINER_UTILITIES to convert data.

But when the fields are of type CHAR like CHAR with length 100 etc,

getting # characters while converting into structure form SDATA.

 

Can you suggest way how to model the data storage.

Thank you in advance.

 

with regards,

sandeep akella.

ABAP trasformation and undefined XML structure

$
0
0

Hi everyone,

 

I'm developing a trasformation to deserialize an XML file into ABAP data. The problem is that the sequence of the tag into my XML files is not always the same.

e.g. the XML could be:

 

<X1>value</X1>

<X2>value2</X2>

 

but also:

 

<X2>value</X2>

<X1>value2</X1>

 

 

I developed the transformation using the <tt.group> tag and it works.

In this way I have to read all the xml tag, because if I use the <tt:skip> the program loose its "sequence-independent" attribute.

Someone knows how I could create a transformation for undefined XML tag sequence and at the same time skip the value I don't want to read?

 

Thank you

Re: Runtime error for select statment in COEP table

$
0
0

Point 3 was included just for completeness sake (it doesn't make much sense to use a field list, INTO CORRESPONDING and a target structure that contains just the selected fields). The main point was to show that there is no performance difference between 1 and 2.


Thomas

Create Retail Material with Variant

$
0
0

Greetings experts.

 

I'm currently trying to create a program to upload retail materials with variants, as done in trx MM41.

 

I'm using BAPI_MATERIAL_MAINTAINDATA_RT but haven't been able to make it work. So I wanna know if you could explain or post an example on how to use this BAPI, or any other method, to upload materials with variants.

 

Thanx in advance

 

Jesus Bohorquez


Re: How to create top of page in a container, cl_salv_table=>factory

How to reflect Long Text Changes made in Transaction IPMD into Transaction IL

$
0
0

Hi The Requirement is this when the user changes or enters the LONG TEXT in Tcode IPMD we want to update and reflect the changes in the same permits which can be viewed or changed in IL02 Transaction.

 

Please guide me through if there are any exits or enhancements available for both the transactions.

 

and also wat is the purpose of FM Langtext_ONLY. How it is storing values or displaying values ..

 

in advance thanks for your help.

Re: Item text in ME53N

$
0
0

Hi,

 

Thank you for the reply. I did not know this. I will check and get back to you soon.

 

 

 

Regards

Purnand

Re: Hi..experts

$
0
0

Hi..niran...canu tell me .. abt  get cursor.

Re: how do get driver programs for scripts ???

Re: Hi..experts

Re: How to create Dynamic ALV List


Re: How to create Dynamic ALV List

Re: How to create Dynamic ALV List

Re: how do get driver programs for scripts ???

$
0
0

Hi,

Following is the procedure:

 

1. Goto to the Table TNAPR using SE11

2. Get the Contents of the Table(CNTRLSHIFTF10)

3. On the Table Content Selection Screen, Type the SAPScript Name for which we have find the Driver Program in the field FONAM and execute(F8)

4. PGNAM field of the result display contains the Driver Program Name for our SAPScript

 

Regards,

Gourav

abap AT END OF, nested.

$
0
0

Hi Mikael,

 

It would help if you share the contents of your internal tables, especially lt_a.

 

AT END OF is triggered at the end of a group of records having the same value for a given field. Probably, in your case, the first record in lt_a has a unique value for field time.

Re: How should SQL statement tune to improve performance about sales order

Viewing all 10425 articles
Browse latest View live


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