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

Query row structure to restrict on multiple ranges of Calendar Year /Month using Custom exit

$
0
0

Hi All,

 

I have written 2 queries in Bex 7.x which have similar requirement. One uses 0CALMONTH and other 0FISCPER. I will describe scenario with Calendar Year month query.


  • Query to have user entry screen for 0CALMONTH. Added 0CALMONTH in Filters section and restricted on mandatory user entry variable.
  • Key figures restricted in four ways by creating a row structure with four selections
    1. Current Month User entered value on selection screen (Restricted on User entry variable)
    2. Previous Month / Period (Above value offset -1)
    3. YTD value Range from Previous July / 07.YYYY to current user entered month value (Custom exit)
    4. LYTD value - Above value for previous year (Above value offset -12)

 

For YTD value wrote a custom exit code which uses the user entry variable on 0CALMONTH to retrieve the current month value and then give output range value for YTD.

 

The custom exit code when debugged seems to calculate the correct range. However the query output is not working and gives out the same data for Current month and YTD range. Also LYTD value and Previous month value don't show up with any data at all.

 

Any tips on where we are going wrong would be helpful.

 

Thanks!

 

Custom Exit code:

 

WHEN 'ZGB_FP_AYTD_PTNR'.

     IF i_step EQ '2'.

       READ TABLE i_t_var_range INTO loc_var_range WITH KEY vnam = 'ZFP_AYTD_PRTNR'

                                                            iobjnm = '0CALMONTH'.

       IF sy-subrc EQ 0.

         CLEAR: l_month_curr, l_month_low, l_year_curr, l_year_low,

                l_calmonth_low, l_calmonth_high.

 

         l_month_curr = loc_var_range-low+4(3).

         l_year_curr = loc_var_range-low+0(4).

 

         l_month_low = 001.

         l_year_low  = l_year_curr.

 

         CONCATENATE l_year_low l_month_low INTO l_calmonth_low.

         CONCATENATE l_year_curr l_month_curr INTO l_calmonth_high.

 

         l_s_range-low = l_calmonth_low.

         l_s_range-high = l_calmonth_high.

         l_s_range-sign = 'I'.

         l_s_range-opt = 'BT'.

         APPEND l_s_range TO e_t_range.

       ENDIF.

     ENDIF.


Change in data element

$
0
0

dear all ,

 

I have changed my data element of a field in a  table , previously that was N 5 length , now i have changed to P decimal 3 ..if i move this to qas server , this table already in qas with datas,, when i try to moving that to qas i cannot move the request to qas but i can see the changes in table i mean data element changed to P in qas , but when i try to see contents in se11 , i am getting TABLE IS NOT FOUND IN DATABASE , and i tried to adjust thro SE14 , ther was error log and i tried to  unlock the table but it showing 'data will be lost ' . what should i do to rectify that .

 

Thanks

Re: Error to start opensapw1u5 p1940678915trial.hanatrial.ondemand.com/hello-world/

$
0
0

Ok Vlado, I understood. tks

 

Why this issue then when I try to create  an application?

 

I already read all the information all currently available SDK files on the Cloud Tools page. and didn't get a solution!


Capturar.JPG

Pro-forma

$
0
0

Hello,

 

Do you know the technical name of the document which is created after matching a pro-forma invoice?

 

Regards,

Re: Service Entry Sheet

$
0
0

It's not possible to enter "Maintenance Order" during Service Entry Sheet.

 

It can be done only in PR / PO which can be carried forward to Service Entry Sheet.

App Mon for follow on documents

$
0
0

Hi guys

As we are in ECS, we would like to set up application monitor for error in transmission documents for PO / confirmations / Invoice.

Currently it is displaying only shopping cart, contract distribution only. Please let me know how we can accomplish this task.

 

Thanks in Advance for your Help. Looking for your Reply.

Re: Introduction material about SEM-BCS

$
0
0

Hello,

 

Let me remind you to SCN rules.

 

So please be responsive.......

 

thank you for your cooperation.

 

all the best Erwinscn.png

Re: SPO and DB partitioning

$
0
0

Hi Simon,

 

Working on Oracle DB.

 

rgds

 

SVU


Re: SAP NetWeaver Gateway download

$
0
0

I just need it or evaluation purposes. I'm not SAP customer/partner nothing like that. Imagine no access to SMP... how would I download it?

Re: country india version?(cin)

$
0
0

Hello,

 

Send a message through SCN to me, I will answer it will e-mail adress where you can write to me.

I think I can help you.

 

all the best Erwin

Limitation of No of Rows/Cell - Web Reporting / BEx Analyzer

$
0
0

Hi,

 

I am in process of investigating default limitation with regards to No of rows or cell a Web report and analyzer can display.

Is there any SAP Note avaliable on this.

 

Thanks

Form not in table T512P: VETA FORM: VETA

$
0
0

Hi Experts,

 

Client requirement is to use VET 100A report. I tried to run standard report S_L6B_69000188 when executed I got below error

 

Form not in table T512P: VETA FORM: VETA

 

When checked in T512P table there is no VETA form. I have downloaded the form and activated as per this below note

 

Note: 1719339 - VETS: Forms VETS-100 and VETS-100A for 2012  

 

when i check T512P i dont see VETA form. where can i download this form and how to populate it in T512P

 

we are on ECC 6

 

Thanks,
BK

Re: How to hide the blank rows in Webi 4.1

$
0
0

Hi Jothi,


It is a merge dimension report. So, I do have vafiables created. I tried the above and it is not working as it is not recognising the empty rows even with the formula.

Re: Split a crosstab after certain number of rows

Create field based DSO in BW 7.4

$
0
0

Hello,

We are using BW 74 sp7.

I read that in our version when creating a DSO there should be an option to create field-base DSO(as shown in this print screen taken from the blog: http://scn.sap.com/docs/DOC-53210

1.jpg

But in our system when we create DSO we get the following screen which doesn’t contain the structure section.

 

2.jpg

 

Does anyone know how can we create field based DSO?

I only succeeded doing it from the BW perspective in HANA studio.

Thanks,

Amir 


Re: How to hide the blank rows in Webi 4.1

$
0
0

Hi,

 

Use the variable which is displayed on report and shows empty rows.

 

Thanks,

Jothi

Re: Product selection could not completely confirm the requested delivery

$
0
0

HI Lakshmipathi,

 

This note looks like it has some relevance, another exit mentioned in Note 548205 and SAP doesn't even recommend that.

 

My concern is it has been working till now. and it is still working for other material. any other fix do you think of ?

 

Thanks,

Darshak

Re: SAP GRC Ruleset update

$
0
0

HI Coleen,

sorry to ask again, I am seeking anyone who has updated there GRC SYSTEM with Ruleset update Q4-2013 ?

i am not sure if there are any risks and if there are risks in the update whether we should manually update our GRC system.

thank s

Re: SAP - MDM - Unable to unarchive

$
0
0

Hi,

 

As soon as we archive a repository in MDM a new instance is created in underlying database.

 

The above error suggests, MDM is unable to find the required instance.

 

You could restart the MDM Server and try archiving and unarchiving the same.

 

 

 

Regards,

Re: how the TR and TO is created if all three materials going to different places in WM?

$
0
0

Hi, the system will create a TR based on your material document (goods receipt for PO).
It will create one TR for your material document, with more than one item.

 

When the system creates the TR, you can "convert" it to TO, and your TO should have more than 1 item, so it will be 1 TO by default, but for more than one item.

 

So your last picture would be OK if you only corrected that 3 green TO labels would say:
TO #1 item #1
TO #1 item #2
TO #1 item #3

 

Regards,
Mihailo

Viewing all 8594 articles
Browse latest View live




Latest Images