Application Development and Automation 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: 
Read only

Problem in extending the strcture RFPOSXEXT

Former Member
0 Likes
682

Hi,

I have added a new field BRSCH(which is a standard field from LFA1) to strcture RFPOS(RFPOSX).

Then i have ran the report RFPOSXEXTEND and got the message 'Program ran successfully....'.

But the new field BRSCH is not added to structure RFPOSXEXT.

Please help me.Whether i am missing any steps?

Thanks & Regards

Seshagiri

Hi,

I have added a new field BRSCH(which is a standard field from LFA1) to strcture RFPOS(RFPOSX).

Then i have ran the report RFPOSXEXTEND and got the message 'Program ran successfully....'.

But the new field BRSCH is not added to structure RFPOSXEXT.

Please help me.Whether i am missing any steps?

Thanks & Regards

Seshagiri

1 REPLY 1
Read only

Former Member
0 Likes
512

Hi,

I have resolved the issue on my own.

Earlier the field BRSCH was appended in RFPOS structure only.Now i have appended the same field in RFPOSX and then ran the program RFPOSXEXTEND,which added the new field BRSCH to generated strcture RFPOSXEXT successfully.