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

update table

Former Member
0 Likes
663

when the testing system is refreshed by production system,

immediately some smartforms are getting printed becasue, in the condition records 's "print output block"

the checkbox with "print Immediately" is checked.

the technical info of this check box is transparent table NACH, with field DIMME.

what i am supposed to do is create a tcode in se93 , so that when it is run,

this check box has to be unchecked. for some condition types.

i understand from this forum , that, using directly update command on NACH table is not advisable, instead a bapi or bdc has to be used,

how do i find a bapi, which dimme field in nach table.

thanks

2 REPLIES 2
Read only

Former Member
0 Likes
514

Hi sanjana,

you can create a transaction for the same using program SAPLSCR0 and screen 401.but it is the standard one what you told means where you check print immediately.you can create the same screen but by removing all the remaining fields.

reward points if helpful.

Read only

Former Member
0 Likes
514

hi chaitanya,

thank you for the reply,

actually i didnot understand, your suggestion.

you might have seen the check box in that screen.

i did F1 for technical info on that check box, i found that the table is NACh and field is dimme.

so the requirement was that, i needed to write a program , which after execution should make some so that, this checkbox uncheked for all the condition types.

so i chose this method.

plz let me know if this is wrong way.

and let me know correct way.

thanks.