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

Re: Forms Application Issue

$
0
0

check and activate SWU3 workflow settings ...check SWFVISU parameters also


Re: FF_5 Error

Re: Only Delete duplicate Matnr

$
0
0

HI florian,

 

You have to keep second code and remove rest codes.

 

A sample code can be as follows:

 

REPORT  ZR_TEST.

TYPES: BEGIN OF TY,
         FIELD1 TYPE N LENGTH 18,
         FIELD2 TYPE C LENGTH 20,
        END OF TY.

DATA: WA TYPE TY,
       ITAB LIKE STANDARD TABLE OF WA.
DATA: FIELD1 TYPE N LENGTH 18,
       FIELD2 TYPE N LENGTH 18.

WA-FIELD1 = '000000000030000730'.
WA-FIELD2 = 'ELRA'.
APPEND WA TO ITAB.

WA-FIELD1 = '000000000030000730'.
WA-FIELD2 = 'SADN'.
APPEND WA TO ITAB.

WA-FIELD1 = '000000000030000730'.
WA-FIELD2 = 'ELRA'.
APPEND WA TO ITAB.

WA-FIELD1 = '000000000030000730'.
WA-FIELD2 = 'SADN'.
APPEND WA TO ITAB.

WA-FIELD1 = '000000000030000730'.
WA-FIELD2 = 'VALS'.
APPEND WA TO ITAB.

WA-FIELD1 = '000000000030000730'.
WA-FIELD2 = 'VALS'.
APPEND WA TO ITAB.

WA-FIELD1 = '000000000030000730'.
WA-FIELD2 = 'VALS'.
APPEND WA TO ITAB.

WA-FIELD1 = '000000000030000730'.
WA-FIELD2 = 'GMENT'.
APPEND WA TO ITAB.

SORT ITAB BY FIELD1.

LOOP AT ITAB INTO WA.
   IF WA-FIELD1 = FIELD2.
     FIELD1 = WA-FIELD1
     WA-FIELD1 = ''.     
     MODIFY ITAB FROM WA.    
   ENDIF.
  
   IF WA-FIELD1 NE ''.
     FIELD2 = WA-FIELD1.
   ELSE.
     FIELD2 = FIELD1.
   ENDIF.
       
   CLEAR WA-FIELD1.     
  
ENDLOOP.

LOOP AT ITAB INTO WA
   WRITE: / WA-FIELD1, WA-FIELD2
ENDLOOP.

Re: Getting the whole data of a table/active DSO into an internal table wihout any where condition

$
0
0

Hi Vasanth,

 

I recommend you, check your requierement again.

Is very easy pass data in internal table, but if you dont have conditions, your performance is  very poor. If is only for test porpouse try:

 

report zprog.

types: begin st_01 of

          calday

          material

          quant_b

end of st_01.

data: it_table type table wa,

         wa like line of st_01.

 

parameters: p_calmonth(2)  TYPE c.

 

select calday

           material

           quant_b

into table it_table

from zods

where calmonth EQ p_calmonth

 

Regards.

Re: BSI Tax Factory 10.0

$
0
0

Hi Manish,

 

We applied the transport request file before, only after that the proceeded with the upload in the local host.

 

All the TUBs from 34 to 38 were successfully updated and we are only facing issues with the 39...

 

Do you have any clue?

 

Best regards,

Ana

Object still in upgrade mode. Finish the upgrade first

$
0
0

Hi,

When I try to create implicit enhancement in include it  throwing error as 'Object still in the upgrade mode.'

Please tell what should I do to overcome this.

Re: Proof of Delivery (VLPOD) updating Actual Goods Issue Date (WADAT_IST)

$
0
0

Hi! I have just read this posting.

 

We have an order type we can Stock Consumpion order, that means POD should be placed in the same day as GI. So do you think it is possible this can be achieved using standard functionality?

 

Thanks and regards,

Fabiana

Re: Webi Publication to Excel Format Text Cell Truncated

$
0
0

I figured this out, just used a one row table and it looks good now in excel


Re: Package material type ZPAL cannot be converted to package type

$
0
0

Hi, There's another possibility , can you check the packing in ECC? it's a common issue in my place that the user didn't pack well in ECC, it lead this issue.

Qualifier for Communication Number in customs declaration

$
0
0

Hello gurus,

Could you please explain what this field means with it's purpose? It can be found in table /SAPSLL/LEGCOM (Field QALCOM) for example.

Qualifier for Communication Number

 

I have a custom report which is hard coded to look at qualifier 'ZREGNR' but after the GTS upgarde to 10.1, the value is defaulted to LRNNR (after customs dec creation for USA) . I'm not sure why or how this happens? Any ideas?

 

Thanks,

Satish

Re: Object still in upgrade mode. Finish the upgrade first

$
0
0

I think you have to deal with the include in transaction SPAU.

 

Rob

Re: What Special Characters will show up in GUID22 from GUID_CREATE

$
0
0

Keerthi, 935047 Does not address my question.

Re: XML page not getting refreshed

$
0
0

When you select the second record in the ALV LR_XML_REF has been initialised, so it will never update the XML and will always show the original XML. 

 

Remove the statement

IF LR_XML_REF IS NOT INITIAL.


And that should help.


Cheers,


Katan

Re: Adding Prompts to workbook

$
0
0

For size limit exceeded you could refer to the note below.

 

http://service.sap.com/sap/support/notes/1656983

 

Depending on your installation, OS version (32 bit vs 4 bit) etc. you could change that parameter.  Even if you set it to a very high number if you workstation does not have resource AO will not be able to bring back the result set.

Re: Business Object Audit database limits

$
0
0

Hi Denis,

 

Yes , i have checked the admin guide but there is no correct solution. Audit database is retrieving the only 6 moths data but we need whole (history)data.

 

Please share you have any idea on this

 

Thanks,

Rajesh


Re: HCP trial failed connection with eclipse

$
0
0

Great,

As you are SAP employee, I will send you details where to repot the issue to your email.

Best regards,

Dobri

Re: Adding Prompts to workbook

$
0
0

To be honest I haven't looked into the best practices. I have just started using the tool so I am still new to it.

 

My thought process was, if its a replacement or a better version of BEx, I figured skipping BEx and connecting directly to a infoprovider using Analysis would be ideal and would help eliminated the additional BEx layer.

 

Any idea as to why it is not a best practice?

 

Thanks for the help!!

Access key

$
0
0

Hi,

 

Wher can I find/get acces keyto my SAP Netweaver?

 

I had phoned to sap service and I got information:

You must be register in SAP service marketplace. But when I tried register on this site I must have:

Customer or Installation Numbe

There is information : how can i Got it:

In an SAP system you can find your installation number under System -> Status. Alternatively you can contact your SAP Support Center

In my system ( when i do like is in instrucion <<System -> Status>>) i have not number but word: SAP-INTERN

 

 

 

Please help

Re: Adding Prompts to workbook

$
0
0

Hello Siva,

 

Analysis Office is the replacement for BEx Analyzer, not for BEx query designer. If you access the InfoProvider level directly, you would lose out on all the elements that you create in the BEx query layer (restricted key figures, calculated key figures, variables, structures, ...).

 

In addition you can't use Authorization Variables when accessing the InfoProvider level and therefore the data would not be filtered based on your BI Authorizations anymore.

 

so yes, best practices is to use the BEx query layer.

 

regards

Ingo Hilgefort, SAP


Backflush Reversal,Components,Neutral Backflushing (-ve)

$
0
0

Back flush Component Reversal: Dear Friends, I would need some light on component backflush in REM Ideally ,when ever there is backflush made at a reporting point,this triggers both assembly and component backflush. in current world ,the defective component is removed from the assembly and Placed in  Q Bins in shopfloor . Now the assembly completes production and the defective component is now replaced at the end of line My observation : I did try to replicate the scenario,looking at a backflushed assembly in PPCSHOW and tryed reversing the component via Neutral backflush, I choose MFBF Neutral backflush No BOM Explosion(Manual Component Entry) MTS Material-Assembly and Plant Click On Process Component list Maintain Component ,Quanity with -ve indicator Post Observation, Stock updated in MMBE,262 movement Question: How i can link this to to the header or Sales order How MRP now ,looks at this component deficency ???? Note: My header is under MTO/VC and Components under MTS Thanks,Srinivas

Viewing all 8713 articles
Browse latest View live




Latest Images