Quantcast
Channel: SCN : All Content - All Communities
Viewing all 9001 articles
Browse latest View live

Cancel GR cancellation before Posting Date!

$
0
0

Dear all

 

The scenario is this:

 

For a subcontracting PO I Goods receipt in posting date 2015/03/19 (Mvt 101 for assembly and 543 for components)

I cancel this material document in 2014/04/19 wrongly instead of 2015/03/19 (Mvt 102 for assembly and 544 for components)

 

Now I need to do GR in 2015/03/19 but clearly I can not.

 

 

what can I do?

thanks in advance


Using SLT for migration (Sybase ASE(15.7) to MS SQL server 2014)

$
0
0

Hi,

 

Is it possible to use SLT for data migration (Active-Active replication) from Sybase ASE (15.7) to MS SQL Server (2014) ?

 

I want to use a separate host to do this migration, if possible.

 

 

Viral Dave

search function who does RFC connection and TMS_TM_GET_TRLIST

$
0
0

Hi I search a function where I can use the function  TMS_TM_GET_TRLIST like this

 

CALL FUNCTION 'TMS_TM_GET_TRLIST' DESTINATION 'XXXX'
     EXPORTING
       iv_system      = 'DCR'
       iv_startdate   = '20080101'
       iv_enddate     = '20150404'
       iv_allcli      = 'X'
       iv_imports     = 'X'
       iv_exports     = lv_exp
       iv_endtime     = syst-uzeit
       iv_starttime   = syst-uzeit
       iv_last_import = 'X'
*      iv_destination = 'DCQCLNT800'
     IMPORTING
       et_tmstpalog   = lt_log
     TABLES
       irt_requests   = ur_trkorr
     EXCEPTIONS
       alert          = 1
       OTHERS         = 2.


The problem is  DESTINATION 'XXXX' is not working for the function TMS_TM_GET_TRLIST.

I search transport request from other system with RFC

I dont want search in table using 'rfc_read_table' I want search in file with a function like that


help me

Dual Stack (abap+java) definition (doubt)

$
0
0

Hello,

 

I´m with a big doubts regarding one thing... I don´t understand if I´m facing a SAP system with ABAP+JAVA or with two instances separated from each other. The problem is... if it is ABAP+JAVA I will have to do the dual split SAP system (Dual-Stack Split). I tried to figure out this reading the following document, but unfortunately I´m still with some doubts:


http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f010e41c-2421-3110-149b-9b0a2e73ae0f?QuickLink=index&…


In the page 4 you can see the definition of Dual Split:


Definition - what is a dual-stack system?

 

Definition:

SAP system that contains both SAP NetWeaver Application Server ABAP and Java with following characteristics:

- One common SAPSID

- One common startup framework

- One common database


In my case, my SAP system have two instances BW ABAP (BWA) e BW JAVA (BWJ) with only one database! So... I don´t understand if this is a abap+java or if are two instances separated!

 

Can you clarify me please?

 

 

Best regards,

samid raif

Partner function Creator missing while creating reminder task

$
0
0

Hi All,

 

In our project we have setup anaction to create task (reminder email) from quotation. We have setup background job of SPPFP transaction to processed quotation so that reminder  transaction(task) can be created.

Issue happening whenever we are creating reminder that is task from SPPFP always 'creator'partner function is missing(not determining). there is no error in case somebody creates it manually. I have created the RFC user as an employee also but the issue still does exists.

 

Capture.PNG

Error message detail  : Msg no: 119 class: comm_partner

 

Thanks

prem

Keep Calm and Govern On

$
0
0

Information governance can seem (is) stressful at times, but don't worry, just keep calm and govern on. Register now for a short demo of dspGovern at the BackOffice Associates booth (246) and get the greatest shirt in the world. SIGN UP HERE

 

SAP PO 7.4 | Monitoring details

$
0
0

All,

 

We are using a single stack SAP PO 7.4 system and I noticed something within the Communication Channel Monitoring.

 

What I need is the original message format to be displayed and I can have that available in the Communication Channel Monitoring, but it seems like I only see messages from the last hour. All messages older are just not available.

 

Can someone provide more context please?

 

Thanks a lot.

Dimitri

Report with 2 command asking password

$
0
0

Hi,

 

I have a report in which 2 commands are used. One command populates the data for lookup and the other command is used to display data in the report.

This report when uploaded on the server asks for username and password. Can anyone help me regarding the same.

 

Regards,

Simran


stock - get the initial values in the past (maybe use DS 2LIS_03_BX)

$
0
0

Hello every one … Bom dia,

 

I need to get the quantity and values for stock in the 2013/01, and the datasource 2LIS_03_BX do not have a filter with date. Only have the actual “values” …

 

Is there another way to get the “values” in the past ???

Maybe a parameter in one table that I must change ???

Or another kind of “initial steps” …

 

Thanks in advantage … obrigado,

Kokeny, Márcio

 

P.s.: I already read this some documents:

http://scn.sap.com/docs/DOC-35750

http://sapedw.blogspot.com.br/2011/12/10-steps-to-remember-in-inventory.html

http://scn.sap.com/docs/DOC-53894

http://scn.sap.com/docs/DOC-31044

and the “official” SAP document about this point … and others

Template Management

$
0
0

HI Experts,

 

     Can you please forward me the implementation documents for template management.I have gone through some documents,but still didnt get an idea about this.Please let me know the purpose and the prerequisites also for the template management.

 

Regards,

Arun Raj.

Problem with Syncronus senario in AAE

$
0
0

HI ,

 

I am working on SOAP to Proxy  syncronus senario in SAP PI7.1 using AAE (Intigrated configuration ,But i am getting the error as follows

 

SOAP: call failed: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Error during conversion of XI message

 

I am not sure what is this error causing, can any body help me on this issue.

 

Thanks,

 

Dump RPERF_ILLEGAL_STATEMENT on calling a if_http_client->send within a custom conversion exit

$
0
0

Hi Experts,

 

I have a conversion exit on a field which initially used to invoke a RFC call connection of type "T" and retrieve certain data set/do some validations.

This is working perfectly.

 

In a separate development project scenario we are using the if_http_client(s) - send request to send and receive data from a web server using RFC connection type "G". As a standalone program its working fine but when it gets invoked via the conversion exit it results in the below dump.txt attached

 

Can you please let me know what is wrong and how I can overcome this situation, I have to use the web service scenario.

 

Some code snippet where the dump is happening >>>>>>>:

 

   " Send the request to cardconnect server

>>>>>>>>>>>> CALL METHOD lv_http_client->send.

 

Flow:

 

ABAP Screen(s) data element -> Calls conversion exit -> calls few validations and a function to send and recieve some data from a web end point.. and on sending the dump happens.

 

ABAP dump:


Short text

    Statement "RFC-SYSTEM RFC_ID id RFC_VALUE value" is not allowed in this form.

 

What happened?

    Error in the ABAP Application Program


    The current ABAP program "SAPLSHTTP" had to be terminated because it has

    come across a statement that unfortunately cannot be executed.

 

What can you do?

    Note down which actions and inputs caused the error.

 

    To process the problem further, contact you SAP system

    administrator.

 

    Using Transaction ST22 for ABAP Dump Analysis, you can look

    at and manage termination messages, and you can also

    keep them for a long time.

 

Error analysis

    There is probably an error in the program

    "SAPLSHTTP".

    The program was probably called in a conversion exit

    or in a field exit. These are implemented by

    function modules called CONVERSION_EXIT_xxxxx_INPUT/OUTPUT or

    USER_EXIT_xxxxx_INPUT.

    Conversion exits are triggered during screen field transports or

    WRITE statements, field exits during field transports from the

    screen to the ABAP/4 program.

    In this connection, the following ABAP/4 statements are not allowed:

 

-  CALL SCREEN

-  CALL DIALOG

-  CALL TRANSACTION

-  SUBMIT

-  MESSAGE W... and MESSAGE I...

-  COMMIT WORK, ROLLBACK WORK

-  COMMUNICATION RECEIVE

-  STOP

-  REJECT

-  EXIT FROM STEP-LOOP

 

Moreover, conversion exits for output conversion

(implemented by function modules called

CONVERSION_EXIT_xxxxx_OUTPUT) do not allow

 

-  MESSAGE E...

to be used.

 

Thanks,

Rupali

SAP Contact Center的问题报在新模块

$
0
0

此文章已经原作者Jukka Suhonen授权,转载翻译于此,原文链接:

http://scn.sap.com/thread/3568372

 

从2014年10月6号起,所有SAP Contact Center相关的问题要报在新的模块CRM-CCI。

你仍然可以用旧的模块CRM-BCM, 但就像你注意到的,系统会自动提示Please use CRM-CCI。旧模块从2014年的Q4就废止了。

Scheduling or TR

$
0
0

Hi,

I have scheduled one TR to get imported in Production.

When i am seeing TR Import status then it is showing scheduled and  after opening it it is giving me details.

But when I am searching that job in SM37 it is not displaying.

 

Also i had to import it 29th april at 8PM so i have selected time 8 so where i can select pm or am.

 

Please guide me.

 

Thanks and Regards,

Akshay

Fetching SAP HANA Instance Information Failed

$
0
0

Hi

 

I activated HANA AWS instance through my CAL account with BW on HANA free trial version. Launched remote desktop connection, successfully logged in and launched Eclipse and selected HANA modeler perspective. So far so good....When I try to add a new cloud based system, I am not able to pass through the above error message and attached detailed message screen shot. It says my user credentials are wrong but I could log on to SAP HANA Cloud Platform with same user credentials but can not add new system through remote desktop

 

Did any of you experience this problem before, if so can you please help to resolve. Greatly appreciate your support.

 

Thanks

 

Capture.JPG


how do i pass a value to a userdefinedform?

$
0
0

hello all,

we need to pass a string value to an userdefinedform. this value will be used as a sql where clause to a custom matrix that will show a different set of results depending on the where clause.

 

we are developing an addin using vs2010 and c#.

 

 

first of all we created our form, vs2010 created it with its default events.

 

example:

    [FormAttribute("Forms.Test", "Forms/Test.b1f")]    class Test : UserFormBase    {        /// <summary>        /// this property stores the        /// </summary>        public String WhereClause { get; set; }        /// <summary>        /// ctor        /// </summary>        public Test()        {        }        /// <summary>        /// ctor with param        /// </summary>        /// <param name="sqlWhere"></param>        public Test(String sqlWhere)        {            //this happens too late            this.WhereClause = sqlWhere;        }        /// <summary>        /// Initialize components. Called by framework after form created.        /// </summary>        public override void OnInitializeComponent()        {            this.EditText0 = ((SAPbouiCOM.EditText)(this.GetItem("Item_0").Specific));            this.OnCustomInitialize();        }        /// <summary>        /// Initialize form event. Called by framework before form creation.        /// </summary>        public override void OnInitializeFormEvents()        {            //events are hooked        }        private SAPbouiCOM.EditText EditText0;        private void OnCustomInitialize()        {            //we build the matrix            string sqlSelect = "SELECT CODE,NAME FROM OUOM WHERE 1=1 ";                       //we want to filter here... but our property WhereClause            if (!String.IsNullOrEmpty(this.WhereClause) )            {                sqlSelect = sqlSelect + " " + this.WhereClause;            }            //we fill the matrix with data            dataTable.executeQuery(sqlSelect);        }    }

 

our problem is that when we hit OnCustomInitialize Event our WhereClause Property is null.

 

This happens because form constructor method occurs after OnCustomInitialize  ( event that we use to fill our matrix ), so the custom whereclause is always null.


we can't find an event that occurs after the form constructor, our public string property is always null and we can't filter the results.

 

we create the form using this code

Forms.Test udms = new Forms.Test(" AND CODE LIKE 'A%'");
udms.Show();

 

any help or hint is really appreciated

 

thanks in advance

Reconciliation difference must be zero before reconciling [Message 3821-8]

$
0
0

Dear Experts,

 

Are there any possible solutions to retrieve the AP Invoice & CN that has been manually deleted from database? My backup database is not working and I have made mistakes by adding 2 invoices & 1 CN in the live system. 

 

Problems:

I have created AP CN 2872 by copying from AP INV 56482 with partial amount (Inv total =15345.77 while CN total = 11205.65). Then I cannot find that AP CN in the list available in Outgoing Payment as it’s already being knocked off by the AP Inv. I need to get the manual AP CN to make the payment. Also, I found that the balance due of AP INV 56482 was incorrect as it was being deducted by CN 2872. So we have tried to create another AP invoice to cancel that AP CN. Unfortunately the balance due in Outgoing Payment is not tally with BP balance. Then, I have deleted the wrongly created invoices & CN in database and recreate the CN using SQL. Now, I am getting this error message “Reconciliation difference must be zero before reconciling  [Message 3821-8]” when I tried to add the Outgoing payment.

 

I have messed up the tables. I have gone through SAP Note 1258628 & 1264090 but still do not know how to solve my problems yet.

 

Kindly assist me on the above issue.

 

Thanks & BR,

Leng

Error FM

$
0
0

Hi experts,

 

i have the following error when i launch my code, but i have no syntax error in my code.

 

The function call of SLS_MISC_GET_LAST_DAY_OF_MONTH failed; a field may have been assigned to the parameter DAY_IN whose"


Here is my program:


DATA: temp_date like sy-datum.

 

WHEN 'ZLASTDAYMONTH'.                

     if i_step = 2.

       LOOP AT I_T_VAR_RANGE INTO FISC_VAR_RANGE
             WHERE VNAM = 'ZTODAYDATE2'.

         CLEAR L_S_RANGE.

         call function'SLS_MISC_GET_LAST_DAY_OF_MONTH'
       exporting
         day_in = FISC_VAR_RANGE-LOW     "this is the user entry date based on ZTODAYDATE2
         importing
         last_day_of_month = temp_date.

         L_S_RANGE-LOW      = temp_date.
         L_S_RANGE-SIGN        = 'I'.
         L_S_RANGE-OPT         = 'BT'.
         APPEND L_S_RANGE TO E_T_RANGE.
         EXIT.
       ENDLOOP.
     endif.


Could you please tell me what's wrong with my program?


Thanks.


Amine


Cannot POST to create schedule - (500) internal server error

$
0
0

I am trying to create a schedule using Raylight and Restful Web services using a post to

http://xxxxxxxxxxx:6405/biprws/raylight/v1/documents/6385/schedules 

 

when I do I get an error

'The remote server returned an error: (500) Internal Server Error.'


I suspect its to do with ports being open and closed as our system has all ports locked down by default and we have to get them opened as we find the need.


Has anyone any idea as to where or how I might be able to find details of ports that need to be opened or services that need to run with specific ports rather than automatic ?


Any help much appreciated as this is fast becoming a major stumbling block - we keep fixing one thing only to find another, unfortunately we are newbies to the SDK as well as newbies to 4.1

Analyse SOLMAN data on BO Dashboard

$
0
0

Hi all,

 

We have a landscape with BW connected with BO. Now I am trying analyse data from SOLMAN using BO Dashboards and WEBi Documents.

 

How can I do this?

 

Creating a OLAP connection on IDT?

Creating a relational connection on IDT?

Other solution?

 

Someone has already developed a similar solution to this?

 

 

Regards

Vitor

Viewing all 9001 articles
Browse latest View live