cancel
Showing results for 
Search instead for 
Did you mean: 

Function COLUMN_MARKED()

Former Member
0 Kudos

what is the coding of COLUMN_MARKED().....where can i find the internal coding of this function.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ganguly,

You can find the relevant coding in function /SAPAPO/ADVF_COLUMN_MARKED. Check what f_argument is returning at the end.

Thanks and Regards,

Nithin.

Former Member
0 Kudos

Hi,

COLUMN_MARKED() is not a Function Module, This is a macro.At this moment, I do not have definition code of this macro.But below information may help you to understand the functionality of this.

  • SYNTAX

*

  • COLUMN_MARKED( COLUMN )

*

  • PARAMETERS

*

  • COLUMN = (Internal) Column Index (Integer)

*

  • DESCRIPTION

*

  • The macro function COLUMN_MARKED returns the value 1, if the provided column COLUMN

  • is marked and 0, if it is not marked

*

  • INTERNAL REMARKS

*

  • F_CALC_ERROR is set to true if an error occurs in this function

Regards,

Saurabh

Former Member
0 Kudos

thanks....i know the functionality of column_marked() but i want to know how it checks a column if marked or not and accordingly returns value 1 or 0.