Re: Using Previous with Variable/Formula
the error is likely being thrown on the first record which, by design, has no previous record try adding another line of code at the begining of your formula . . . if onfirstrecord then "" else . . . . .
View ArticleRe: How to assign a space like ' ' to a field symbol
Hi DATA L_SPACE(1) TYPE C. FIELD-SYMBOLS: <FS1> TYPE ANY. ASSIGN L_SPACE TO <FS1>. It works. Max
View ArticleRe: HTTP 500 Internal Server Error when using Transaction SOLMAN_SETUP
Wow. It worked after I gave myself the SAP_SLD_ADMINISTRATOR role. I guess SAP_ALL doesn't include this role. My frustration overshadows my happiness. But seriously. Wow, thank you everyone. After...
View ArticleSAP BW in separate server of SAP R3 or same server
hello We are going to starting SAP BW. we don't know sap bw must be in separate server of sap r3 or same server?plz explain about advantage and disadvantage of it. tankx if it is separate,we must bye...
View ArticleRe: How can we block a rebate arrangement to stop accumulating business volume?
Hi Ravi, The dates on the condition are the same as the dates on the agreements. They are from 01/01/2013 to 12/31/2013. The issue is that we have purchase orders that cross from one year to the next....
View ArticleRe: SAP BW in separate server of SAP R3 or same server
We need to install ECC r/3 and BW server also.Basis team will know all this stuff. ECC t cdes will work at ecc only same way for bw server also. if you/client to new to sap,take sap help and get proper...
View ArticleRe: How to assign a space like ' ' to a field symbol
Hi Kiran, Thank you and it works without giving me dump. But the ultimate problem I want to fix still there, see the screen shot below, there is a very narrow empty column between first and second...
View ArticleDelete Permit Assignment
Hi experts,My client wants to use permits in Maintenance orders. There are few points given underPermit should not be assigned through classification.Permits can be assigned by any person ( group).But...
View ArticleRe: Notas Técnicas 2013/005 e 2013/007
Ricado João Muito Obrigada !! AttRenata Oliveira
View ArticleLogoff From Integrated WD Applications
Hi there, While we had WDJava applications integrated into the portal, the logoff from the portal used the SessionReleaseAgent to close sessions on the backend. So logging off from the Portal also sent...
View ArticleScreen variant for VA02
Hi, I am trying to make schedule line date in display mode in VA02 through screen variant (Transaction - SHD0) but the fields are not changing after certain level. Is there is any limitation is there...
View ArticleRe: MFG date and SLED/BBD in GR for Batch managed materials
Hi, If you maintain the total shelf life in material master, you must enter the date of production ate the time of GR. If you do not assign the total shelf life in material master, system will ask...
View ArticleRe: Error on Creating New Chart of Account
Hi guys, Thank you very much God Bless you all!! Thanks,Jon
View ArticleRe: Indentifying Closed Plants
I am not sure , but may be you can try this. Go to MB5B transaction which shows material movements in plant. in selection date put date from say 01-01-2012 to 31-12-2013 and run (in plant you can put...
View ArticleRe: Error when start SAP system after a Oracle Instant Client update
Hello Reagan, The outputs: liszgpsap002:azqadm 5% ls -la /oracle/clienttotal 12drwxr-xr-x 4 root root 4 Dec 6 18:54 .drwxr-xr-x 8 oraazq dba 11 Nov 14 10:54 ..drwxrwxr-x...
View ArticleRe: Create Delivery any time before requested delivery date.
Also to add, in ATP Check, maintain the settings as below: Let’s have a look at the settings for this combination of 01 + AThe check without RLT is not ticked. “Check availability without replenishment...
View ArticleRe: PI How to Extract PDF as xsd:base64binary to Payload
Hi Jim, what is the issue as I don't get it to be honest ? you can put the base64 into any XML tag so why don't you see it if the RFC is working ? Regards,Michal Krawczyk
View ArticleRe: Multiplication table in macro
HI NARESH,PARAMETERS : mul TYPE i, len TYPE i, op TYPE i, gv_res TYPE i. data t TYPE char1 VALUE '*'. DEFINE mul_tab . do len TIMES. gv_res = &1 &2...
View ArticleRe: Regarding Subcontract challan print from J1IF
Hi Pavan, Check the configuration once again. I am not aware of that CIN related forms. SPRO > Logistics - General > Tax on Goods Movements > India > Business Transactions >...
View ArticleRe: Error when start SAP system after a Oracle Instant Client update
Are they both running on the same server ? I mean SAP and OracleIf yes please provide the environment variables of oraazq and azqadm users.su - azqadmenvgrep client .* su - oraazqenvgrep client .*...
View Article