Re: BAPI extention to work order aiming AUFK custom field filling
Dear All. I am replying to this old post as I found the solution for this query. All the above answers are not complete so here is the final code to update custom field using BAPI...
View ArticleRe: PB oh Gee! (PBGs are unreliable): aka Syncing distributed source
If you are moving object files using your SCC provider tool, you will have to remove the object name from the source PBG and then add it to the destination PBG. To change a PBG you need to check it out...
View ArticleRe: ORA-28040: No matching authentication protocol after 12c upgrade
Hi,have you set SQLNET.ALLOWED_LOGON_VERSION in the sql_net.ora? it is not normal to set it in SAP environment but check it on ethe DB server.check note 1718415 and 1714490
View ArticleRe: MDGM 7 - Capability to cater for Mills solution and Variant config
Do you have DIMP solution active in your system? Or do you have any other industry solution? MDG can't be implemented with many industry solutions. See this note: 2030617.
View ArticleRe: Populate Value in matrix combobox column
Also below is my code:case SAPbouiCOM.BoEventTypes.et_COMBO_SELECT: switch (pVal.ItemUID) { case...
View ArticleRe: How to determine all program names used in program.
My requirement is that I need to collect all screen fields and text elements used in transaction code for ex. (IW36) for future translation into national language. Some transactions uses programs which...
View ArticleRe: Import Purchase- Customs MIRO
Resolved. User has to capture first excise invoice by referring customs invoice. Then while doing MIGO, system will give error if there is any quantity mismatch
View ArticleRe: Refresh from Prod to QA
Hi Gill, Please explore this. SAP Test Data Migration Server – SAP Help Portal Page BRAKJ
View ArticleRe: Fill an object field from a Complex table row
Neilson,Your solution is what I was going to suggest. No need to have it replicated in the object data if you are just using it to enable a button. Look it up in the CT on the button action's enable...
View ArticleRe: Refresh button in ALV Grid display using ABAP query
What you want to achieve with the Refresh button - are you using editable ALV or selections possible on ALV screen? Do you want to perform another db read?
View ArticleMap the business scenario.
Hello SAP Experts,Please advise me how I need to address in Standard SAP for the below scenario.We have the business scenario in our manufacturing plant; let’s take ex. Furnace F1 - ROH X1 (not fixed,...
View ArticleRe: How to find the sales view organisational level for the material?
Hi This information lives in different tables because it is independent of each other. Plant data can exist without sales data. Sales data can exist without plant data. Generally speaking Sales Org 1...
View ArticleRe: How to define uom conversion on each PO?
Where do you want to store the conversion ? How can SAP know what will be the next conversion ?Obviously you need to store these all conversions in somewhere in SAP system.In purchase order, system...
View ArticleRe: Service condition types not adopted in SES and MIRO
Hi, you have create a PO. in item service tab(for particular header item) you mention the maintenance charges ect... then post the SES. OR enter the 2nd line item in header, for that u need post...
View ArticleRe: /SAPSLL/PR_CAT_DISPL
Thank you for the additional information Mouaz. I did some additional checking and found legal regulation TRSBE was also assigned to Belgium, the same country as the FTO I was using. Do you know if...
View ArticleRe: SOAP SENDER AUTHENTICATION ERROR
Hi Soumyadip,Check the connection in the sm59 transaction directly as Sateesh has mentioned above.Check you ICO scenario generating and WSDL and trying with SOAPui and the same user used in the sm59...
View ArticleRe: FM account assignment-Error-Message no. FMBS123 - Return code 4.
Issue resolved. Thank you. Regards,Atif
View ArticleBuilding native iOS app for a Fiori app
Hi, I've been asked to create a native iOS app for one Fiori app that is available through Fiori launchpad. Can anyone tell me how to do this? I'm very new to this technology so will appreciate if an...
View ArticleRe: Regarding Bill of Material in maintenance order
Hello Ratan, Here is the solution through user-exit PPCO0023. Put the following code in the include ZXCO1U23 and the job is done. IF IS_HEADER-AUART = 'PM01' OR IS_HEADER-AUART = 'PM02' OR...
View Article