Quantcast
Channel: SCN: Message List
Viewing all 8713 articles
Browse latest View live

PI adapter to talk with multiple raw socket servers (TCP/IP)

$
0
0

Im involved in a project where multiple devices (essentially running raw socket servers) need to pass their information through PI into ECC. Previously I have bound the socket servers using a Java desktop application and passed the data via JCO directly into ECC - now Im looking for a better way.

 

Ive heard talk of Seeburger being able to bind Raw sockets - but haven't seen proof of this and cant seem to find any documentation to these ends.

 

Ive seen talk on the forums around writing a servlet or something similar to connect to the socket servers and pass the data into integration via file or some other means but management of the connections and maintaining the connections strikes me a problematic.

 

Ive thought that a custom adapter could be written to do this work but the idea of writing a custom adapter does not excite me ...

 

Whats the best solution ?


Re: Authorization doubt in hier

Re: SAP Netweaver Gateway

$
0
0

Hi Kranthi,

 

If you install SAP Netweaver 7.40, add-on SAP_GWFND 740 for core components which comprises functional scope of IW_FND, GW_CORE, IW_BEP, and IW_HDB is available as standard, so with 7.40 netweaver no need to install any other add-ons, for further information, installation guide mentioned above will have all the details.

 

regards

kartik

Re: BIWS queries Upgrade.

$
0
0

Hi Vinod,

 

it is not best practise to use the serer name in the BIWS url in DB.

 

In such scenarios to avoid migration issue, it would be easier if you are use the context urls(remove server name from URL) rather than specifying the entire url.

 

Refer my answer in the below thread for the same with screenshots.

 

How copy WebServices (BIWS)

Re: Hiding of Key Figure at two different Detailed Level .

$
0
0

Hello Sesh

 

No problem, it is important to know why the logic is still not working. Hopefully we will learn/discover something while fixing the issue at hand.

 

Frankly I am still not sure why our macro did not work.  That logic should have worked.  Your requirement is very much possible using standard function available in Macro. We do not need to write any ABAP code for the same.

 

Now let us try another way by using AGG_LEVEL function instead of DET_LEVEL function. Here is the link to SAP Help for additional details.

Operators and Functions in Macros - Planning Area Administration - SAP Library

 

As per above SAP help,  The AGG_LEVEL() function analyzes whether the planning object being currently processed is detailed or aggregated with regards to the characteristic. If detailed, the return value is 0; if aggregated, the value is 1.

 

Create a copy of existing macro which you were working on,  then change macro code as below. (Do not delete previous macro with DET_LELEL function, just keep those macros in deactive(RED) status)  -

 

IF

AGG_LEVEL('TechnicalName_Att#1') = '0'

OR

AGG_LEVEL('TechnicalName_Att#2') = '0'

OR

AGG_LEVEL('TechnicalName_Att#3') = '0'

Row: Demand Forecast = ROW_VISIBLE(0)

Row: Volume Prediction Plan = ROW_VISIBLE(0)

ELSE

Row: Demand Forecast = ROW_VISIBLE(1)

Row: Volume Prediction Plan = ROW_VISIBLE(1)

ENDIF

 

Please make this macro as Level Change/Default.

 

Please give a try and let me know if it helps.

 

Thank you

Satish Waghmare

Re: Bulk Loads Failing

$
0
0

Thanks Peter,

 

Issue has been resolved after shrinking the transaction log file for the database.

 

Cheers!

 

KV

Syntax error in program SAPLURFC when using SPAM

$
0
0

Hi experts,

 

When I use SPAM to upgrade SAP_BASIS component SP level, after the job runs in background dozens of hours, I got an error when logon the SAP GUI,

the error message is that "Syntax error in program SAPLURFC", then the whole SAPGUI diglog box disappear when I click any button.

2014-1-31 10-24-38.jpg

What's going wrong

 

Thanks

Youwang

Re: Material Overhead - wrong credit in production order

$
0
0

if in ck11n the ohs are coming and you have maintained the same valuation var for actual cost of order but actual ohs are not coming in order this means that either you have not maintained actual oh rates as suggested by Ajay sir or you have not calculated acutal ohs for order (kgi2 probably).

 

regards

 

Rajneesh Saxena


Re: YTD Value Calculation

$
0
0

Hi,

 

There is a code available for standard SAP variable YTD for 0CALYEAR. You can use the same code and replace 0CALYEAR with Fiscal Period.

 

But i think you should do this at BeX level using customer exit because given the data  volume in your cube it will eat up significant amount of time

 

Check this also.

SAP Standard BEx Variable for YTD

 

Thanks

Nayab

Re: Repository: Encountered an error in repository runtime extension;error preparing statement create procedure "_SYS_BIC"."pack1.yathams/PRO_ARTI" ( in ARTID INTEGER , out ARTICLE_COLOOK "_SYS_BIC"."pack1.yathams/PRO_ARTI/tabletype/ARTICLE_COLOO

$
0
0

Hi Sreenivasa,

 

Share your modified code here.

 

Regards,

Krishna Tangudu

Re: Flat files Delta or Full

$
0
0

SY-DATUM means system fields nothing but date fields.

behind coming as date just map to standard time char.

 

Thanks,

Phani.

Re: What is relation between cost center and internal order?

$
0
0

Hi Mohammad,

 

My background is with SAP BASIS Administration so you are looking for functional information on FICO and FSCM.  Not one of my stronger areas.  You can just do search on these categories on SCN as a starter.  Go start exploring.  If you find some discussions you can get that information sent to your email, twitter, or linked in account's just as an example.

 

SCN.jpeg

Cheers,

 

 

Dan Mead

Re: Hiding of Key Figure at two different Detailed Level .

$
0
0

Hello Sesh,

 

Also Make sure the technical name of attributes are correctly used in the macro.  So far you have been using incorrect technical names, which is the real cause why the macro was not working. Please fix those names and then test the macro.

 

Please refer below screenshot where I try to explain.

 

Capture.JPG

 

Hope this will help.

 

Thank you

Satish Waghmare

Re: LSMW Error

$
0
0

Hello Partha,

 

Yes, delete the field evaluation group 2 while doing the recording. But be sure while doing the deletion and try again.

 

Thanks & Regards,

Lakshmi S

Re: SID generation error during activation of Standard DSO

$
0
0

Hi Narayan,

 

Please find the below options.

 

Option 1 :

  • Compare with values in SID table
  • There is an Important DTP setting, "Type of Data Update to Data Targets"
    • If you set this indicator, the system terminates activation if master data is missing and produces an error message.
    • If you do not set this indicator, the system generates any missing SID values during activation.

Option 2:

  • Check the Hex value - use SAP Note 173241.
  • Check if lowercase letters are allowed for the mentioned InfoObject in tcode RSD1.
  • You have 3 options to correct the data:
  1. Correct the Data in the source system
  2. Correct the data in the PSA
  3. Write a routine to catch the incorrect characters

 

Option 3:

 

Check if all master data is loaded related to that transaction data. if not please delete request .

reload master data first and then reload data to DSO.

 

Option 4:

 

Avoid the SID Generation Error While Activating Data in a DSO

 

Regards,

Baskaran T R


Re: SAP Startup Focus Newsletter - fake or real?

$
0
0

Jürgen,

I have never seen such a publication ad, nor heard of such a group (saphana.com).  However, I seldom get such mails any more since I removed my real name from SCN and adopted a pseudonym.

 

The thing I find annoying is right after I attend any SAP school, 'somehow' my inbox becomes flooded with SAP-related junk mail (some from SAP but mostly from companies selling SAP-related products and services).

 

If SAP really sent this to you, not much you can do but unsubscribe.  If it is anyone else, hope your antivirus software is up to date.

 

Sympathetically,

DB49

Re: What is relation between cost center and internal order?

Bapi for service order creation

$
0
0

Hi  Experts ,

                    Can any one tell me what are the parameters to be passed in BAPI_ALM_ORDER_MAINTAIN for service order creation.

 

Regards,

Vinod.

Re: Importance of RDD in SO for rule based atp

$
0
0

Hi Karan,

 

As you said, due to some business requirement you are changing the RDD of the Sales document in ECC using customized solution. Hence, APO can understand the only the RDD that is being passed to GATP system for Availability Checking purpose. So, if the business is OK to execute all the ATP processes as of the date that was determined by your custom solution, you should be good. Of course, if you're changing the dates to future or past relative to the actual RDD asked by the customer, there could be changes in the confirmation. Also, in the post you mentioned that "Can I create delivery for the changed RDD" ? Please note that deliveries are always created against the scheduled MBDAT. Because, there is a lot more processes involved between MBDAT and Final Delivery date in terms of picking, loading and transportation.


In your example, if there are 1000+ orders for 15th day and if there is a stock/receipt for 100PCs, and if you change the RDD for one of these 1000+ orders, system tries to do the availability check and the MBDAT falls in line with the stock/receipt element then, you would get the confirmation on 05th day. However, if you run BOP; system decides the confirmation based on the priorities. I request you test such scenarios in the system and present it to your customer to ensure that they are in line with what you're doing or proposing in terms of solutioning.

 

Hope this helps.

 

Babu Kilari

Re: Create a material in another society BAPI

$
0
0

Hi,

You need to get the details of existing material with the society!

 

BAPI_MATERIAL_GET_ALL


by using the details of material need to extend the views with the below BAPI


* Need to extend the material by using the below FM BAPI_MATERIAL_SAVEDATA

Viewing all 8713 articles
Browse latest View live




Latest Images