Re: How to make mandatory filed "Priority" in service order
Pavankumar, As members have suggested, to make a field mandatory, you can use the Incompletion log functionality.Look in to t-code OVA2.
View ArticleRe: Enabling Install bank statement processing repercussions
Hi Rodienne Zammit ... The tick is irreversible, as the system message informs the user. You could not handle the manual process ... Hope helpful RegardsKennedy
View ArticleRe: Using select options values for transaction iView
Hi, In FM interface you can use EFG_RANGES in tables parameter which has same structure as select option. And make the FM as RFC enabled . Now you could pass table values to FM from portal.Hope this...
View ArticleRe: send email in ca02
Hi,from your point i understood that you want to send it in mail about what changes are been made.If so then compare the value entered with the table value and if that is found as changed then...
View ArticleRe: Limit programmatically the timeframe of stored procedure execution
Hi Elad M_CONNECTIONS is still available... Apart from that I'm not aware of any total run time limit that could be imposed to XS code. - Lars
View ArticleRe: EHS EH & S Expert and Easy Expert
Hi sandeep Pl. go through below mentioned links for details information on your questions Reach Complaince http://help.sap.com/reach20 Global lable...
View ArticleRe: Return parameters from BAdi to an allocation Script Logic
Hi, The code is complex and large, it's better to do a standard upload. Vadim
View ArticleRe: Aprroval for dupicate check # for an account
Hi Jonathan Brotto Try This IF @object_type = '24' AND @transaction_type = 'A'BEGIN If exists ( SELECT R1.CheckNum FROM RCT1 R1INNER JOIN ORCT R0 ON R1.DocNum = R0.DocEntryWHERE R0.DocEntry =...
View ArticleRe: selecting records on custom controls using checkboxes
Hi, Add checkbox to fieldcatalog.code after CALL METHOD alv_grid1->set_table_for_first_display. CALL METHOD alv_grid1->register_edit_eventEXPORTINGi_event_id =...
View ArticleRe: How to activate Issuing Plant in Component Overview of Task list ?
Plant will come from the Material which you selected. In Material Selection, give plant from which you want to consume, so that based on the material selection, plant will get updated. You can't edit...
View ArticleRe: PO balance Quantity not reflected in ML81N
Hi, System behavior seems correct to me. First you posted 0.991 qty with amount of 2000. Now you increased price from 2000 to 4000, but that is for the balance qty, that is, 1 - 0.991 = 0.009. You...
View ArticleRe: What is SAP Fiori and what is the difference between SAP Fiori and...
SAP is providing different solutions for enterprise mobility to satisfy all the requirement of customers. One among them is SAP Fiori. Non of the solutions are replaceable to each other. SAP Fiori...
View ArticleRe: General Information on PF for mid joinee
Dear Rajesh, I'm facing the same kind of issue in PF for mid joinee's. I wrote a pcr in dev server which override the INEPF values. But I don't want to use the pcr in PRD server. The pcr is not working...
View ArticleRe: ESS Personal Profile WDA adding IT0019 throws Relation is not (yet)...
You already seem to have IT0019_REL relation. It is optional to have IT0019_TEXT_REL relation, but still you can add it and see if it works. Just see the settings for similar relation for existing...
View ArticleRe: Crystal report doesn't see queries
Hi,Make sure that you have checked allow external access option for the BEx queries. Go to BEx query -> Advanced Tab and make sure Enable external access is checked and save the query. Hope it...
View ArticleRe: disable columns in table control based on condition
Hi Gaurav, I dont know why its not coming in your program. Check this code, its working fine. I have done it with just three months - Jun, July and August. In Se51, these are the screen attribute for...
View ArticleRe: Ownership Hierarchy
Hi Sulthan, Perhaps, you need HTG document to implement Kalyan suggestion. I would like to inform you it. Please take a look the link:...
View ArticleRe: How to update MS Access tables from SAP and Read data from MS Access to SAP
Hello Vijay,Check these FM's.It might helpful to you. STRUCTURE_EXPORT_TO_MSACCESS TABLE_CONVERT_FOR_MSACCESS TABLE_EXPORT_TO_MSACCESS TABLE_EXPORT_TO_MSACCESS_RFC...
View Article