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

Re: how to export message in SAP gateway method CURD?

$
0
0

Hi Jun,

    what you say demo program,where i can find the demo program,can you give me more details ,thank you!

 

Regards,

Dangli


Set Method for Extented SAP UI5 Controls

$
0
0

Hi Experts ,

 

I am trying to extendsap.ui.unified shell .

 

I have basically added some properties and re-defined the renderer.

 

It is rendering properly but i am not able to use set methods(ex. myShell.setIcon() )  whearas get methods are working fine.

 

1. Any Idea why it is not working ? Any way to fix it ??

 

 

2.How can i define my own set methods ?

Re: Gateway monitor is deactivated

$
0
0

Hi,

 

when I hit the command with SIDADM, I have got below results.

 

C:\Users\ed1adm>sapcontrol -nr (MRTSRMDEV 0> -function GetProcessList

NAME

    sapcontrol (Version: 721, patch 500, changelist 1576121)

 

 

SYNOPSIS

    sapcontrol [-prot <protocol>]

               [-trace <filename>]

               [-debug]

               [-user <user> <password>]

               [-queryuser]

               [-repeat <N> <D>]

               [-format <format>]

               [-host <hostname>]

               [-tio <timeout>]

               [-tmax <timeout>]

               -nr <instance number>

               -function <webmethod> [parameter list]

 

 

DESCRIPTION

    Control and monitor SAP instances via WebService interface of SAP Start Serv

ice.

 

 

OPTIONS

    -prot <protocol>

        Specify the protocol for the communication with the SAP instance.

        Available protocols are:

          NI_HTTP     HTTP  using SAP NI sockets (default, prefer Unix domain so

ckets)

          NI_HTTPS    HTTPS using SAP NI sockets (prefer Unix domain sockets)

          GSOAP_HTTP  HTTP  using gsoap build in sockets

          WINHTTP     HTTP  using Windows winhttp

          WINHTTPS    HTTPS using Windows winhttp

          PIPE        Windows named pipes (on Unix same as NI_HTTP)

    -trace <filename>

        Trace SOAP request/response

    -debug

        Write local trace to stderr

    -user <user> <password>

        OS user and password for Webservice authentication

    -queryuser

        Query interactively for user and password

    -repeat <N> <D>

        Repeat webmethod call <N> times (-1=forever) with <D> sec delay

    -format <format>

        Specify the format for the output of the webmethod.

        Available formats are:

          list    List output format (default)

          script  Script output format

    -host <hostname>

        Host to connect to (default: localhost)

    -tio <timeout>

        Specify network I/O timeout in sec (default: 0 (blocking/infinite))

    -tmax <timeout>

        Specify max processing timeout in sec (default: 0 (infinite))

WEBMETHODS

    Start [runlevel]

    InstanceStart <hostname> <instance number> [runlevel]

    Bootstrap [<hostname> <instance number>]

    Stop [softtimeout sec]

    InstanceStop <hostname> <instance number> [softtimeout sec]

    Shutdown

    RestartInstance [<softtimeout sec> [runlevel]]

    StopService

    StartService <SID>

    RestartService

    ParameterValue [<parameter>]

    GetStartProfile

    GetTraceFile

    GetAlertTree

    GetAlerts

    GetEnvironment

    GetVersionInfo

    GetQueueStatistic

    GetProcessList

    GetInstanceProperties

    ListDeveloperTraces

    ReadDeveloperTrace <filename> <filesize>

    ListLogFiles

    ReadLogFile <filename> [<filter> [<language> [<maxentries> [<cookie>]]]]

    AnalyseLogFiles [<severity 0..2> [<maxentries>

        [<starttime YYYY MM DD HH:MM:SS> <endtime YYYY MM DD HH:MM:SS>]]]

    ConfigureLogFileList set|add|remove [<filename1> <filename2>... <filenameN>]

 

 

    GetLogFileList

    CreateSnapshot [<description> [<datcol_param> [<analyse_severity -1..2>

        [<analyse_maxentries> [<analyse_starttime YYYY MM DD HH:MM:SS>

        <analyse_endtime YYYY MM DD HH:MM:SS> [maxentries

        [<filename1> ... <filenameN>]]]]]]]

    ReadSnapshot <filename> [<local filename>]

    ListSnapshots

    DeleteSnapshots <filename1> [<filename2>... <filenameN>]

    GetAccessPointList

    GetProcessParameter <processtype> [pid]

    SetProcessParameter <processtype> <pid> <parameter> <value1>

        [<value2> ... <valueN>]

    OSExecute <command> <async> <timeout> <protocolfile>

    SendSignal <pid> <signal>

    GetCallstack <pid>

    GetSystemInstanceList [<timeout sec>]

    StartSystem [ALL|SCS|DIALOG|ABAP|J2EE|TREX|ENQREP|HDB|ALLNOHDB|LEVEL <level>

 

 

        [<waittimeout sec> [runlevel]]]

    StopSystem [ALL|SCS|DIALOG|ABAP|J2EE|TREX|ENQREP|HDB|ALLNOHDB|LEVEL <level>

        [<waittimeout sec> [<softtimeout sec>]]]

    RestartSystem [ALL|SCS|DIALOG|ABAP|J2EE|TREX|ENQREP|HDB|ALLNOHDB|LEVEL <leve

l>

        [<waittimeout sec> [<softtimeout sec> [runlevel]]]]

    AccessCheck <function>

    GetSecNetworkId <service_ip> <service_port> [<version> [<challenge>]]

    GetNetworkId <service_ip> <service_port> [<version>]

    RequestLogonFile <user>

    HACheckConfig

    HACheckFailoverConfig

    HAGetFailoverConfig

    HAFailoverToNode <node>

    ABAPReadSyslog

    ABAPReadRawSyslog

    ABAPGetWPTable

    ABAPGetSystemWPTable [<activeonly>]

    J2EEControlProcess <processname> <function>

    J2EEControlCluster <processname> <function> [<hostname> <instance number>]

    J2EEEnableDbgSession <client> [<processname> <debugflags>]

    J2EEDisableDbgSession <debugkey>

    J2EEGetProcessList

    J2EEGetProcessList2

    J2EEGetThreadList

    J2EEGetThreadList2

    J2EEGetThreadCallStack [<threadindex>]

    J2EEGetThreadTaskStack [<threadindex>]

    J2EEGetSessionList

    J2EEGetCacheStatistic

    J2EEGetCacheStatistic2

    J2EEGetApplicationAliasList

    J2EEGetComponentList

    J2EEControlComponents <process name> <operation> <componenttype>

        <componentname1>,...,<componentnameN>

    J2EEGetWebSessionList

    J2EEGetWebSessionList2

    J2EEGetEJBSessionList

    J2EEGetRemoteObjectList

    J2EEGetVMGCHistory

    J2EEGetVMGCHistory2

    J2EEGetVMHeapInfo

    J2EEGetClusterMsgList

    J2EEGetSharedTableInfo

    ICMGetThreadList

    ICMGetConnectionList

    ICMGetProxyConnectionList

    ICMGetCacheEntries

    WebDispGetServerList

    EnqGetStatistic

    EnqGetLockTable

    StartWait <timeout sec> <delay sec>

    StopWait <timeout sec> <delay sec>

    WaitforStarted <timeout sec> <delay sec>

    WaitforStopped <timeout sec> <delay sec>

    RestartServiceWait <timeout sec> <delay sec>

    WaitforServiceStarted <timeout sec> <delay sec>

    CheckHostAgent

 

 

EXITCODES

    0  Last webmethod call successful

    1  Last webmethod call failed, invalid parameter

    2  StartWait, StopWait, WaitforStarted, WaitforStopped, RestartServiceWait

       timed out

    3  GetProcessList succeeded, all processes running correctly

    4  GetProcessList succeeded, all processes stopped

 

 

SECURITY

    Trusted connects without user and password check are possible through

    Unix domain socket or Windows named pipes. Protected webmethods like

    Start or Stop require a trusted connection or OS user and password

    authentication.

 

 

EXAMPLES

    sapcontrol -nr 0 -function GetProcessList

      Gets the list of processes on instance 00 on localhost

 

 

NOTES

    A detailed description of the SAPControl webservice interface is available o

n

    http://scn.sap.com/docs/DOC-14382. The actual interface definition can be qu

eried

    from the SAP Start Service via http://<host>:5XX13/?wsdl or https://<host>:5

xx14/?wsdl.

    The WSDL contains a short documentation of each webmethod (XML tags "<docume

ntation>").

    SAP MMC (http://scn.sap.com/docs/DOC-8294) provides a graphical user interfa

ce as

    Snap-In for the Microsoft Management Console and SAP MC provides a graphical

user

    interface as Java Swing UI launched from a browser (http://<host>:5XX13

    or https://<host>:5XX14).

 

 

 

And also when I run netstat, few results shown as time out. Please see below,

 

 

 

 

 

 

 

 

 

TCP    122.0.0.1:50244        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50245        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50246        MRTSRMDEV:sapgw00      TIME_WAIT

TCP    122.0.0.1:50249        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50252        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50253        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50256        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50259        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50260        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50263        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50266        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50267        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50270        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:54731        MRTSRMDEV:sapgw00      ESTABLISHED

TCP    122.0.0.1:54733        MRTSRMDEV:sapgw00      ESTABLISHED

TCP    122.0.0.1:55334        MRTSRMDEV:3900         ESTABLISHED

TCP    122.0.0.1:55336        MRTSRMDEV:sapdp01      ESTABLISH

Re: IBGI Issue

$
0
0

H Suraj ,

 

Thanks for your reply.The goods issue  and outbound delivery  happening .But My requirement is  From Outbound delivery order i  need to  create Outbound Delivery .With respect to outbound delivery   we should  create  request invoice ,this  should  happen  before  Goods issue which is not happening .I am   not getting any error.

 

Thanks

Sohan

Re: Model provider class

Re: Gateway monitor is deactivated

$
0
0

Hi,

 

gw/monitor parameter is set to 1 already in my System. There might be other problem in facing the issue. When I run gwmon, I got below results

GwMonDisplayConnTbl failed, rc=GW_MONITOR_DISABLED

Gateway monitoring for MRTSRMDEV / sapgw00 disabled

 

Please advise.

 

Thank you,

 

Regards,

Satyardha

Re: PARAMETER I_MGEIG of FUNCTION ZSL_QMFM_003 (SETTER): cannot convert Decimal into BCD[7:3]

$
0
0

Hi Bernard,

 

If you need to set such a value, you need to adjust the definition of the parameter I_MGFRD. Its type MGFRD allows to use only 10 digits before and 3 digits after the decimal point. If you need to use 12 digits before, the definition needs to be adjusted to at least BCD[8:3] in the ABAP system.

 

Best regards,

Markus

MIRO/MIGO cancellation

$
0
0

Hi Experts,

Hope you all doing well,

 

I have a requirement where i have to cancel/reverse the multiple Invoicing Documents"RE".

i just wanted to know if there any transaction code through i can cancel multiple invoices + MIGO Documents in a single transaction.

Please see the requirement

 

1. Purchase order creation

2. MIGO Posting     -     Material document generated + Accounting Document generated.

                                        Stock A/C Debited to GR/IR Credited

 

3. MIRO Posting     -     Material document generated + Accounting Document generated    

                                             GR/IR Debited to Vendor A/C credited

 

what i want to do is cancel all the above documents

 

Please help if there is any process to cancel these documents or any idea,..

 

 

thanks

Ankur Chauhan


Re: Internet explorer issue when i run the DS report

$
0
0

Hi Tammy n Carlos.

 

Sorry to ask this. What is BIP, where can i find its version on platform.

Re: How to Create a remote branch in the SAP Web IDE Git Client

$
0
0

Hi Mohammad

 

It is not possible to create new remote branch in Web IDE , it is possible to create local branch for remote, it is also possible to create several local branches for the same remote branch.

The default remote branch that was created is the master.

It is planned to support to add new remote branch it in the future.

You can add a new remote branch from git bash and then continue to work in Web IDE and push to different remote.

 

Regards,

Yossi

Re: OData calls in SAPUI5 (locally on Tomcat): HTTP request failed (500)

$
0
0

Hi guys,

 

thank you for the fast answers

 

If I try to use 'http' instead of 'https' I get the following error:

 

type Exception report

messageConnection reset

descriptionThe server encountered an internal error that prevented it from fulfilling this request.

 

How do I import the certificates into my Java keystore and how do I find them?

 

Thanks again

David

 

P.S. SAP Web IDE is nice but I guess I'm just addicted to vim

Idoc Import in IDX2 is different from Idoc Definiton in WE30

$
0
0

Hello experts,

 

i have aproblem with theimport of an Idoc definition in SAP PI. An existing Z_Idoc has been modified. I've imported the Idoc in ESR, there it looks fine. Exactly the same structure like in WE30 from the SAP-system where i get the Idoc. In the next step, i've updated Idoc in IDX2 on the PI-System. Source is the same SAP-System as in the step before. And here is the problem. In IDX2, after the import, there is one additional field. To be precise, one of the fields exists twice, with another Offset. I dont knowwhere it comes from. Do you guys have any explanation?

 

Idoc in WE30

WE30.jpg

Idoc after import in IDX2

idx2.jpg

Greetings

Christopher

Re: Tiered growth rebate Condition Technique in TPM scenario.

Re: Internal Order Settlement - KO88

$
0
0

Hi Voona

 

For this, the allocation structure assigned to the settlement profile of your order type should have settlement cost elements as 'By Elements' rather than 'Settlement Cost Element';

1.png

Let me know if this fulfill your requirment?

 

Regards

Syed Zia Abbas

Re: No data availabe in the GTS 10 version

$
0
0

Hi Dave,

 

Thanks you so much for your help. i will get in touch with the Basis Guy.

 

Regards

shyam


WEBI Error: "SQL generation failed. See your administrator.Could not resolve prompt answer: ++11300. (IES 00013) (Error: INF)"

$
0
0

Hi All,

 

SAP Business Objects 4.1 SP6 Patch 1.

 

WEBI Report using BEx Query through BICS connection.

 

Issue when use hyperlink from summary to detail report.

 

Getting the Error Message

 

"SQL generation failed. See your administrator.Could not resolve prompt answer: ++11300.  (IES 00013) (Error: INF)"

 

Thanks & Regards,

  Asya

error in product confirmation

$
0
0

While closing the books for quater end, in closing relevant  task I got one unposted transaction related with product confirmation it shows this error "Default entry without acc. det. group: G/L account missing for services. The system detected an error situation which prevents automatic processing in the accounting process component".As a result I configured G/L accounts for services in chart of account,financial reporting structures,account determination Activity, but still error doesn't resolves, suggest the configuration I may have missed.

Re: delete internal candidate?

$
0
0

Hi Nicole

 

The best would be that nothing would exist anymore. The disable from search is just an light solution for our business people.

 

Regards

 

David

Re: Default values in XSDS

$
0
0

Thank you so much Florian.

 

best regards,

 

Luis.

Re: Version exclusive use 2

$
0
0

Paulo

 

The Estimated Cost field in the order header (AUFK-USER4) is not integrated into CO.

 

PeteA

Viewing all 8746 articles
Browse latest View live




Latest Images