How to download list of transaction from SAP area menu in SAP1 transaction
Hello All, My requirement is I want to download the list of transaction under the SAP area menu in SAP1 transaction. I tried with SE43, entered area menu as S000, but it doesn't give me of the same...
View ArticleCannot get the translation of my CUA status up to to Prod environment
Hi, Cannot get the translation of my program CUA status up to to Prod environment. In fact, it was once all ok from DEV to PROD. Then, we recently had a modification to do to the GUI of the program....
View ArticleIssue in hiring process using FM HR_PAD_HIRE_EMPLOYEE and HR_INFOTYPE_OPERATION
Hi All, I am facing some issue using the FM HR_PAD_HIRE_EMPLOYEE and HR_INFOTYPE_OPERATION for hiring process. My requirement is to hire an employee using the FM HR_PAD_HIRE_EMPLOYEE for infotypes...
View ArticleTransfer pdf file to application server
Hi Experts, I am converting smartforms into pdf and try to send to application server but file is corrupted and cannot open.The code is as follows CALL FUNCTION 'CONVERT_OTF'EXPORTINGFORMAT =...
View ArticleIS Retail - need to deactivate output for a field in MM42
Hi all, In transaction MM42, we want to allow users to enter the standard field Old Material Number (MARA-BISMT) once, and thereafter deactivate input for it. Have looked at all of the user exits and...
View ArticleHow can i send an error message at EXIT_SAPMM06E_013 ?
Hi I'm making some validations to Vendor and Partner Functions (table control in 'Partners' Strip) in Creting/Changing Purchase Orders (ME21N/ME22N). I know the suitable user exit is...
View ArticleProblem in uploading timeevents data from biometrics to SAP
Hi Experts, Im facing a problem to upload time data to SAP,at my client place they are using biometrics(THUMB and IRIS) to capture the time-in and time-out.They have given us a flat file with the...
View ArticleThe problem of creating material doc(movement type :105) from a STO PO
Hi everyone, In my project,I want to create material doc via outbound delivery no,and the material doc‘s po is a STO PO.The problem is that when the po has no vender...
View ArticleHow to print PDF document from application server
is there any sap function module or program or SM69 command to print the pdf document ?I know the app server path and printer id. Thanks,Mahesh
View ArticleSAP NOTE 748028 ISSUES in Implementing for message SE117
Hi Friends, I am not able to implement SAP NOTE 748028. After Downloading in SNOTE it's saying 'Note can't be implemented', but I am not finding any Correction instruction inside the NOTE. I was...
View ArticleFM CO_XT_COMPONENTS_DELETE not working as expected
I'd like to delete components on a production order, using CO_XT_COMPONENTS_DELETE. I fill the MANDT, RSNUM and RSPOS fields, launch CO_XT_ORDER_PREPARE_COMMIT after, I have no error but it doesn't work.
View ArticleFB50 and FB60 posting BAPI
Hello Experts, As per the GL posting and Vendor Invoice posting, I believe we can use BAPI_ACC_DOCUMENT_POST bapi. I have an input file in which some records need to be posted through FB50 (GL...
View Articleprint big characters in screen
Hello gurus, Does anyone know if there is any way (using any kind of technology) to print big characters in a standard dynpro? So far I used class 'cl_dd_document' in custom containers but letters are...
View ArticleConverting time and date to system date and time
Hello Experts, I have one report which is display the success and failure deliveries in the day,the delivery creating time and confirmation time are different so we are getting the wrong result of in...
View Articledeveloping portal on handheld device .
hi ABAP Experts. what is the best practice of developing SAP portal and users will use this portal through Handheld device running windows mobile 6.5?windows (smart device) or web in case i use dot net...
View Article'EDIT' can not be added. Could you help please
WHEN '&IC1'. LOOP AT it_fieldcat INTO wa_fieldcat. wa_fieldcat-edit = 'X'. MODIFY it_fieldcat FROM wa_fieldcat INDEX sel_field-tabindex. ENDLOOP.
View ArticleWhen I click want to open edit mode. Could you help please
IF r_ucomm = '&IC1'. LOOP AT it_sflight INTO wa_sflight. wa_fieldcat-edit = 'X'. * READ TABLE it_sflight INTO wa_sflight INDEX sel_field-tabindex. MODIFY it_fieldcat FROM...
View ArticleHow to input logo with REUSE_ALV_GRID_COMMENTARY_SET
HEllo guys, Im facing a problem, Im trying to include a logo in my TOP_EVENT, but i don't know what do i need to do. I have this call, CALL FUNCTION 'REUSE_ALV_GRID_COMMENTARY_SET' EXPORTING...
View ArticleMaking atab default in ME52N transaction
Hi friends,I have to make a custom tab of transaction ME52N default.Screenshot is attached below.Here RELEASE STRATEGY tab is custom tab.I want to make this tab default,whenever ME52N transaction is...
View Articlereading multiple records
I have two internal tables it_0008 and it_0035 and I have many records in first itab as well as second tablehow to read the multiple records in second itab .present code is LOOP AT it_0008 INTO...
View Article