Re: RFC is fetching partial data
Hi Sridhar, Please check SRM language setup, like master data setup for languages. There was a mismatch then between R3 and SRM (R3 had more languages setup and the plants were setup in those languages...
View ArticleRe: Real Time Event Triggering
You could check (SWO1) business object WBS / BUS2054, it already carries the event "WBS created". To add the changed event you could create a ZBUS2054 as a subtype of BUS2054, and trigger the event...
View ArticleRe: Loading IDoc data into SAP
Hi Rajakumari,SAP return code 497 means: C_NIHOSTTOADDR 497 NiHostToAddr failed Or in words: in that group there must be a hostname, which the DNS server of your network (or the...
View ArticleRestrict S067 update for non committed orders
Hi Experts, Currently am working on the requirement where user wants to stop the update to table S067.Current system status is for committed order when we create order and delivery, system updates...
View ArticleRe: RFC failing
Hi Razvan, if you want a program to be started automatically by the OS at boot time, then you need to define it as a "daemon" (on Unix/Linux) or add it to "Autostart" (on Windows) or turn it into a...
View ArticleRe: RFC connection fails when selecting DSO's containing many columns
Hi Lasse,it's not a problem with the RFC connection: the RFC connection seems to be fine. These error messages are created by the ABAP side (and only transported back to the RFC client via the existing...
View ArticleRe: Not able to create Maintenance Notification using SAP .NET Connector 3.0
Hi Nirav, I'm not familiar with these ALM BAPIs, but my first guess would be that you need to include the CREATE BAPI within your stateful context! E.g. like this: 1. RfcSessionManager.BeginContext()2....
View ArticleRe: Real Time Event Triggering
Hello Ulrich, Thanks for the advice. I will test the proposal made by Raymond.If I have to continue the discussion for further details, I will move the thread at the right place.
View ArticleRe: Connect 2 SAP servers in a single C# service application?
Hi Sathish, sure, why not? Just create two entries in your destination configuration. Regards, Ulrich
View ArticleRe: Real Time Event Triggering
Hello Raymond, Thank you for your reply.I will check that and make a feedback on the solution to share achievement.
View ArticleRe: COALESCE
In the field INFNR there is never a null value but an empty value. So you can not use coalesce here because infnr is always set SELECT * FROM EKPO WHERE INFNR = '' ... returns a lot of results SELECT...
View ArticleCondition data update in Purchase info record using idoc COND_A04
Hello Folks,We are using COND_A04 idoc to create/update condition data in purchase info record. IDoc is in success status but I cannot see the condition created/updated in PIR however conditions table...
View ArticleRe: BAPI_SALES_ORDER_CHANGE: How to handle route when shipingcondition changed
Hi Sunil. We've just gotten a similar requirement. Did you find a good way to work around the Redetermine pop-up that you might share with me? Thanks, Josh Cheron
View ArticleLoading field names with out using screen location.
I'm using excel with SAP 7.4 to run scripts. To get to different fields I need to scroll down to the correct page like...
View ArticleUse BAPI to create a PR with both Asset and services
Dear All, I want to know whether I can use BAPI_REQUISITION_CREATE to create a PR which contains both services and assets (in the same PR).Thanks in advance.
View ArticleRe: Use BAPI to create a PR with both Asset and services
do you have any error when testing?
View ArticleRe: Use BAPI to create a PR with both Asset and services
Sorry.I had mistakenly entered wrong item numbers in my Excel file. Now the PR is getting created. Thank you very much for the quick response.
View ArticleBAPI_CHARACT_CHANGE usage
Hi, I have a requirement to update characteristic values in SAP using BAPI_CHARACT_CHANGE. I am able to update data using this BAPI but not getting updated for appropriate CLASS. I have same...
View ArticleError Issue while creating In RFQ
The Eroor Came like this Company Code not assigned to country or country to calculation procedure then what should i have to do
View ArticleRe: Error Issue while creating In RFQ
Hi Praveen ; Define the taxing procedure in t-code OBYZ.Assign country to your tax with OBBG tcode. RegardsÖzgün
View Article