Re: Issue with check_changed_data()
Any inputs on this issue with check_changed_data()?
View ArticleRe: 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:...
View ArticleRe: Formatted customer-facing emails out of ECC
I'll look into CL_BCS, CL_DOCUMENT_BCS, etc. - thanks. Will
View ArticleRe: 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...
View ArticleReg : 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...
View ArticleABAP 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:...
View ArticleRe: 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...
View ArticleCreate 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....
View ArticleRe: 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)...
View ArticleHow 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....
View ArticleRe: Item text in ME53N
Hi, Thank you for the reply. I did not know this. I will check and get back to you soon. RegardsPurnand
View ArticleRe: 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...
View ArticleRe: 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...
View ArticleRe: How to create Dynamic ALV List
Hi, Please check below links will be helpful. http://****************/Tutorials/ALV/DynamicALV/Demo.htm http://wiki.sdn.sap.com/wiki/display/Snippets/Tutorial+abap+-+Code+for+Dynamic+Alv+grid...
View ArticleRe: 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
View ArticleRe: How to create Dynamic ALV List
Hiii, Also please have a glance at this link. It will clear all your issue regarding ALV....
View ArticleRe: how do get driver programs for scripts ???
Hi,Following is the procedure: 1. Goto to the Table TNAPR using SE112. Get the Contents of the Table(CNTRLSHIFTF10)3. On the Table Content Selection Screen, Type the SAPScript Name for which we have...
View Articleabap 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,...
View ArticleRe: 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....
View Article