Re: Automatically Save PDF Form
Hi Anyway you are getting the form in preview screen right?You can print that form and create a spool.convert that spool to pdf and save that in the required folder. This is just one way may be you man...
View ArticleRe: Issue with KEFC transaction
Hi Leonardo, We are encountering different issues after converting to Unicode when performing KEFC.Were you able to load successfully in ECC6 Unicode via KEFC? Can you share the steps/details taken to...
View ArticleRe: Automatically Save PDF Form
Hi elad, why not, process the form. Use Function-stone convert_otf_to_pdf (in case of you are using a smartforms/sapscript) and create a method to save it in a serverfolder.For that you can have a look...
View Articlestart-of-selection being triggered on Enter
I am having a problem with the start-of-selection being triggered with the enter key after I edited the selections and change a value. Specifically, I have 3 fields on the selection screen. I enter...
View ArticleRe: Unusual occurance of No measurement unit is assigned to ISO-Code
To everyone; We are very close on this - what I found out was that we have custom code that was calling the one function module that returns that error code and we didn't put any error traps on the...
View ArticleRe: Copy a program Query to a Z Program
Hi Enrique,Query is have standart includes. If you copy just your program and screens like this then you cand do want to change. But maybe write new z report This way better.
View ArticleRe: Function Module WS_DELIVERY_UPDATE_2 not updateing Picking/putaway...
Hello Ian,I did exactly as you mentioned in your last post about the FM 'SD_DELIVERY_UPDATE_PICKING_1' still no errors, no updates. Will it be possible for you to copy paste the part where you populate...
View ArticleRe: I am getting problem with internal table & work area declaration.
Hi Nagasankar Musuluri You have Basic questions , then you need understand basic concepts abap about workarea ,headerline .Please study this links :Appending Table Lines (SAP Library - ABAP Programming...
View ArticleRe: Copy a program Query to a Z Program
The program name that you see in your picture "AQA0Z... is the name of the ABAP program created by query. Put that name in se38 and use the copy program button. Neal
View ArticleRe: Suppress dialog after CTRL P
I don't think you can intercept Ctrl P. But maybe you can add a button to the ALV toolbar that calls the ALV print function in background?
View ArticleRe: Authorization Check
Hi Kiran, Are you saying that you want to check if the user has authorization to execute FB02, prior to calling it? The standard SAP FB02 transaction will do many authorization checks. I would suggest...
View ArticleRe: 'Create' Push button is not working in BDC and LSMW while uploading G/L...
As mentioned above, I would suggest you use RFBISA00 to upload GL accounts.
View ArticleFinding Duplicate Material
We have found a few different materials with the same BOM.As we find them, we make one of them obsolete. We probably have quite a few that we don't know about.Is there a standard SAP report that would...
View ArticleRe: Inbound IDOC Posting
Hello Megan, Check with the function modules EDI_DATA_INCOMINGIDOC_WRITE_AND_START_INBOUND Program: RBDAPP01 I guess this would answer your query. Regards,TP
View ArticleRe: Report always shows default variant
Hello Carlos, Do a checkpoint on parameter p_layout before passing the layout information to the ALV display function module. IF p_layout IS INITIAL. CLEAR layout parameter passed to the ALV...
View ArticleRe: classical report using write statement after alv
Please paste your entire source code.
View ArticleRe: Screen Enhancement for RECN transaction - Condition tab.
Did you activate the enhancement in SMOD. If not activate the enhancement and check.
View ArticleRe: Matchcode object i_status_sys and i_status_usr
I wish I could mark this as answer, it worked for me too. Thank you!
View Article