How to populate partner function for stock transport order in ME21n/ME22n
Please advise is there any way we can determine the partner functions to be populated in ME21n.I have gone through sap note 117537 they said it is not required and not available in SAP standard way....
View ArticleIssue with FMFR_CREATE_FROM_DATA to create funds commitment
Hi All, I am trying to create funds commitment by using FM 'FMFR_CREATE_FROM_DATA'.It is raising error message as "Entry in field Business Area required; check the field control". Please find...
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 ArticleA/R Summary (FCV1) and DSO Calculations (FDK43)
Someone please explain to me the following: 1.relationship between the A/R summary (FCV1) and the credit management reports such as FDK43. 2.What is the DSO calculation for FDK43 report based on? The...
View ArticleHow to add page color to word document using SAP OLE
HI,I want my MS word page color to be grey when called from SAP, tried various option but it is not working. Please provide me your suggestions.
View ArticleRe-trigger PO Release Strategy on any change to PO
Hi, I have an requirement of re-triggering the Release Strategy when ever any change is done to an PO. I used i_cekko-gnetw = i_cekko-gnetw + '0.01', and this works and re-triggers the release...
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 ArticleMultiple iDocs in a single file
Hello, I'm working on some integration to send a purchase order change file into SAP from BizTalk. Everything works when we send every change as its own iDoc, or when we send all changes for a single...
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 ArticleQuery about ABAP future in SAP HANA
Hello Experts, I have read many articles and SDN post about SAP HANA but does not get clear answer.I am having 7 years of experience of SAP ABAP and wanted to learn ABAP in SAP HANA. I learn that SAP...
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 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 ArticleShow a dialog message while Consuming a Web Service
Hi pepople.. I am consuming a WevService in ABAP succesfully but it takes a long time to get the data.The application get stuck for a while ( about 2minutes). My question is:Is there a way to show a...
View ArticleABAP program to find objects used inside Report or transaction
Hi Experts, I need a program which will give list of objects used inside report or t-code for e.g. used tables/structures/includes/other programs/FMs everything. Is there any standard program which can...
View ArticleReport in background
Dear all i have to run a report in background , and excel file should get generated and to be stored in user desktop. issue is when we run a report in a background particular layout should get...
View ArticleSAP IS Retail-Enhancement for Characteristic based on Article/Varaint Search...
Dear Experts, In standard R/3, system MM43 I would like to search variant/article based on characteristics, search options is not there in standard R/3. Please how to create custom search help based...
View Article"Functional area is not possible for account assignment category"...
I want to update the batch for a sales order and i get this error: Functional area is not possible for account assignment categoryHere is my code: SELECT * FROM vbap INTO TABLE tb_vbap WHERE vbeln =...
View ArticleWorkflow triggered
Hi All,I want to know how custom workflow triggeres without WAPI function module.What exacltly i want to know is besides WAPI function module/Event is there any way of triggering workflow. ThanksSanjay.
View Article