ABAP-CODE Forum
September 08, 2010, 07:20:47 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: ABAP-CODE Forum installed on 12/17/2007!
 
   Home   Help Search Login Register  

 

Pages: [1] 2
 1 
 on: July 30, 2010, 08:20:14 AM 
Started by paul - Last post by HelenJames
I think this topic was discussed loads of time before at this forum

 2 
 on: July 28, 2010, 01:55:32 PM 
Started by dukester - Last post by HelenJames
Something alike was discussed on the Yahoo! Answers last week, i can share a link if you want some

 3 
 on: May 06, 2010, 12:46:00 AM 
Started by abhiabaphr - Last post by abhiabaphr
Dear all Cheesy

Plz suggest sm solution for converting Smartform solution in word format.

 4 
 on: January 28, 2010, 01:13:20 PM 
Started by dukester - Last post by Ignatius
Dukester,

I don't understand completely what you are trying to do. You have not added code between the IF... ENDIF instruction, so the program will do nothing there... I guess you are planning to do that?

I suppose that int_output is the structure that holds the it0001 loop, right? Maybe instead of the IF inside the loop you can add it as a condition in the WHERE statement.

You should consider that if the tables you are looping are too big, the program will run for a long time.

If you can give me more details maybe I will try to give some more help.

Ignatius


 5 
 on: January 27, 2010, 06:04:55 AM 
Started by dukester - Last post by dukester
Hi
I'm new to ABAP. I'm creating a report to show changes to Org Unit objectID or text within a specified period. I've created a loop of IT0001, and within that loop I want to loop at P1000 to check for text changes for the specified period. This is what I have so far, but I'm not sure it's right:
LOOP AT p1000 WHERE begda LE p0001-endda
                    AND endda GE p0001-begda.
      IF p1000-stext NE int_output-orgname.
      ENDIF.
ENDLOOP.
Any assistance would be appreciated. If you need to see the entire code, I can provide.
Thanks.
Dukester

 6 
 on: December 14, 2009, 03:10:43 AM 
Started by metukuabap - Last post by prakashmanish
Hi,

Use Report Program RSTXTRAN.

with regards,
Prakash

Pages: [1] 2
Powered by MySQL Powered by PHP Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.513 seconds with 17 queries.