Re: IW32 - Setting a default value for field 'price'
Hi , You can try TCODE SMOD. Put the enhancement 'CNEX0026'. Then display it. Click the 'Components' button. find the Function Module 'EXIT_SAPLCOMK_005'. Double click this FM. Have a look at the...
View ArticleRe: Change PO Layout
Hi Dengyong!! YES! It is useful. Thank you much but my screen appeared like this.
View ArticleRe: Change PO Layout
Go to NACE->select 'EF'->output types->select 'NEU'->processing routines->find related form.
View ArticleRe: Change PO Layout
I almost got it!!! Thanks! But I cannot move the HEADER TEXT details to the bottom.
View ArticleRe: Accessing CRM system from external website
Another point to add is if you do convince your security group to expose your CRM system via reverse proxy, you will need to make sure your basis team configures the "external url's" in the HTTPURLLOC...
View ArticleSAP note 18765595 - FI_GL_POSTING_SPLIT - without NEW General Ledger Accounting
Hello all, Can this note, attached below, be applied if the new general ledger accounting is not turned on? Everything that I've read about document splitting states this is part of the new general...
View ArticleRe: adding color to a column in ALV OOPS
Hi,you can do it like this: TYPES: BEGIN OF type_data.TYPES: cellcolor TYPE lvc_t_scol. INCLUDE STRUCTURE wa_data. "(column1, column2,column3,column4,etc)TYPES: END OF type_data.DATA:...
View ArticleWhat triggers a user exit?
I have another question out here about VF11 and user exits but in general: For billing documents (for example program RV60AFZC), what triggers a user exit to run? I see that there are 15 user exits....
View ArticleRe: Dynamic loading of Layout Variant in ALV-Grid Output List?
Hi Lukas, For the trivial SAP standard approach, I guess the enhancement way is the only one...so to dig probably! What I would do is encapsulate the program RPTARQDBVIEW within a Z one in wich the...
View ArticleRe: Get first char in string that is not A,B,C ....0-9
Hi Prakash, Hard to code on the fly, isn't it? Just to make it bug free, you still need to add a TRANSLATE lv_string to upper case before processing it... and change the LT symbol with a GT (also...
View ArticleRe: Object dependency to read substring
Hi, I'm not really used to that syntax but I think this is not possible within an OD...Can't you use a function module to fetch a char value (with Z_ON_SALE_DATE as input parameter and Z_PUB_MNTH as...
View ArticleTO convert ITAB INTO PDF AND SEND EMAIL
I created this program. The email with PDF is coming in SAP Business Workplace(SAP Inbox) (Tcode-SWBP), but the pdf contains junk characters.Can someone help. I took this program from the discussion...
View ArticleRe: send xml file as attachment
Deepika, I have solved my issue, cause when read the DATASET to <hex_container>, I used 'sy-subrc' to depend whether the DATASET be read or not, if the left content of the file less than 255...
View ArticleNeed Suggestion for SAP ABAP Certification
Hi, I have 3+ years of experience in SAP ABAP. Now, I want to do my Associate certification.Below are the certification details for the SAP ABAP Associate level. 1) C_TAW12_70 (ABAP With Net weaver...
View ArticleIn this case Do i need to REGENERATE the TMG?
Hello, We have a Z table, it has Table Maintennace generator, with the below details, 1) authorization group = 222 i2) Recording routine: No, or user recording routine radio buttonwell. Now, i want to...
View ArticleRe: DDIC_TYPE_INCONSISTENCY - ABAP
Did you execute report RSDDCHECK to check where the inconsistency lies in which object and execute each object individually? Nabheet
View ArticleRe: Sytem message 042 from work area SSFCOMPOSER does not exist
Hi Parag Normally these kind of error comes when we have a spacing issue in smartform.There can be N number of reasons for form to be working in Dev but not in Quality. Do you have templates etc...
View ArticleRe: DDIC_TYPE_INCONSISTENCY - ABAP
Sorry If I am going off the track...changing the length of a domain, was it really unavoidable? Did you tried exploring other options where you could have managed/achieved the requirement without...
View ArticleRe: TO convert ITAB INTO PDF AND SEND EMAIL
Hi Amrit,can u please explain. I didnt find where to check.
View Article