Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

alv intractive issue

raman_g
Explorer
0 Kudos

in intractive alv when i click sum button (gui is standarded one , not a custm one ) it is displaying runtine error .

help me

19 REPLIES 19

gouravkumar64
Active Contributor
0 Kudos

Hi,

What is the error?

Thanks.

0 Kudos

   The current application triggered a termination with a short dump.

hat happened?
   The current application program detected a situation which really
   should not occur. Therefore, a termination with a short dump was
   triggered on purpose by the key word MESSAGE (type X).

rror analysis
   Short text of error message:


   Long text of error message:

   Technical information about the message:
   Message class....... "0K"
   Number.............. 000
   Variable 1.......... " "
   Variable 2.......... " "
   Variable 3.......... " "
   Variable 4.......... " "

Trigger Location of Runtime Error

    Program                                 SAPLSLVC

    Include                                 LSLVCF36

    Row                                     2,742

    Module type                             (FORM)

    Module Name                             FILL_DATA_TABLE

former_member187748
Active Contributor
0 Kudos

Hi Ram ,

please provide the error screenshot without it its tough to predict .

0 Kudos

0 Kudos

Hi Ram,

Check few things in field catalog

1) You write field name properly?

2) use CAPS lock for TABLE field name..

Also check you write field name properly or not.

Thanks.

0 Kudos

hi kumar

i used caps lock for table and field names properly

thanks

0 Kudos

Then please attach code part,not full code.....but necessary part.

pavanm592
Contributor
0 Kudos

Hi Ram,

please give some error details from short dump.

try to copy GUI status from SAPLKKBL (status-STANDARD_FULLSCREEN )to your program from se41 and try to change the PFSTATUS name accordingly.

once try and revert.

Regards,

Pavan

0 Kudos


hi

i did like that only

thanks

0 Kudos

Hi,

Can you please give us some releavent code and Error analysis part from short dump.

and also check wheather the status name is in Caps or not also.

Regards,

Pavan

vamsilakshman_pendurti
Active Participant
0 Kudos

Hi...

First check ur Fieldcatalog there u provide some field informations like as follows :

PERFORM SUB_POP_FIELD USING : '1'  '1'  'KUNNR' 'Cust'  'T_VBAK'  'L' '' '' '' ''  ,
                                                          '1'  '2'  'VBELN'  'S_Ord'  'T_VBAK'  'L' '' '' '' ''  ,
                                                          '1'  '3'  'ERDAT' 'Date'  'T_VBAK'  'L'  'X'  'X'  '' ''  ,
                                                          '1'  '4'  'ERDAT1' 'Date'  'T_VBAK'  'L'  '' ''  '' ''  .


Above statement the highlighted content is fieldname of internal table so....

It should be capital in ur program .....that was the main reason to go dump in every alv programs....

Verify it once....

If it is ok ......

then do this as follows...

Go to SE80 tcode and give type as a function group and select KKBL.

In that list expand PFSTATUS --->There u can find STANDARD Status Right click on that ....

Then select copy option from the context menu.....

one wizard will be opened and in that From standard program....To ( Give ur program name )

So in ur program standard PF-Status will be stored....

Then do the operations on that push button........using the function key....F2


Hope u understand..


Regards

Vamsi
                

sivaprasad_paruchuri
Active Participant
0 Kudos

Check The Field Cat Field names properly comparing with the output table fields...

Regards,

Siva Prasad.

Former Member
0 Kudos

do inconsistency check in alv output.

in output screen click on blank line.

shift + right click (2 times).

if there is any inconsistency... correct it...

0 Kudos

I agree, before any interaction execute The Consistency Check

Regards,

Raymond

yogendra_bhaskar
Contributor
0 Kudos

Hi Ram ,

Check the internal table and fieldcat ,

does they contains the same no. of field ?

All the fields defined in fieldcat are defined in internal table ?

Regards,

Yogendra Bhaskar

former_member289261
Active Contributor
0 Kudos

Can you please provide the screen shot of error dump at the line displaying the point of termination in the code.

former_member225134
Participant
0 Kudos

Hi,

   Check the fieldcatalog and give 'X' in caps and check the data type also(CURR)

0 Kudos

hi anitha

sum is  not controlling through program .

after displaying the out put sum symbol is thr .

after click sum buttion it is displaying runtime error .

thanks

ramanjaneyulu

Former Member
0 Kudos

have you done the consistency check?