Re: identify a special format for the primary key
hi bala could you please explain what's the meanong of these numbers? regards
View ArticleRe: Creation of HTML attachments
Hi, Do yourself a favor and use CL_BCS . Regards. See: Re: Excel formating in email attachment without using XML.
View ArticleRe: abap error with exception CX_SY_IMPORT_MISMATCH_ERROR.
Dear Lakshmana, You might used different structures in the IMPORT and EXPORT which causes the mismatch between exporting and importing parameter. If it is in a standard search for SAP note with...
View ArticleRe: Creation of HTML attachments
I agree with Eitan. Try using CL_BCS instead of function modules. For your current issue that table line width is 255, the table type is same as SOLI.Build your html data into single string, say...
View ArticleRe: Unable to fetch the field from one to another
Try with the below options.1) Have you modified your ALV fieldcatalog with the new field for description.2) Is i_polin[] your final internal table passed to the function module for ALV display.3) After...
View ArticleRe: How to Copy data from field symbol to Dynamic Internal Table
try this...I have extended your source code and just used vbak/vbap as an exmaple as they have some common fields like vbeln/erdat etc which corresponds with your requirement of 'similar structure'...
View ArticleRe: BAPI and Ztable COMMIT
Can you please explain me how does UPDATE TASK works.Read the SAP documentation, it's all in there.
View ArticleRe: Select not working after db-migration
Dear Christian, I have the same problem adter migration from ORACLE to DB6, and raised to SAP. But surprisingly they would not release any Note or Correction for this problem. so i am muself looking...
View ArticleRe: BAPI and Ztable COMMIT
Hello Suhas, I read it, but doesn't understand clearly. I just want to know it in simple words.
View ArticleRe: PR User Exit - Copying PR Lines in ME52N
Do you know which exit in particular is executed for a COPY? We are currently using exits 001, 003, 005 and 010. We put break points in each exit and we found that these user exits are only executed...
View ArticleRe: How to Copy data from field symbol to Dynamic Internal Table
Field symbols and move-corresponding
View ArticleRe: BAPI and Ztable COMMIT
A couple of things - UPDATE TASK before the COMMIT. What did you mean by this? *"---------------------------------------------------------------------- *" IMPORTING *" REFERENCE(IT_ZTABLE) TYPE...
View ArticleRe: How to Copy data from field symbol to Dynamic Internal Table
Hi Vicky, Use assign components for the fields instead of sy-index. For example, ASSIGN COMPONENT: wa_lvc_cat-fieldname OF STRUCTURE <fs_tab_output1>TO <l_field>,...
View ArticleRe: ECP Easy cost planning in project systems
Here is a WIKI that has detailed steps to create. http://wiki.scn.sap.com/wiki/x/5IHpFQ http://wiki.scn.sap.com/wiki/display/PLM/ABAP+calls+to+create+Easy+Cost+Planning+in+Project+Systems
View ArticleRe: How target cost is calculated in production order ?
Hi,If your problem solved,then you can close this thread by mark the correct answer. ThanksGourav.
View ArticleRe: User role maintenance (TX PFCG) : S_TCODE cannot be changed
Hi Noémi, You could add transactions by adding object S_TCODE to Rolle manually as well; to take some away you'd need to remove them from Menu I think. cheersJanis
View ArticleRe: Arial font in smartform
If you have amended regedit, have you also rebooted your machine? Might be worth a try.
View ArticleRe: CATS2 user exit
Sameer, The given EXIT place in FM (CATS_F4_HELP_AWART ) works fine and filter out the value based on my custom code . but not working when they enter time Web Dynpro Portal application.(the value...
View ArticleRe: What is the best field type for currency calculations?
Hi Robert, You can take currency type as character e.g. char25.It will take the decimals as it comes. Regards,Pravin
View ArticleRe: Table control In tab strip.
Hey Siva,try this: create tabstrip control - now you have 2 tabs then put the subscreen area and say you name it SUB then go to the properties in tab1 and tab2 and while giving rest of the details look...
View Article