Type inferrence with 7.40 inline data declaration buggy?
Hi all, We are developing on a SAP basis 7.40 SP 8 and experience some trouble with inline data declarations:* we defined a data element with tpye P(9) DEC 2* when using two variables with that data...
View ArticleRe: Adding fields in ALV Display for IW T-code-38 /39
You can do it with the help of BAdi BADI_EAM_SINGLELEVEL_LIST
View ArticleRe: Delete a append structure from Standard Structure - how?
Hi, Just click on the Append structure Push button(or press F5), select structure which needs to be removed, and click on Delete icon. To add description, double click on Data element field of .Append...
View ArticleModifications on SAP Standard script data not displayed
Hi, I am facing problem on SAP STANDARD SCRIPT .My requirement is We can do some changes in in Purchase Order form " MEDRUCK " In standard the currency is not printing in terms of word so my...
View ArticleHeader field is not visible fully in container class field catalog output @...
Hi Friends We are displaying report output using container class in abap.When we execute the report, field header is not visible completely, some fields shows dots at the end, Then if I expand its...
View ArticleRe: Simple Transformation (Deserialization) - how to handle attributes with...
Hi Sandra, Thank you for your reply. I'm using an ABAP 7.4 system and I actually have the same code in my transformation as yours. Initially I was uploading an XML file as a Binary file, converting the...
View ArticleRe: Transport Request
Hello Deepak, Pls check the database view TMSBUFFER. Thanks,Sanjay
View ArticleRe: Unable to maintain a custom field in MASS
Hi Jurgen, Thank you for sharing the SAP Note. It looks like a correction to be implemented separately. I will try the OSS Note. Thanks, Danny
View ArticleRe: Unable to maintain a custom field in MASS
Hi Hicham, I will try OMSR and let you know. In MASSOBJ, the field is already available. Regards, Danny
View ArticleRe: Dump belongs to enhancements or exits or badi? how can i solve?
Dear Praneeth, The custom Y/Z structure YMARA was deleted in your system by someone, but the corresponding APPEND of YMARA wasn't deleted from the standard structure WPMARA. So you are getting the...
View ArticleRe: Re :T-code MM01 going to dump
Dear Chinna, As replied to your colleague Praneeth, on the same topic pls perform the below: The custom Y/Z structure YMARA was deleted in your system by someone, but the corresponding APPEND of YMARA...
View ArticleRe: Pricing requirement in MM
Hi Satish, The enhancement you are mentioning cannot be through conditions. Your SAP screen needs to be maintained with those extra check boxes. I would not suggest to make those changes even if you...
View ArticleABAP 7.40: shift val left deleting leading space => shift_left( val = val ) ???
Hi, everybody. I want to translate the statement DATA: value type char10 value ' X', target type char01. SHIFT value left deleting leading spacetarget = value(1). into ABAP 7.40 target =...
View ArticleRe: ABAP 7.40: shift val left deleting leading space => shift_left( val = val...
Hi Ralf, according to ABAP Keyword Documentation ist is target = shift_left( val = value, sub = space ).If the argument sub is given a character string in substring, all substrings in the character...
View ArticleRe: Modifications on SAP Standard script data not displayed
Hi Prajesh, Now its working. I have one more doubt i am Testing different PO Numbers some PO numbers My changes are updated some PO numbers my form not Updated PO Numbers :...
View ArticleRe: IW32 user status update
Hi Jogeswara Rao,Thanks for the information again. I want to write code in IW52 related enhancements only.if notification gets saved in the iw52 ,the user status(caufvd-asttx) need to get updated in...
View ArticleRe: IW32 user status update
srilikhitha Use this code in include ZXQQMU20 ( F/Exit EXIT_SAPMIWO0_020 of user-exit QQMA0014 )IF sy-tcode = 'IW52'. DATA:i_stat LIKE jstat OCCURS 0 WITH HEADER LINE, l_objnr TYPE...
View ArticleRe: Translating tabstrip texts in SE63
To determine the text origin from a given GUI element, I think the fastest solution is to use the developer tools: in transaction SE51 (dynpros), enter the dynpro name, display the attributes of the...
View ArticleRe: How to supress pop-up while executing bapi
Hi Sandra, Thanks for your response.If I will create a copy of the standard Bapi and implement the error_message exception will it work?The problem here is that copying the Bapi will not copy the...
View ArticleRe: How to supress pop-up while executing bapi
Dear Sanjay, I checked in the system and found that active x control is already set. Is there any other options? Thanks for your valuable input.
View Article