SPAU issue for Unknow adjustment mode (Question mark)
Hi Experts, I am performing SPAU activities first time. We are upgrading system from ECC6.0 EHP6 to ECC 6.0 EHP7. While doing SPAU activities for Question marks (Unknown Adjustment) object Back ground...
View ArticleRe: SPAU issue for Unknow adjustment mode (Question mark)
Hi Srinu Are you facing this dump only while performing the SPAU Adjustment. From the ABAP parameter specified in the dump , it might be related to other parameters in your system. Please check ST22...
View ArticleRe: SPAU issue for Unknow adjustment mode (Question mark)
Hi Rishi, Thanks for quick response on this. PFA dump error. Kindly let me know, if you need any information on the same. ThanksSri
View ArticleRe: How to create a POWL ?
Hi Elad There are several documentation on the same in SCN. Following link should be helpful for you .. POWL - Web Dynpro ABAP - SCN Wiki It contains links to documentation and examples.. hope it...
View ArticleRe: How to add a pdf image into Adobe Form
Hello,I have to check the QC53 attachment list. If exists then I need to add this attachment into SAP Adobe form. Actually, I'm displaying certificate details from QCPR table. I need to attach the...
View ArticleCL_IXML excel attachment not opening sometimes
Hi Experts, I have a program that I built a custom formatted excel document attachement with CL_IXML and sent through CL_DOCUMENT_BCS. I have had not issues with the output file until now. The original...
View ArticleType I_LISTADO is unknown
Hi Experts, When I give TYPE instead of LIKE in this statement. It give an error message.What is the way I can give TYPE in the below staement. data: begin of i_listado OCCURS 10, KUNNR like...
View ArticleTable update
Hi Team, I am very new to ABAP and i have a doubt in table update. I have one table and for that table we getting entries from multiple screen. My doubt is whether 2 entries can be insereted with same...
View ArticleWhy material description has 'Text - Contains Errors' message on Idoc?
Hi guys, I have modified a custom program that creates an Idoc with help of Function Module MASTER_IDOC_DISTRIBUTE. All right here. The first 2 fields of the data segments are material number and...
View ArticleRe: massive load
Expertsaskmewhatisyou getthe notificationafter enteringthe values in theoperationorder andpressedenterand thenthrowsmethe valueof the notification, please can guidemeonhow to performthis...
View ArticleRe: TD Line (must be a flat structure. you cannot use internal tables...
Hi Kiran, Sorry to ask questions again. One more thing I don't get the Line 91.Do I need to put "Perform read_header_text tables doc-xaend." in codes? Where to find T116K? And every-time I include the...
View ArticleFunction Module DATE_CONVERT_TO_FACTORYDATE
Hello Friends, Happy New Year 2014 to everyone.. Today i was executing one of the custom program which is used FM DATE_CONVERT_TO_FACTORYDATE to determine the factory calender date based on the date...
View ArticleRe: Background task problem with alv grid display
I love replying to old threads: Try this link http://scn.sap.com/people/prashant.patil12/blog/2007/02/20/displaying-alv-grid-in-background-job
View ArticleRe: split from a field into another 2 fields
You might like to check this post: split string in 40 char strings but only on full wordswhich mentions a function module 'RKD_WORD_WRAP' to do the work... the FM has a limit of three lines out I...
View ArticleBAPI/FM to Change CATS Time-sheet status from 10 to 20
Hi All I am trying to change the status for time sheet from 10 ( In process) to 20 ( Released) through program. Is there any way that we can change the status of the CATSDB table?I tried using the...
View ArticleRe: BAPI/FM to Change CATS Time-sheet status from 10 to 20
Have you tried with RELEASE_DATA = 'X' as an import parameter?
View ArticleRe: How to add a pdf image into Adobe Form
HI Abhijit, i don't think you can dynamically embed an image into a PDF. I think you need to provide a URL for the form of where an image is located. If it is stored into a table in some XSTRING or...
View ArticleRe: how to debug why input field in VL02N is disabled
Hi,Go to screen pbo and find module where screen is modifying and put break point there or put break point at modify screen abap statement in debugger Regards,Sreenivas.
View ArticleRe: how to replace special characters in string
Hi Manu, I cannot use this because in t_bkpf-xblnr+lw_position(1)I cannot use lw_position here since it is a variable. I canonly use constant in 4.5 Nirav
View ArticleRe: how to replace special characters in string
Guys...I have checked the 4.5 ..there is NO Function module to solve this...Also I cannot use REGEX. Any other solution? Thanks, Nirav
View Article