How to execute a BADI in Bapi using sap connector in and C#
Hi,How to implement badi in sap.
View ArticleRe: Function to send Error log in mapping
Ok, but the problem is that I need to get the posible errors when I validate the message in my mapping.How can I get these errors and then send this log to ECC system?
View ArticleRe: SAP Comunication Errors CPIC 20 SAP=474
Hi Franco, Thanks for sharing the file. GwICheckFrag: no write to client genadev0/SAPCPIC (idx 22, hdl 211) within 120 seconds, disconnect nowHave a look with SAP Note 1141791 - Gateway: Connections...
View ArticleRe: File to IDOC scenario address split
Some where you are not passing the input to your UDF.(wherever it is being used)It's not the prob with the UDF so Check your mapping.
View ArticleRe: Purchase request Approval Procedure Query
Hi, Try below query, SELECT DISTINCT 'TRUE'FROMOPRQ T0 INNER JOIN OUDP T1 ON $[OPRQ.Department] = T1.[Code]WHERE DateDiff(DD,$[OPRQ.DocDate],GetDate()) < 7 and T1.Name ='ISD'
View ArticleRe: which way is better for creation of sales order from incoming idoc
Hi Bala, I also used to have the same question. And in BAPI vs Call Transaction war, BAPI is the unanimous winner.. But if you have some custom fields which needs to be populated, I found ORDE (FM...
View ArticleRe: Session issue in Open Document call in BI 4.1 SP5
Hi Pat, While I am still trying to find a solution to my issue, I wanted to check were you able to resolve yours yet? Thanks Paul
View ArticleRe: Min Lot size
Just remove minimum lot size and take a MRP run with rounding value. For above setting check with your IT to cross check the setting in OMI4. Also check in info record if you have maintained minimum...
View ArticleRe: Customize BI Launchpad quick and dirty
You just need to replace the logo. and delete the tomcat cache. Unless you are planning to make lot of other changes. Check this KB. 1586824 - BI 4.0 / 4.1 - How to customize and add company logos to...
View ArticleRe: APO-DP: Assign Forecast profiles
Hi Rahul, technically the assignments could be on different agg. levels. Some on material itself, some on mat, country, .... but the job has fixed level. So that may not be the reason. Still I made it...
View ArticleRe: Is there any way to change early start date on WO without going into the...
Hi Terry, At our site we have a lot of people making work orders for the equipment all differently making it a planners headache to fix. if you are talking about order created redundantly/duplicate...
View ArticleRe: Date Conversion issue in Universe based on HANA calculation View
BO cannot just read a varchar column and implicitly convert to date because you set its data type to date. You will need to convert the varchar string to a date using the appropriate syntax for ToDate...
View ArticleRe: Screen output area to small
Hey Jaco, Check Sushants reply below he is one of our resident pros!
View ArticleRe: Where HCM P & F data (field values) is stored...???
Hi Choan, I am currently facing the same requirement. How did you solve this issue? Thanks.Best Regards,AS
View ArticleRe: BPM Synchronous Call: Error HTTP call to IS unsupported in AEX case
Thorsten, the interface you are using in your BPM is not (anymore) fitting to the one you are using in your ICO. Best Matthias
View ArticleRe: TypeError: Failed to execute 'serializeToString' on 'XMLSerializer':...
for example,var uName = get this name from your view,then,oEntry.PropertyName = uName;Like this you can store all your header data in to oEntry.
View ArticleRe: Error query script generation failed no member found for caption filter
Non i don't want to use "value from list" because my users want to copy and paste a list of value
View ArticleRe: Transaction for Firefighter
Hello John, Issue is with your plug in systems check below KBA 1910200 - GRAC_SPM not responding. it keeps spinningRegardsBaithi
View Article