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

Problem activating scheduling agreement integration model

$
0
0

Hello Experts,

 

We are not able to activate the scheduling agreement integration model. The system is getting hanged while executing the transaction CFM2/CFM3  and in the status bar a message "determining delta model" is continuously displayed, but nothing happens thereafter.

 

We have tried deleting the old models and creating new one but the issue still not resolved.

Also, we are successfully able to activate other integration models (i.e. Material, Plant, Vendor, Stock etc.) but facing issue only with the scheduling agreement.

 

Appreciate your help.


Request URL, top=50, all entries

$
0
0

Hi all,


I always getting only the top 50 entrys in my sap.m.table. The Request URL looks like this: ...?$skip=0&$top=50&$filter=(...


I tried

 

var oModel = new sap.ui.model.odata.ODataModel(sServiceUrl, true);

  oModel.setSizeLimit(200);

  sap.ui.getCore().setModel(oModel);

 

but i still getting only the top 50 entries. i also used isCountSupported() and it returns true.




 

the request in my Browser looks like this: ?$skip=0&$top=50&$filter=

 

When I change the top=50 to top=200 i still get the top 50 entries.

 

So there must be a problem inside the service.

 

I had a look inside the abap-code and i found the top-query part.

 

ls_paging-top =  "io_tech_request_context->get_top( ).

 

i changed it to:

 

ls_paging-top =  500.  but i still getting only 50 entrys. maybe I'm completely wrong.


i found that part inside the runtime artefact GET_ENTITYSET

 

any ideas? Thanks.

ABAP Looping technique

$
0
0

Hi,

 

I want to calculate margin percentage based on line item wise & subtotal wise for a billing doc/sales doc.

 

I have already accomplish line item wise & working fine.  Problem occurs when I want it to be print subtotal wise.

 

I have applied logic to calculate subtotals but loop is not working properly though not getting any errors but not getting desired output ,instead I am getting same output in as getting in percentage line item wise but ideally figure should be different in % if we are calculating it line item wise & subtotal wise.

 

 

dd.PNG

view or table not found: ME trying to access WIP & ODS w/o adressing scheme

$
0
0

Dear All,

 

I've come across an issue regarding data integration via SAPMEINT and I was wondering if anyone could help me out. What I am looking for is information as to whether it is a matter of configuration (if so - what do I need to do?) or whether this is an actual bug.

 

Importing ZLOIPRO01s from SAP ERP, I transformed them into standard LOIPRO01s which works fine. Then however I get an error message in MII Queue Monitor saying

 

(Failed in component: sap.com/meear) Exception raised from invocation of public com.sap.me.frame.Data com.sap.me.production.ProductionOrderSOBean.create(com.sap.me.frame.Data,java.util.Map) throws com.sap.me.frame.BasicBOBeanException method on bean instance com.sap.me.production.ProductionOrderSOBean@7dd3c767 for bean sap.com/meearxml|me.production.ejb-5.2.5.3-Base.jarxml|ProductionOrderSO in application sap.com/me~ear.; nested exception is: javax.ejb.EJBException: nested exception is: java.sql.SQLException: ORA-00942: Tabelle oder View nicht vorhanden

 

To make things easier, this is the actual SQL statement:

 

SELECT

     REVISION

FROM

     BOM

WHERE

     BOM='2215919-000000101987620000-3-1' AND

     SITE='1300' AND

     BOM_TYPE='H' AND

     (REVISION LIKE 'A-%' OR

     REVISION='A' )

UNION

SELECT

     REVISION

FROM

     AR_BOM

WHERE

     BOM='2215919-000000101987620000-3-1' AND

     SITE='1300' AND

     BOM_TYPE='H' AND

     (REVISION LIKE 'A-%' OR

     REVISION='A' )

 

Apparently, ME is trying to access different DB schemes without addressing them. Hence my question: Do I need to modify config or is it a bug?

 

Thanking You

 

 

Stefan

Default Absence Quota in IT 2006

$
0
0

HI,

 

I have run Time evaluation(using PT60) successfully.But when i checked IT2006,quota is not defaulted there.Where i might have gone wrong.Pls guide me.

 

Regards

FOTV Dump DATA_LENGTH_0

$
0
0

Hello everybody,

 

has anyone encountered the dump  DATA_LENGTH_0 in FOTV the last days? (extract see below / full dump see attachment)

 

Since yesterday two of our customers are facing this issue and I'm afraid it might become more. Last month everthing worked well for them.

They have different ERP Release - 7.40 and 7.00 - but I think similar SP levels considered the time the SPs were released (7.40 Basis 4, 7.00 Basis 29).

 

They use the transaction FOTV to transfer data to the tax authority as follows:

 

FOTV

enter details/select variant --> choose Display Data Only --> execute

then select entry to transfer and go to transfer data

popup window is shown and you're asked if you F I N A L L Y want to transfer the data to the tax authority --> YES

---> Dump

 

 

DATA_LENGTH_0

Category              ABAP Programming Error

Runtime Errors        DATA_LENGTH_0

Except.                CX_SY_RANGE_OUT_OF_BOUNDS

ABAP Program          CL_IM_FOT_VAT_DECL_BC_DE======CP

Application Component  FI

 

....

 

Information on where terminated
    The termination occurred in ABAP program "CL_IM_FOT_VAT_DECL_BC_DE======CP",
    in "IF_EX_FOT_VAT_BC~SEND_DECLARATION_BC". The main program
    was "FOT_B2A_ADMIN                          ".

    In the source code, the termination point is in line 256 of (Include)
    program "CL_IM_FOT_VAT_DECL_BC_DE======CM001".
    The termination is due to exception "CX_SY_RANGE_OUT_OF_BOUNDS" occurring in
    procedure "IF_EX_FOT_VAT_BC~SEND_DECLARATION_BC" "(METHOD)".
    This exception was not handled locally or declared in the RAISING
    clause in the procedure's signature however.
    The procedure is in program "CL_IM_FOT_VAT_DECL_BC_DE======CP        ". The
    source code begins in line 1 of
    (include) program "CL_IM_FOT_VAT_DECL_BC_DE======CM001    ".

 

The thing is that those are two pretty different customers - with different realeses on different platforms different databases....

 

Does anyone of you face similar problems? Or does anybody have an idea for the root cause of this problem?

We couldn't find any SAP note or hint that could help concerning this case and before we create a SAP customer message I wanted to ask a bit around.

 

Thanks in advance for sharing your ideas.

Marie

SAP AUTO START ON RED HAT ENTERPRISE LINUX SERVER RELEASE 6.4 DB : ORACLE11G

$
0
0

I'm just new to SAP Basis community ,,

 

I'm starting my IDE with a telnet program in which i manually logon to my sap system with user and pass .. then i followed certain steps to startup my sap system ..

 

1- login sap server using telnet

2 - starting with switching user to oraid1

Searching a string in system's entire source code

$
0
0

Hello.

 

I need find this characters in all of programs of the system because they aren't compatible with unicode: "á", "é", "í", "ó" and "ú".

 

I have used RPR_ABAP_SOURCE_SCAN, but although it has an option to ignore comments, the "end of line" comments (data: v_char(20). "comment) aren't ignored. And the literals (v_char = 'literal'.) neither.

 

Is there any way to do this?

 

I'm thinking about develop a report which gets the spool of  RPR_ABAP_SOURCE_SCAN and recognizes the "end of line" comments and literals and delete it from list, but it would be a bit complex.

 

Thanks in advance.


How can I reach a structure-element instead of structure(value of other variable)

$
0
0

Hi gurus,

 

Sorry If my question is not really clear.

 

Now I give result to a structure element.(green)

But I'd like to replace this with the red.

 

 

 

TYPES: BEGIN OF structure,
              x1          TYPE i,
              x2          TYPE i,
              x3          TYPE i,
              x4          TYPE i ,
END OF structure.
DATA: TYPE structure,
     name TYPE char2.
*
name = 'X1'.

s-x1 = 0.

s-(name) = 0.

 

 

How can I do this? With filed symbol?

 

Thanks,

Mark

RSP Backup taking different path.

$
0
0

Hi Experts,

               I am sheduling backup in particular path. But its taking backup in different path how to rectify this problem

         Capture1.JPG

Regards

Vinoth

total no of pages in spool

$
0
0

i need to print  total no of pages in the classical report output in the spool .

i have implemented the below code but its calculating incorrect page numbers.

 

CALL FUNCTION 'DISPLAY_PAGENUMBER'

EXPORTING

    LINES_TOTAL        = LW_TOT_LINES_5

    LINES_LOOP         = '7'

IMPORTING

    PAGES_TOTAL        = lw_tot_pages.


also i tried the code


DESCRIBE TABLE GINT_ALV_A  LINES LW_TOT_LINES_1.

DESCRIBE TABLE GINT_ALV_B  LINES LW_TOT_LINES_2.

DESCRIBE TABLE GINT_ALV_C  LINES LW_TOT_LINES_3.

DESCRIBE TABLE GINT_ALV_D  LINES LW_TOT_LINES_4.

LW_TOT_LINES_5 = LW_TOT_LINES_1 + LW_TOT_LINES_2 + LW_TOT_LINES_3 + LW_TOT_LINES_4 + 35.

**************

 

LW_TEMP = LW_TOT_LINES_5 / 30.

lw_tot_pages = trunc( LW_TEMP ).

*temp = frac( temp ).

if LW_TEMP > 0.

lw_tot_pages = lw_tot_pages + 1.

endif.


but even the above code is not working.

please help

S_PH0_48000510 - Can I make default infoset and user group

$
0
0

Dear Consultants!
When I start to run the query every time I need again to choose the info set and  user group .
If there is any way to make them default?
Thank You in Advance

Webi 3.1 on Win 7

$
0
0

Hi,

 

I just tested Webi 3.1 without any SPs and FPs on Win 7.

The result was, the preferences-tab on the left side of the screen was empty. Even the Bold and the Italic-Buttons were greyed out.

Anyone else tested this scenatio?

 

Upgrading is not possible at the moment.

 

Thanks in advance!

Time type Initialization based on financial year instead of calendar year.

$
0
0

Hi All,

 

I'm facing this problem. By using time type i'm capturing the no of worked days for a calendar year. This Time Type is used for calculating Privilege Leave which will be divided by 20 in the year end for Quota calculation. But when I run PT60 for the period 31.03.2014 to 01.04.2014. The Time types are automatically getting Initialized.

 

Here Time Evaluation is running based on financial year not as calendar year ? How to change the same to calendar year.

 

Already I have searched few solution here. As per the below link

 

PT60 generating for financial year but not for calendar year . But i'm facing the same issue.

 

Please suggest me the solution for this.

 

Regards

Jagan

Agentry Android Client Error

$
0
0

Hi,

 

I'm working on SMP 2.3 SP02 and using 6.1.2 Agentry Server, 6.1.2 Android Client. If Android device system language is English, Agentry Client works correctly. But when i change device system language, client gives error during transmit and shuts down.


I've tried SP03 and SP04 but they both did not work.



Thanks,

Serkan Demir






BO Webi Export to CSV Text Qualifier opt xir3 sp5 Full build vs Upgrade path

$
0
0

Hi, can anybody tell me how I can get the 3 option (space) as a Text Qualifier when saving a Webi doc as a CSV. In Prod we have upgraded to SP5 thru the modify path on the install media and do not have this option. In Dev we did a fresh install of SP5 using the same media disc and there we get a 3rd option when saving to csv. both versions are XIR3 sp5 but show different builds via the CMC. Is this option controlled by an xml property file on the app server? Refreshing the Prod instance with a new BO install is not a good option - too many obstacles. This is the only difference I've noted and one that is causing an extra step to strip off double quotes from scheduled Webi docs delivered as CSV files to a file share in Prod.

 

Dev: Build Date:  2012/02/17:02:04:34

Build Number:  1265

Product Version:  12.5.0.1265

 

Prod: Build Date:  2011/11/29:21:00:17

Build Number:  1190

Product Version:  12.5.0.1190


I've attached the screen shots illustrating the issue. Bottom line is that I need the Space option as a Text Qualifier. Any ideas how to acquire this 3rd option? Thanks.

.NET SDK - 4.1 Platform & CR4E RPT (View-on-Demand)

$
0
0


We have a SAP BI-BI 4.1 (SP3) platform.

 

Had no major issues moving our legacy CR-2013 content over and accessing it (View-On-Demand) in native format from our .NET SDK application via Crystal Processing Server.

 

Also, our .NET SDK application can (View-on-Demand as PDF) via the Crystal Reports 2013 Report Application Server (RAS).

 

However, we are about to start using Crystal Reports for Enterprise (CR4E) formatted content on our Platform - and wonder if there are any obvious "Gotchas" that we need to plan for...?

 

I assume the .NET SDK calls for View-On-Demand via the Crystal Processing Server will be unchanged, right..? It doesn't care if the content was authored in CR-2013 or CR4E, because they use the same server.

 

...but also assuming that we are "pooched" on  View-on-Demand as PDF via the Crystal Reports 2013 Report Application Server (RAS), because that Server does not support the new CR4E format of report.

 

Anyone else started doing this with CR4E content via the .NET 4.1 Platform SDKs..? Any work-around for View-On-Demand as PDF..?

 

Any other "Gotchas" that we need to plan for...?

 

Thanks in advance for the advice.

Function Imports - USE

$
0
0

Hi !!

I have been developing OData Services in SEGW and came across Function imports. I went through

 

https://help.sap.com/saphelp_nw74/helpdata/en/c5/dc22512c312314e10000000a44176d/content.htm

 

and I still am not clear about it. Could anyone please help me with this ?

 

Could anyone explain -

  • The use of function imports ?
  • Why use function imports , when we can implement CRUD operations through entities.
  • some scenarios where function imports are used ?
  • When to use function imports and when to implement CRUD through entities.

Create an IDOC DELVRY** when a delivery is deleted

$
0
0

Hi,

 

We are interfacing our outbound deliveries to a Transport Management System. What is the standard best SAP way to generate an IDOC when a delivery is completely deleted ? I know in my IDOC I have to have the QUAL DEL in E1EDL18 segment but how can I create an IDOC when a delivery is deleted and have this qualifier set in the segment.

Thanks for your help. I have searched for this a long time and did not find an interesting solution that is simple and uses SAP standard way with output type.

workcentre no appear in list

$
0
0

Hi

 

When i am executing  IW29 Report of notification in SAP ,i am not able to get workcentre in that report ,i have maintain the workcnter in Equipment and Funcational Location.

 

Regards

Viewing all 8608 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>