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

Re: Time event data rectification in IT2011

0
0

Have you written any logic to update the day assignment as -ve and what was the requirement to write it?

 

Regards,

Vivek


Re: Logic Script Null record

0
0

Hi Jessica,

 

You want to calculate the following (first part):

 

+([METRICS].[BINVR],[CHANNEL].[DS_ENT])

+([METRICS].[NETSPURR],[CHANNEL].[DS_STRTCOM])

-([METRICS].[RELIEF],[CHANNEL].[DS_STRTCOM])

 

And store result in:

METRICS="EINVR", CHANNEL="DS_ENT"

 

Can be done like:

 

*XDIM_MEMBERSET METRICS = BINVR,NETSPURR,RELIEF

*XDIM_MEMBERSET CHANNEL = DS_ENT,DS_STRTCOM

 

*WHEN CHANNEL

 

*IS DS_ENT

*WHEN METRICS

*IS BINVR

*REC(EXPRESSION=%VALUE%,METRICS="EINVR")

*ENDWHEN

 

*IS DS_STRTCOM

*WHEN METRICS

*IS NETSPURR

*REC(EXPRESSION=%VALUE%,METRICS="EINVR", CHANNEL="DS_ENT")

*IS RELIEF

*REC(EXPRESSION=-%VALUE%,METRICS="EINVR", CHANNEL="DS_ENT")

*ENDWHEN

 

*ENDWHEN

 

same for the second part.

 

Vadim

Re: Adobe form Master page hiding

0
0

Thanks Varun for giving reply.

Can you please explain clearly. My doubt is it possible to hide first master page in adobe forms?

Re: 0CRM_SALES_CONTR_I - CRM Data Source Enhancement.

0
0

Hi Sanjana,

 

try this code and add the extract structure.

 

Thanks,

Shakthi Raj Natarajan

 

 

Types: begin of ty_BDI,

              SRC_HEADNO type /1BEA/CRMB_BDI-SRC_HEADNO,

              BHD_GUID type /1BEA/CRMB_BDI-BHD_GUID,

End of ty_ BDI.

data: lt_ BDI type standard table of ty_ BDI,

ls_ BDI like line of lt_ BDI.

 

Types: begin of ty_ BDH,

              BHD_GUID type /1BEA/CRMB_BDH-BHD_GUID,

              HEADNO_EXT type /1BEA/CRMB_BDH- HEADNO_EXT,          

End of ty_ BDH.

data: lt_ BDH type standard table of ty_ BDH,

ls_ BDH like line of lt_ BDH.

 

 

data: lv_tabix type sy-tabix.

       

case i_datasource.

when ' 0CRM_SALES_CONTR_I'.


data : l_t_data type "add extract structure name



clear : lt_ BDI, lt_ BDH.

select SRC_HEADNO  BHD_GUID from /1BEA/CRMB_BDI into table lt_ BDI for all entries in c_t_data where SRC_HEADNO   = c_t_data- SRC_HEADNO  .

 

select BHD_GUID HEADNO_EXT from /1BEA/CRMB_BDH into table lt_ BDH for all entries in lt_ BDI where BHD_GUID  = lt_ BDI-BHD_GUID   .

 

loop at c_t_data into l_t_data.

 

lv_tabix = sy-tabix.

read table lt_ BDI into ls_ BDI with key SRC_HEADNO   = l_t_data - SRC_HEADNO  .

 

if sy-subrc eq 0.

read table lt_ BDH into ls_ BDH with key BHD_GUID = ls_ BDI -BHD_GUID .

 

if sy-subrc eq 0.

l_t_data- HEADNO_EXT = BHD_GUID- HEADNO_EXT.

modify c_t_data from l_t_data index lv_tabix.

endif.

endif.

 

 

clear l_t_data.

end loop.

end case.

Production order - 'total plan qty' of GR is zero

0
0

Hi

 

Something really strange - in the costing analysis of a production order, the DELIVERY line (Goods Receipt) actually shows "0" in 'total plan quantity' column. Normally it should be something like '10-' pieces... What can be wrong here with this order?

 

milk

Re: SAP BEX REPORTS

0
0

Hi Srinu,

 

In your customer infobject, did you use ALPHA conversion?

 

If yes, then in reports you will not see zeroes before customer id.

 

Please check.

 

Thanks,

Akanksha

Re: Message from function module /TMWFLOW/CHECK_PRJ_CONS: No export system for PRD-100

0
0

Hi Dheeraj,

 

Could you also check and make sure TMSADM user(000 and working client) is unlocked in all the systems involved in STMS

 

Also as mentioned above check the project consistencies of maintainence and development project and fix if any issues

 

Regards,

Murali

Re: How to create multpile Join in calculation view using GRAPHICAL option

0
0

Hi

 

Please check the image. Hope this will give you some idea.Capture11.PNG


Re: archive tables in oracle

0
0

Hello Chris,
As mentioned by Gaurav and Manu every archive/deletion of the data should be done via application. For BALDAT specifically you have the note ...


But since you mentioned export/import, yes SAP provide tools for this (BRSPACE) that actually
is related to offline reorganization. Data is exported from the database into an export dump file. The specific table (or any other object) is droped and reconstructed again.
What is it good for certainly not for archiving but please check note 541538 - FAQ: Reorganization

under point 3 you can find which situation reorg makes sense. (point 2 - gaining freespace is among them) altogether 6 situations and except for these reorg does not make sense.
Moreover you can read more on this topic in note 821687 - FAQ: Space utilization and fragmentation in Oracle.

Hope these info are helpful for you.

 

Regards,
Salome

Re: Asset Goods Receipt issue

0
0

Valuated goods receipts for multiple account assignments are possible only when the business function mentioned by Patra , which is available in EHP 4 is activated.That is why the acc assignment is notr visible during GR.

you can see the business functions in SFW5. Pl note that once activated, it may not be possible to roll back for most of the business functions.

Re: TREX: indexing of file content doesn't work in NW 7.3 and NW 7.4

0
0

Hi Robert,

 

yes you are right with the helpdesk connection !

 

Any news from OSS yet?

 

The content is also missing if I create an external link manually to some Web Sites

and there are absolutely no log messages indicating any error.

 

Regards

 

Stefan

Bypass "Timeout for sapstartsrv"

0
0

I am installing SAP Business One, 9.1 HANA, and during the Hana install I get the following error.

 

 

Installation failed

  error installing

       Cannot create Instance

             Cannot start sapstartsrv

                    Waiting fro sapstartsrv failed: timeout rached (120)

 

I was working with a consultant on Friday, and we had other issues, so we aborted.  He gave me instructions, and those other things are fixed.  We had this error on Friday, but he overcame it,and I don't remember how. My consultant will be unavailable for a week, and I thought I would proceed.

 

Can anyone shed some light or offer a suggestion.

 

Thank You,

Re: infopackage Idocs in status 2 - could not find code page for receiver system

0
0

Hi,

 

Did you check the RFC connections, partner profile and source system connections?

 

Thanks,

Shakthi Raj Natarajan

Re: SAP Service Desk :SAP Components Display

0
0

Hello Suhel. I got it. Thank you so much.

Regards,

Ossie.

Re: SAP CRM - BW quote extractor

0
0

Hi Rohith,

 

Is you difficulty extracting actual GUID from CRM to BW?

 

Normally when we extract any GUID from source to BW will encrypted and there is no possibility via standard extractor.

 

 

Even if you extracting GUID using generic extractor and it will not helpful in BW.

 

 

Thanks,

Shakthi Raj Natarajan


Re: Stop/Pause InfoPackage Jobs on source ECC system from BW

0
0

Hello Jay,

 

From what it looks like there is a process chain scheduled in BW which is running an infopackage and the corresponfding job in ECC. You have to fid the Process chain name and remove it from scheduling in BW.

 

Here's what you have to do.

 

Check the job log of the from sm37 at ECC and find the datasource name and Update Mode(F for Full, D for Delta)

 

Now, at BW.. goto RSA1, At left hand side under modelling goto DataSources.

 

Now search the datasource name. Expand the datasource and you will find the infopackage that is causing the run in ECC

The possibility is that you will find more than 1 infopackage. i.e. for FULL Load and for delta load. from ECC job log select the corresponding infopackage (F for Full, D for Delta). Now double click the infopackage and select Process Chain maintenance F9.


You will find the process chain name. Now unschedule the process chain from rspc1.


Regards,

AR



Re: Data size in MB/Kb for Cube and BW analysis in DB02 SAP BW 7.3

0
0

Hi

 

Does db02old helps?

 

Regards,
AR

Re: Production Scheduling Profile - OPKP

0
0

No, didnt mean that way.

The field is to show the yield variance only. ie, short or excess.

If there's excess produced than planned, then plus, otherwise negative.

Production team used to identify the data before TECO. In that sense i mentioned it will be zero.

 

Regarding your query, it will not affect MRP, Costing or settlement.

Re: How to get Last Two Years and Last Three years dates from a date in webi?

0
0

Hi Mahesh,

 

In Webi Add the same query twice and apply the filters separately and use merge dimension to combine both the query.

 

For Eg : Query Z_TEST_QUOO1

 

Add the query Z_TEST_QU001 twice and add first filter on " '2012-05-01' to '2014-04-30'"  and second filter on query2 " 2011-05-01' to '2014-04-30'".

 

Thanks,

Shakthi Raj Natarajan

Re: Original of copy of cube

0
0

Hi Seema,

 

Check the created date or last changed date of the cubes.

Or check the requests which has filled the cubes. The latest request data may tell you the copy or orignal.

 

Thanks,

AR

Viewing all 8746 articles
Browse latest View live




Latest Images