Any inputs on this issue with check_changed_data()?
Re: Issue with check_changed_data()
Re: Formatted customer-facing emails out of ECC
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
I'll look into CL_BCS, CL_DOCUMENT_BCS, etc. - thanks.
Will
Re: form printed based on customer language
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
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
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
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
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
Hello Sham,
Were you able to get required output ?
Below link would be helpful: Splitter container and Dynamic Document display.
http://wiki.sdn.sap.com/wiki/display/Snippets/Top+of+Page+in+ALV(OOPS)
Regards,
Nisha Vengal.
How to reflect Long Text Changes made in Transaction IPMD into Transaction IL
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
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
Hi..niran...canu tell me .. abt get cursor.
Re: how do get driver programs for scripts ???
Hi,
Check TNAPR table.
In NACE Transaction you will configure output type , script name & driver program.
If u want to add code to current logic you can add it in by writing Subroutines.
check below links for it
http://scn.sap.com/thread/429881
http://wiki.sdn.sap.com/wiki/display/ABAP/Subroutines+And+Their+Use+In+SAPScript
Re: Hi..experts
hi,
Please check
http://help.sap.com/saphelp_nw04/helpdata/EN/fc/eb3b23358411d1829f0000e829fbfe/content.htm
http://wiki.sdn.sap.com/wiki/display/ABAP/FETCH+and+OPEN+CURSOR+Analysis
SET PARAMETER ID 'ID' FIELD FIELDNAME.
Re: How to create Dynamic ALV List
Re: How to create Dynamic ALV List
Hi,
Please find the below link. You can get more examples for this.
http://www.****************/Tutorials/ALV/DynamicALV/Index.htm
Regards,
Gourav
Re: How to create Dynamic ALV List
Hiii,
Also please have a glance at this link. It will clear all your issue regarding ALV.
Regards,
Gourav
Re: how do get driver programs for scripts ???
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.
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
Hi
In se30 tcode itself you can check the tips and tricks where you find the SQL statements comparison and runtime measure.
Please check the below.
http://scn.sap.com/community/abap/blog/2013/04/12/se30-tips-and-tricks-for-abap-objects